Forums

Forums (http://www.abandonia.com/vbullet/index.php)
-   Troubleshooting (http://www.abandonia.com/vbullet/forumdisplay.php?f=11)
-   -   help: dosbox on Mac os x (http://www.abandonia.com/vbullet/showthread.php?t=17333)

catcraig 07-06-2008 12:03 AM

help: dosbox on Mac os x
 
I'm a loser, I have a Mac, not really sure what kind of commands for mount I should be using to start my games since macs don't seem to have set drive letters....

Thanks for any help and sorry if I'm missing something on the troubleshooting page that already pertains to this.

Kippesoep 07-06-2008 12:38 AM

Use

Code:

mount c "/Volumes/Macintosh HD/Users/catcraig/Documents"
or shorter:

Code:

mount c "~/Documents"
Either example will mount your Documents folder as the DOSBox C: drive. Be sure to include the quotes!

catcraig 07-06-2008 12:45 AM

Awesome, that seemed to work, now I need to figure out how to mount the games, lol.

Kippesoep 07-06-2008 01:01 AM

Well, you could make a folder "games" inside your "Documents" folder and then inside it, a folder for the game, such as "zaxxon".

In DOSBox, you'd then type:
Code:

mount c "~/Documents/games"
c:
cd zaxxon
zaxxon

First line mounts the "games" folder as the DOSBox C drive.
Second line switches to the DOSBox C drive.
Third line then enters the "zaxxon" subfolder
Last line then starts the game.


The current time is 12:21 PM (GMT)

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.