How to get the command line arguments using the Command() function?
Posted on July 24, 2011
1 2 3 4 5 6 | 'System & API - How to get the command line arguments using the Command() function? Public Sub main() MsgBox Command End Sub 'running this: myapp.exe HELLO would produce a Msgbox saying HELLO. |