Re: Passing command line arguements to a DOS program
Posted on 2011-01-20, 16:43
The AUTOEXEC section worked. I didn't know that you could use that section to run the final program. The order of execution between AUTOEXEC and the command line parameters was confusing. My commands in the Autoexec section are: MOUNT C "C:\DOSPROGRAM" C: DOSPROGRAM /COM=4 EXIT I found that the - …