VOGONS

Common searches


Search results

Display options

Re: DOSBox and DOS commands for batch scripting

The FOR command is typically not needed by games or game installers, so it's not implemented in the DOSBox shell. However, you can run the 4DOS shell in DOSBox to have all the familiar DOS commands, some with enhanced features, and even a few new commands. Thanks. This solved the the problem. 4DOS …

DOSBox and DOS commands for batch scripting

Hi. I'm looking for help using batch scripting in DOSBox. I have an old DOS program that does data conversion on files. I have used a batch script to run the conversion command for all files in a folder: FOR %%i in (*.DAT) DO PROGRAM.EXE %%i %%i.NEW Now, when we have finally moved to Windows 7 ( …

Page 1 of 1