View Single Post
Sonyk

JCF Member

Joined: Feb 2005

Posts: 2,409

Sonyk is doing well so far

Jul 15, 2006, 07:34 PM
Sonyk is offline
Reply With Quote
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?