First post, by work9work
Flags work fine but I can't seem to get other parameters to work.
Run dosbox
>mount c c:\
>c:\program.exe -f textfile.txt
doesn't work says can't load textfile.txt
>C:\program.exe -f "textfile.txt"
doesn't work
>c:\program.exe c:\textfile.txt
doesnt work
>c:\program.exe textfile.txt
doesn't work
I've also tried using a bat file doesnt work
program.exe and textfile.txt are both in c:\
What am I missing to pass a file name as a command line parameter to a program?