Home > How-To Library > System & API
How to get the command line arguments using the Command() function?
**************************************************************** * © 2007 CodeItBetter http://www.codeitbetter.com * * This notice MUST stay intact for legal use * **************************************************************** Public Sub main() MsgBox Command End Sub 'running this: myapp.exe HELLO would produce a Msgbox saying HELLO.
If you would like to submit your code here please us. Do not forget to mention your name. We are always thankful to each and everyone of you who submitted their code here.