| SillyDog701 Forums |
| Author |
Message |
nikolette

 nikolette Joined: 22 Oct 2007 Posts: 2
|
23 Oct, 2007 1:55 pm Commander Keen & DOSBox |
[sdp=88118] |
|
Okay, I recently asked this on another forum and got some smart-alec answer. Hopefully someone here can help. I recently downloaded DOSBox (v.72, Mac compatible) and an .exe file of Commander Keen. It is a LEGAL, shareware copy (I didn't state that in my post on the last forum and they got in my face about it). I'm trying to figure out how I can run it directly from my hard drive through DOSBox. When I open DOSBox it tells me I need to mount the drive that the file is in (I'm not running it from my CD drive), but I'm not exactly sure how to do that. Any ideas/answers?
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3 |
|
| Back to top |
|
 |
Mandrake


Joined: 13 Sep 2002 Posts: 3882
|
23 Oct, 2007 10:55 pm |
[sdp=88124] |
|
I don't regularly use a Mac, but I do use DOSBox frequently.
To mount a directory in DOSBox one uses the following syntax:
mount X: [directory path]
Where X is the letter of the drive you'll want to mount. In most cases this will be C:. The only time you need to worry about other drive letters is when dealing with mounting CDs or DVDs (which are another matter entirely).
[directory path] refers to where the the game is stored on your local hard disk.
In Windows, a typical mount command might be:
mount C: c:\oldgames\doom
On OS X (I think I have the syntax correct) you'd be using:
mount C: ~/oldgames/doom
Of course, this depends on where you've stored the game. If the directory path has spaces in it, I believe you need to wrap the whole thing in "s. i.e.
mount C: "~/old games/doom"
Also keep in mind that OS X (unlike Windows) is case sensitive. The path needs to be identical in this respect or it won't work.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8
Core i7 920 | ASUS P6T Deluxe v2 | 3TB+ HDD | 12GB Corsair DDR3 | Radeon 4890 Xfire | X-Fi Titanium Fatal1ty | Logitech Z-5500 Speakers | Dell 3008WFP | Seven RC1 |
|
| Back to top |
|
 |
Pu7o


Joined: 06 Jan 2005 Posts: 1978 Location: Portugal
|
24 Oct, 2007 9:14 am |
[sdp=88130] |
|
Actually no, OS X isn't case-sensitive, not by default anyway.
UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8 |
|
| Back to top |
|
 |
Mandrake


Joined: 13 Sep 2002 Posts: 3882
|
|
| Back to top |
|
 |
nikolette

 nikolette Joined: 22 Oct 2007 Posts: 2
|
24 Oct, 2007 10:27 pm |
[sdp=88142] |
|
Thanks so much, that helps a ton! Just to double check, on the Mac OS X, C: is what refers to my hard drive?
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3 |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
24 Oct, 2007 10:48 pm |
[sdp=88144] |
|
| nikolette wrote: | Thanks so much, that helps a ton! Just to double check, on the Mac OS X, C: is what refers to my hard drive? |
In most cases, you can just use /. Otherwise, it depends on what you name the main hard drive. For example, if it is called "Mac OS X", then you can specify it as "Mac OS X" (using quotes) or Mac\ OS\ X (using \ before space)
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8
|
|
| Back to top |
|
 |
|