I use VB6 as MyProg.exe in batch file, no forms, and I need to pass parameters to the program. SUB MAIN(Parm1 as string) ???

C>MyProg.exe parm1 parm2

Any Ideas? I can't figure this out...