First post, by Richard_Tobin
- Rank
- Newbie
Hi, I am trying to get two old dos programs working on W7 x64 and have got one running correctly without needing to type anything other than double clicking a shortcut but the second needs to be on f: so when I run the below command it mounts the f: drive on c: by default so it tries to run the app from c:\mass89.exe and it needs to be f:\mass89.exe to run.
Any help would be greatly appreciated and also if you know how to run the command with noconsole I would be very grateful indeed as the -noconsole doesnt seem to work in the below?
Thank you
Rick
"C:\Program Files\DOSBox-0.74\DOSBox.exe" -conf "C:\Program Files\DOSBox-0.74\DOSBox.exe" "f:\mass89\mass89.exe"