Go Back   Forums > Abandonia.com > Troubleshooting
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 22-12-2006, 06:59 PM   #11
RemX
Newbie

 
Join Date: Sep 2006
Location: ,
Posts: 18
Default

Hey guys!

Iwas finally able to make C:\ appears at the dosbox prompt

Followed the tutorial now i am in the game directory..when it comes to type install as the tutorial is explaining

I get ''illegal command install''

The game is gemfire..so i get :

C:\GEMFIRE>install
illegal command : install .

Dont let me down guys we're almost there

Thanks
RemX is offline                         Send a private message to RemX
Reply With Quote
Old 24-12-2006, 09:35 AM   #12
Eagle of Fire
Friendly Fire
 
Eagle of Fire's Avatar

 
Join Date: Sep 2004
Location: Valleyfield, Canada
Posts: 4,892
Default

Quote:
dir

Main article: Dir (DOS Command)

Displays contents of a directory.

Options :

* /w : Wide list format
* /p : Pause at every page
* /s : Also look in subdirectories
* /a[xx] : Display files with the specified attributes only
* /o[xx] : Modifies sort order
* /b : Uses bare format (no heading information or summary)

dir [options] [filespec]

Equivalent to the Unix command ls (the option -l is "long" list format, it works the opposite way from /w.)

more options:

DIR [drive:][path][filename] [/A[[:]attributes]] [/b] [/C] [/D] [/L] [/N]

[/O[[:]sortorder]] [/P] [/Q] [/s] [/T[[:]timefield]] [/W] [/x] [/4]

[drive:][path][filename] Specifies drive, directory, and/or files to list.

/A Displays files with specified attributes. attributes: D Directories R Read-only files

H Hidden files

A Files ready for archiving S System files - Prefix meaning not

/B Uses bare format (no heading information or summary).

/C Display the thousand separator in file sizes. This is the default. Use /-C to disable display of separator.

/D Same as wide but files are list sorted by column.

/L Uses lowercase.

/N New long list format where filenames are on the far right.

/O List by files in sorted order. sortorder: N By name (alphabetic) S By size (smallest first) E By extension (alphabetic) D By date/time (oldest first) G Group directories first - Prefix to reverse order

/P Pauses after each screenful of information.

/Q Display the owner of the file.

/S Displays files in specified directory and all subdirectories.

/T Controls which time field displayed or used for sorting. timefield C Creation A Last Access W Last Written

/W Uses wide list format.

/X This displays the short names generated for non-8dot3 file names. The format is that of /N with the short name inserted before the long name. If no short name is present, blanks are displayed in its place.

/4 Displays four-digit years[/b]
Tutorials are really overrated. I never even understood the point in them, for almost any subject. If you can't understand what you are doing, going blindly thru a tutorial will not help you at all.

Pause for a few minutes, look at the problem, try to solve it. The solution to your question is so obvious to me that I would solve it in 1 and a half seconds while blindfolded and a hand in my back. I'm not saying that you're stupid, simply that you need to focus on the problem and try to solve it by yourself instead of rushing to the troubleshooting forum because you forfeited. It may be a case of "it's so obvious, I could not find the answer even if it was lying in front of me"...
__________________
I'm on a hot streak... Literally.
Proud member of The Abandoned since 2005.
Eagle of Fire is offline                         Send a private message to Eagle of Fire
Reply With Quote
Old 24-12-2006, 02:53 PM   #13
Guest
Guest
Default

Thanks for replying eagle of fire

Im really trying a lot by myself dont take me wrong..not everybody is just as good as you are with computers..that includes me

All those commands you gave me is pretty good..still is chinese to me though
Would have been a lot easier to just tell me what i should try

to try to install the game in dosbox..thats my problem

But i know that you guys must be a little tired of answering the same questions all the time

So i might just try to go blindly writting some of the commands you gave me and see what happens

Thanks eh
                       
Reply With Quote
Old 24-12-2006, 09:40 PM   #14
Eagle of Fire
Friendly Fire
 
Eagle of Fire's Avatar

 
Join Date: Sep 2004
Location: Valleyfield, Canada
Posts: 4,892
Default

Would you beleive me if I tell you that's how I learned all the DOS commands when I was twelve?
__________________
I'm on a hot streak... Literally.
Proud member of The Abandoned since 2005.
Eagle of Fire is offline                         Send a private message to Eagle of Fire
Reply With Quote
Old 27-12-2006, 09:40 AM   #15
The Fifth Horseman
FUTURE SCIENCE BASTARD
 
The Fifth Horseman's Avatar


 
Join Date: Oct 2004
Location: Opole, Poland
Posts: 14,276
Default

Quote:
so in dosbox it would be : mount C C:\dosbox\old games ???[/b]
That's it. Except from what I know there are sometimes probles with paths that contain spaces, so if you encounter any issues just rename the directory to "oldgames" (without a space) and adjust the mount command accordingly.

If you really need some quick guide to the minimum neccesary commands:

dir [mask] /p
where [mask] can use portions of filenames and/or extensions to restrict your search results. * stands for wildcard, ie "any symbols". The /P thing is a switch that instructs the system to display only as much files as it can fit on the screen at a time - if there are more, it will wait for you to press a key before showing the next screen.

Examples of usage:
dir *.exe displays all files with EXE extension
dir main.* displays all files with filename MAIN regardless of extension
dir *g*.com /P displays all files with G in their name and a COM extension and waits for a key before showing next screen

CD [directory]
Moves you into given directory. Using .. (two dots) instead of a directory moves you out of that directory. Using \ instead of a directory moves you to the root of your drive - in DosBox that means to whatever you have mounted as the currently selected drive.

To launch a file, type in its filename. Runnable extensions are: EXE, COM and BAT.
__________________

"God. Can't you people see I'm trying to commit a crime against science and nature here?"
-- Reed Richards
The Fifth Horseman is offline                         Send a private message to The Fifth Horseman
Reply With Quote
Old 29-12-2006, 08:27 PM   #16
RemX
Newbie

 
Join Date: Sep 2006
Location: ,
Posts: 18
Default

Data,the fifth horseman,and Eagle of Fire..thanks a lot guys

Iwas finaly able to make the game work thanks to your help

And if it can help anybody out there with gemfire or uncharted waters 2 new horizon well

I gave all the memory possible to the file koei.exe didnt have to mess with the sound at all

Once you mounted C:\ in dosbox and are in the game directory

Type koei and enter..game should work fine


I beleive you now Eagle of fire when you saying that you learned by yourself..i just went up a step by myself and with some research and questions

All right so keep your good work you're helping us a lot :brain:

Remx
RemX is offline                         Send a private message to RemX
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dosbox Config Mike_G Troubleshooting 2 31-10-2006 12:43 PM
Trouble With Dosbox Config~ anke Troubleshooting 3 25-09-2006 08:36 AM
Dosbox Config eternal light Troubleshooting 1 11-07-2005 09:27 AM
Dosbox Config File J.B. Troubleshooting 12 25-02-2005 12:34 PM
Dosbox Config frustrated Troubleshooting 8 22-02-2005 06:22 PM


Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump
 


The current time is 12:04 PM (GMT)

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