README.md
December 5, 2022 ยท View on GitHub
Description
This Will Return The Command Line Options That Your Program Was Run With EX if a person used a command line to run yourapp.exe /option then mycommandline would return /option
PLUS IT'S ONLY 1 Line Of Code
More Info
The Command Line Option
None To Date
| Submitted On | |
| By | Adam Jacob Muller |
| Level | Unknown |
| User Rating | 5.0 (10 globes from 2 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Files/ File Controls/ Input/ Output |
| World | Visual Basic |
| Archive File |
Source Code
MyCommandLine = Trim(UCase(Command()))