VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Command Line Functions

Peter Rippe  (1 Submission)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

4 functions to handle command line options...example: yourprogy.exe -F, etc...one of them checks if a commandline option is in the command line....another one creates a commandline set with options...another one removes a specified option from the command line, and return the cmdline...(example: sometext -F, to sometext)...and the last one pulls out the text between 2 options in the commandline, and returns it...so -S blah -E would return just "blah"..can be very usefull...

Returns
one of them returns wether the command option specified is in the command line, one returns the command line with a specified option removed, and one returns a generated command line...you specify the input, and what ever options you want. And the last one will pull the text between 2 options and display it.

Rate Command Line Functions (4(4 Vote))
Command Line Functions.bas

Command Line Functions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters