»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 06-04-2003, 07:09 PM   #1 (permalink)
Registered User
 
Join Date: May 2003
Location: N 43.240 W 80.247
Posts: 136
Computer is on a distinguished road
Want to learn DOS. Where do I start?

Any good websites you could reccomend or downloadable software/freeware would be very helpful

Computer is offline   Reply With Quote
Old 06-04-2003, 07:15 PM   #2 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
What exactly do you want to learn?
If you're learning for command line utilities for 2k/XP thats something different than 'learning DOS'
(NT/2k/XP is not DOS)
__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
vass0922 is offline   Reply With Quote
Old 06-04-2003, 07:25 PM   #3 (permalink)
Registered User
 
Join Date: May 2003
Location: N 43.240 W 80.247
Posts: 136
Computer is on a distinguished road
I am using 98. Sorry if I confused you. I really dont know anything. I want to learn the different commands so I can access files other stuff. What is "learning DOS". DOS is just an OS with no graphic interface right? I hope so. Thanks
Computer is offline   Reply With Quote
Old 06-04-2003, 07:46 PM   #4 (permalink)
Registered User
 
Join Date: Oct 2001
Location: Tacoma, WA
Posts: 127
travis4prez is on a distinguished road
I always loved DOS. It did exacly what you told it to do, didn't hog resources and never crashed. Those were the days. Hope I never see them again though.

Do a google search on DOS Commands and you'll get quite a few hits and a couple of walk throughs to get you going.

If you need a real copy of MS DOS, I could probably scare up a couple of disks for ya. Think I still have 4.0, 5.something, 6.0 and 6.2.
travis4prez is offline   Reply With Quote
Old 06-04-2003, 07:54 PM   #5 (permalink)
Registered User
 
DoctorReno's Avatar
 
Join Date: Mar 2003
Posts: 714
DoctorReno is on a distinguished road
You might be able to get DOS 6.22 from BootDisk.com
DoctorReno is offline   Reply With Quote
Old 06-05-2003, 12:39 AM   #6 (permalink)
Registered User
 
Join Date: Feb 2000
Posts: 79
youngqd is on a distinguished road
My favorite DOS site:
http://www.computerhope.com/msdos.htm
youngqd is offline   Reply With Quote
Old 06-05-2003, 12:45 AM   #7 (permalink)
Registered User
 
joker_927's Avatar
 
Join Date: May 2002
Location: California, USA
Posts: 1,740
joker_927 is on a distinguished road
I have a 500 page book here with the word DOS on the front. What a novelty item.
__________________
Gateway Top-of-the-line PC = $2014
Home built top-of-the-line PC = $928
Exact clones...

Moral = Don't build your own PC, thus letting me save more money than you!
joker_927 is offline   Reply With Quote
Old 06-05-2003, 10:47 AM   #8 (permalink)
Guest
Guest
 
Posts: n/a
boot to a dos prompt and type /help
(come on guys give me a hand it's been a while )

Help commands<<<<oops I didn't look at youngqd's link

other stuff
  Reply With Quote
Old 06-05-2003, 10:51 AM   #9 (permalink)
Registered User
 
Join Date: Oct 2001
Location: NC in the US
Posts: 3,732
Redwolf is on a distinguished road
Send a message via ICQ to Redwolf Send a message via AIM to Redwolf Send a message via Yahoo to Redwolf
Okay, you need to get olddos.exe form mocrosft. Hold up while I search for it.

http://www.undercoverdesign.com/dosg...um/mesg/56.htm

Put the program in a new directory and run it. It'l extract files (say yes when it asks). Now the newly extracted help.com file. Press Alt+Enter to go from small to full screen. Have fun reading.

It doesn't explain the basics of DOS, so I will. It's pretty easy, really.

You have the [rompt. It's usually somethign like:

C:\>

This can be changed but that's usually what it is.

You press enter after every line. This executes the command.

As you probably know, windows sets up in a system of drives, files, and directories. Like, oh:

Drives:

Would be like A:, B:, C:, so on. To switch to a drive, just type the drive letter with a colon afterwards.

C:\>A:_ <return>
A:\>_

(NOTE: A: is a floppy drive. Drives have to be accessed. So if there is no floppy in A:, you can't use it.)

To change directories, use 'cd' -quotes. Like:

C:\>cd windows_ <return>
C:\WINDOWS>_

Always put a space after a command. The command, in this case, is 'cd'.

If you want to go to another directory, starting from the C: drive, do this:

C:\WINDOWS>cd \
C:\>_

or something like

C:\WINDOWS>cd \MYDOCU~1
C:\My Documents>_

To go to a subdirectory from where you are now, don't put the backslash. Like:

C:\WINDOWS>cd system
C:\WINDOWS\SYSTEM>_

To go up a directory, use two periods. Like:

C:\WINDOWS\SYSTEM>cd ..
C:\WINDOWS>

Now, time dor a more complex command. The dir command.

The dir command let's you 'see' what's in a directory. Use it as such:

C:\>dir

You may notice that there is so much, it goes past the screen. A quick remedy is the /p switch.

Switches or options are little things you tack on at the beginning of the command that affect how the command operates. Now try this:

C:\>dir /p

Much better, eh?

Another command is the /w command. Try this:

C:\>dir /w

Now cd into your windows\system directory.

C:\WINDOWS\SYSTEM>

Ok, now try this:

C:\WINDOWS\SYSTEM>dir /w

It's too big, eh? Well, we can combine switches. Try this:

C:\WINDOWS\SYSTEM>dir /w /p

Much better.

Lets say you want to see what's in another directory, but you dont' want to chnage directories. Do it like this:

C:\WINDOWS\SYSTEM>dir c:\mydocu~1

or

C:\WINDOWS\SYSTEM>dir ..

Now add switches.

C:\WINDOWS\SYSTEM>dir /p /w ..

very good.

I'll add more later.

Last edited by Redwolf; 06-05-2003 at 11:33 AM.
Redwolf is offline   Reply With Quote
Old 06-05-2003, 10:53 AM   #10 (permalink)
Guest
Guest
 
Posts: n/a
thanks Redwolf, you'd think on a nerd site this thread would have gotten 50 replys!
  Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 04:02 AM.