Home / Software / Computer games / dos box
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: dos box  (Read 680 times)
comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« on: November 04, 2009, 03:24:20 PM »

Hi,

I just installed a copy of dos box and i can't seem to get it to work on my macbook. It opens and it gives me
Z:\>
I type mount c\games and it says
Z:\> MOUNT c\games
usage MOUNT Drive-letter LOcal Directory
So a mount c c:\windows mounts windows directories as the c: drive in DOSBox
and then shows the z.

what do i do?
IP logged
2x3i5x
Expert



Thanked: 116
Posts: 2,128

Computer: Specs
Experience: Familiar
OS: Windows Vista

« Reply #1 on: November 04, 2009, 03:29:21 PM »

what windows are you using to run the dos box on your mac?
IP logged
comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« Reply #2 on: November 04, 2009, 03:31:01 PM »

i don't understand. I'm using mac. I downloaded dosbox for mac
IP logged
Computer_Commando
Guru



Thanked: 383
Posts: 4,321

Certifications: List
Computer: Specs
Experience: Expert
OS: Windows XP



« Reply #3 on: November 04, 2009, 04:30:12 PM »

...what do i do?
What do you want to do?
IP logged



Sign by Danasoft - Get Your Free Sign

comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« Reply #4 on: November 04, 2009, 04:42:36 PM »

i want to play my old dos games. could you show me how?

I have a floder on my mac desktop called PrincePersia
IP logged
Geek-9pm
Sage



Thanked: 327
Posts: 8,047

Computer: Specs
Experience: Familiar
OS: Windows XP


Geek After Dark

« Reply #5 on: November 04, 2009, 08:17:28 PM »

Maybe he is using:
DOSBox for Mac OS X
Which is an emulator.
IP logged
2x3i5x
Expert



Thanked: 116
Posts: 2,128

Computer: Specs
Experience: Familiar
OS: Windows Vista

« Reply #6 on: November 05, 2009, 12:05:29 PM »

try using boxer to get your DOS game to play on your mac... I believe boxer is only for mac so probably easier to use.

see the two following links for help

link 1
link 2
IP logged
comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« Reply #7 on: November 05, 2009, 03:28:47 PM »

sorry about that. I got dos box to work but i do have questions!
-Do i have to mount C; every time i open the Dos box
-How do i get out of a folder to enter a new one with out exiting it and reopening.
-can i play present games on in.
-if not is there a program that i can play pc games on my mac?
IP logged
2x3i5x
Expert



Thanked: 116
Posts: 2,128

Computer: Specs
Experience: Familiar
OS: Windows Vista

« Reply #8 on: November 06, 2009, 04:15:27 PM »

If you have regular PC games (non dos ones) that you want to try to run on your mac without having to install windows via bootcamp or some program allowing you virtual windows environment,

you can try CrossOver Games software


IP logged
Mulreay
Guest
« Reply #9 on: November 15, 2009, 05:03:02 AM »

It's also worth creating a folder for e.g oldgames saved on the c:\ drive. This will make it easier to find all your dos games.
See pic attached

[Saving space, attachment deleted by admin]
IP logged
comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« Reply #10 on: November 16, 2009, 09:40:23 AM »

ok but i have to buy that.  To play regular games non-dos on my mac i tried to install win 98 on dos box. I put the files from cd in the C:\ and typed C: programs\win98\setup.exe then it told me please wait setup is configuaring your system and i froze. Is there a reason it won't load or is my mac to strong for win 98
I have a:

2.2 GHz proccessor
115 Gb hdd
1 GB RAM
DVD burner
IP logged
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #11 on: November 16, 2009, 12:54:59 PM »

DOSbox is for DOS programs, not windows.

it's possible to get windows 3.1 to work with it, but it barely works at all. Windows 95 or above are definitely not going to work!

to answer your questions:

Quote
-Do i have to mount C; every time i open the Dos box
well, it will need to be mounted, but you could use a startup batch to mount it; I can't recall the file DOSbox uses for this, but it's probably documented in the help.

Quote
-How do i get out of a folder to enter a new one with out exiting it and reopening.

As you are likely aware, "cd" or "chdir" changes the directory. However, there are also two "psuedo" directories in every sundirectory, single dot, and double dot. the single-dot is the same as the current directory; the double dot refers to the parent directory. also, remember that the slash \ refers to the root folder of the drive. Example:

Code: [Select]
C:\>cd games

C:\games>cd arkanoid

C:\games\arkanoid>cd ..

C:\games>cd ..

C:\>cd games\arkanoid

C:\games\arkanoid>cd \

C:\>


Quote
-can i play present games on in.
-if not is there a program that i can play pc games on my mac?

DOSBox is for older, DOS games. Not windows games. you will need to either have a Intel based mac and bootcamp and a windows installation or PC emulation software (such as VMware) and a windows installation to play PC games. Not that not all emulation software will work as not all of them allow for such things as 3d acceleration, which most newer PC games require.

IP logged

comda
Topic Starter
Apprentice



Thanked: 4
Posts: 463




« Reply #12 on: November 16, 2009, 03:42:30 PM »

Thanks! Just to ask would i be able to instal win xp on it or no>
IP logged
BC_Programmer
Mastermind


Thanked: 682
Posts: 15,624

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #13 on: November 16, 2009, 04:13:17 PM »

Thanks! Just to ask would i be able to instal win xp on it or no>


Windows 95 or above are definitely not going to work!
IP logged

2x3i5x
Expert



Thanked: 116
Posts: 2,128

Computer: Specs
Experience: Familiar
OS: Windows Vista

« Reply #14 on: November 16, 2009, 10:15:22 PM »

best bet --> install the win xp natively on your computer (via mac's bootcamp) and that's probably best way to get your windows things working.
IP logged
Pages: [1] - (Top) Print 
Home / Software / Computer games / dos box « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.105 seconds with 20 queries.