|
GetCommandLine
Returns the command line passed to the program.
CommandLine = mySpecial.GetCommandLine( )
Return value
The command line sent when the program was opened.
Comments
This returns the command line sent when the program was opened, for example:
A shortcut to "C:\Program Files\MyProgram\Main.exe" \min has the command line "\min". This can be any format you want.
This also works if your program was run through DOS with C:\PROGRA~1\MYPROJ~1>Main.exe \min
JAM © 2005 no one in partiular Project started by David Evans in 2005 | |