Guest_imported
New member
- Jan 1, 1970
- 0
I would like to be able to return command line paramater switch help from my VB6 exe (
eg.
by typing at the command prompt:
c:\myprog.exe /? [enter]
command window output /1 (source folder)
/2 (destination folder)
)
Can someone show me how to do it, without a windows message box popping up. I searched forever in MSDN without any luck.
eg.
by typing at the command prompt:
c:\myprog.exe /? [enter]
command window output /1 (source folder)
/2 (destination folder)
)
Can someone show me how to do it, without a windows message box popping up. I searched forever in MSDN without any luck.