Command line arguments
-
I've been looking for how to get my hands on the command line arguments (argv, argc, in C/C++) in a VB app. I've searched MSDN and all my VB books and just can't find anything. I'm sure it's something very simple :-O , but I'm not having any luck on my own. Help please? Thanks, Dave QRZ? de WAØTTN
-
I've been looking for how to get my hands on the command line arguments (argv, argc, in C/C++) in a VB app. I've searched MSDN and all my VB books and just can't find anything. I'm sure it's something very simple :-O , but I'm not having any luck on my own. Help please? Thanks, Dave QRZ? de WAØTTN
Hi use
Command()
Function it returns the command line arguments as a variant containing array of args. -
Hi use
Command()
Function it returns the command line arguments as a variant containing array of args.