Command Line Parameters
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can I develop an Application in VB which can accept Command Line Parameters. Thanks, Firoz
Yes. There is a built-in string variable called Command that returns the string of parameters passed to your application from command line.
-
Yes. There is a built-in string variable called Command that returns the string of parameters passed to your application from command line.