How do i get all the information after the .exe stored into a string for processing???
Scott ********** Visit my web page at www.hyphenex.ugtech.net
You mean the command line arguments? Call the Command$ Function. VB Code: Dim myCommandLine as String myCommandLine = Command$() Now you have the command line arguments.
Dim myCommandLine as String myCommandLine = Command$()
Thanks
Forum Rules