README.md

December 5, 2022 ยท View on GitHub

Get Command Line Parms

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
ByAdam Jacob Muller
LevelUnknown
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryFiles/ File Controls/ Input/ Output
WorldVisual Basic
Archive File

Source Code

MyCommandLine = Trim(UCase(Command()))