VOGONS

Common searches


Search results

Display options

Re: Problem with -c on the command line

Doesn't seem to work ... %name83% just ends up empty every time. Are you able to use this on XP? I'm trying: call :name83 "%*" cd "%TEMP%" "C:\Program Files\DOSBox\dosbox.exe" -noconsole -c "mount D .\nana" -c "mount C C:\" -c "C:" -c "D:\nana.exe %name83%%~n1" :name83 set MeansDirectory=Katalog …

Problem with -c on the command line

Hi, I'm trying to set up an old DOS tool I used to use to be on the SendTo menu using DOSBox. I've been trying to create a batch file to do this. What I have so far is: dosbox.exe -c "mount D .\nana" -c "mount C %~1" -c "D:\nana.exe C:\%~n1" The problem is with the second mount command. If the file …

Page 1 of 1