Passing parameters to DOS programs via DOSBOX command line
Posted on 2008-11-08, 18:08
Hi... I'm trying to find out if it's possible to pass parameters to a DOS program through DOSBOX. Wine can handle this by use of a double dash, for instance: $ wine ./firefox.exe -- "http://www.google.com" would open up google in Firefox and i was wondering if there was any way to do this in Dosbox. …