CodeItBetter Programming Another VB Programming Blog

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.
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.