VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get Command Line Parms

by Adam Jacob Muller (3 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Code Returns
The Command Line Option
Side Effects
None To Date

Rate Get Command Line Parms

MyCommandLine = Trim(UCase(Command()))

Download this snippet    Add to My Saved Code

Get Command Line Parms Comments

No comments have been posted about Get Command Line Parms. Why not be the first to post a comment about Get Command Line Parms.

Post your comment

Subject:
Message:
0/1000 characters