This is my situation:
The program (written in VB 6.0) contains no form and is invoked from MSDOS console. It accepts arguments and does some computations and processes (such as making calls to APIs and so forth) then returns the result to the same MSDOS screen. such as:
In the old QuickBasic environment this is not a problem however I am stuck on this simple task. Please tell me how to do that. Thanks ahead.Quote:
C:>ProgramName argu1
Program completed with return code=1010
C:>
