cblupo wrote:@Jorpho Well, technically I wan't to do everything this setup instruction doc is telling me to do http://courses.ncsu.edu/csc236 […]
Show full quote
@Jorpho Well, technically I wan't to do everything this setup instruction doc is telling me to do http://courses.ncsu.edu/csc236/lec/001/DOSBox_Install.pdf solely from a terminal, provided by cloud9 IDE http://i.imgur.com/kqijUQ8.png (a GUI doesn't exist and isn't available)
And I need to do things like>
mount e c:\P23X
unpack
dbset
Okay, but all of that looks like things you can run at startup. As I implied earlier, this is entirely feasible.
The quick way is to open your dosbox.conf and add those lines at the end of the file, beneath [autoexec]. Then those lines will run automatically when DOSBox is launched.
If you don't want those lines to run every time you launch DOSBox, then you can make a copy of DOSBox.conf and launch DOSBox with dosbox -conf custom.conf.
If you need to specify particular commands when you're launching DOSBox, the instead you can use multiple instances of the "-c" switch, as in dosbox -c "mount e c:\P23X" -c "unpack" -c "dbset".
There seems to be no need in this case to send commands to DOSBox after it is started.