second exodous
Advanced Member
Did you mount what you want to use as the c drive yet?Now I've tried that (renaming) but says it's not possible...If I remember correctly, and it has been a LONG TIME, DOS can't have spaces in directory names, or it can but you need either an underscore, _, or maybe it is a tidle, ~ to replace the space. In the end it is just easier to rename the directory to simply 'jazz' and then try to cd into it.
So first with xfce go to the folder 'jazz rabbit' and rename that folder to 'jazz' then:
Code:cd jazz
To run it after that you need to know what the executable is named, when you know that you would just type that. Since it is dos it is probably just jazz or jazzrabbit.
Code:
mount c c:\whatever your games are in
Do this, type everything you type to get to where you are, if we know exactly what you type it might be easier to help you.
Also, did you look at some videos like I suggested? Those explain what is going on.
EDIT: Where are you when you try to cd into jazz? What comes before what you type? Is it
Code:
Z:\>
or
Code:
C:\>
If it is anything other than C then you need to:
Code:
cd c
first and then
Code:
cd jazz
Last edited by a moderator: