Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
dufferton

Dosbox not working

Recommended Posts

Not to sure but I think you have to put the the WAD in with your doom directory and then do

1. Mount c c:\(your directory where you put you dos games assuming you put it on your C drive)

2.c:\

3.cd (name of folder where you have the doom contents)

4.(name of the WAD)

Share this post


Link to post
Doominator2 said:

4.(name of the WAD)


More like

doom.exe -file [path to WAD]

Share this post


Link to post

i feel like it should work but is just not.
say the filepath to my doom stuff is
c:\dooms\doom2 and ive got the wad and doom2 in the same folder.
the wad im trying to open is called severaldemons.wad(or something)
how would i open that?

Share this post


Link to post

Have you considered a source port (Chocolate, Legacy, ZDoom, PrBoom, etc.)?

Share this post


Link to post
dufferton said:

the wad im trying to open is called severaldemons.wad(or something)
how would i open that?

There's your problem. DOS filenames must be 8 characters or less, excluding the extension. DosBox automatically truncates long filenames using the same method Windows used, so you'll find your file is actually named SEVERA~1.WAD (or whatever). Run DIR *.WAD /P in DosBox to get a list of all WAD files in the directory, with their truncated DOS filenames.

Share this post


Link to post

This is how I would go about it in the old, DOS days:

cd dooms
cd doom2
doom2 -file serera~1.wad

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×