Are you typing 8.3 or LFN filenames and directories? DOSBox requires you to use 8.3, which would require you to shorten the name of the folder you were trying to access like so:
Code:
Instead of typing:
cd C:\Program Files\DOSBox065
You would type:
cd C:\PROGRA~1\DOSBOX~1
Of course, that implies that you already knew to use 'cd,' which I'm sure you did, right?
|