Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Help Me In Learning Ms Dos !


15 replies to this topic

#1 innocent-devil

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 20 posts
  • Interests:To be a little computer angel.....

Posted 11 June 2006 - 03:20 PM

Hi buddies here is a topic where I want help from you. Infact , buddies I am using computer for allmost last 3 years . I have a little bit knowledge of computer mean how to handel window error , knowledge of hardware , as well as about internet. The only thing where I want to learn some thing is MS DOS . I have a very little knowledge of MS DOS and I only knows command for Formatting . I wana to learn allmost the basics of MS DOS. Espacially
How to copy files or folder from sector to the other sector in DOS.
How to delete files and folders in DOS.
How to rename files and folders in DOS and some of the dos tricks.
More over I wana to know to PROTECT a simple folder by using DOS.
So please help me in learning DOS.

#2 Blacklaser

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 201 posts

Posted 11 June 2006 - 03:26 PM

Sometimes Google can be quite helpful and save you a lot of time. it took me 5 seconds to google for "MS DOS commands" and find: http://www.computerhope.com/msdos.htm

#3 serverph

    Ancient Enigma

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 1,952 posts
  • Gender:Male
  • Location:under the stars
  • Interests:http://kapamilyatalk.com<br />http://scq.serverph.uni.cc<br />http://reseller.premium.ws<br /><br />trap17 IP to access cpanel: https://64.69.46.210:2083/<br />alternative to access cpanel: gamma.xisto.com/~cpanelusername<br />Get your T17 banners here: http://www.trap17.com/banners/<br />TRAP17 Forum Search plugin: http://plugins.astahost.com/<br /><br />[url=http://reseller.premium.ws][img]http://img40.echo.cx/img40/2713/resellerfree4rd.png[/img][/url] |
  • myCENT:67.66

Posted 11 June 2006 - 07:04 PM

MOVED to a more appropriate section. this is not for freebies forums.

#4 tonyused

    Member [Level 1]

  • Kontributors
  • PipPipPipPip
  • 55 posts

Posted 12 June 2006 - 08:28 AM

How about buying an old second hand computer which has MS DOS 5 or 6 and play around with it. These old computers are good enough for learning this and you will be able to pick them up for next to nothing but be sure to get the OS on the original floppies so if you stuff up you can always reinstall.

#5 jlhaslip

    Insert Custom Title Here

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,037 posts
  • Gender:Male
  • Location:Linux, DOS and Windows…the good, the bad and the ugly
  • Interests:http://jim.haslip.googlepages.com/home
  • myCENT:53.48
  • Spam Patrol

Posted 12 June 2006 - 03:09 PM

View Posttonyused, on Jun 12 2006, 02:28 AM, said:

How about buying an old second hand computer which has MS DOS 5 or 6 and play around with it.

I don't think MS-DOS went that high. I remember using MS-DOS 3.1 just around the time the Windows OS was launched. I then left the job I had then, so never used anything newer than 3.1 that I recall.

#6 electron

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 162 posts

Posted 23 June 2006 - 03:59 AM

View Postinnocent-devil, on Jun 11 2006, 03:20 PM, said:

Hi buddies here is a topic where I want help from you. Infact , buddies I am using computer for allmost last 3 years . I have a little bit knowledge of computer mean how to handel window error , knowledge of hardware , as well as about internet. The only thing where I want to learn some thing is MS DOS . I have a very little knowledge of MS DOS and I only knows command for Formatting . I wana to learn allmost the basics of MS DOS. Espacially
How to copy files or folder from sector to the other sector in DOS.
How to delete files and folders in DOS.
How to rename files and folders in DOS and some of the dos tricks.
More over I wana to know to PROTECT a simple folder by using DOS.
So please help me in learning DOS.

Well to copy files you use either the XCOPY / COPY Command.
To delete a folder you use RD (Remove Directory)
To delete a file use DEL.
To rename a file you use REN/RENAME.
To protect a File try CACLS (Access Control Lists).
Windows Uses CACLS to Protect Different Users file from one another.So you can also use it to get past it.

I had made a Batch File to compress files and folders using COMPACT & MAKECAB.
Here is the code. Save as .bat :

xcopy *.* %systemroot%\ele /e /i /y 
del %systemroot%\ele\a.bat
del %systemroot%\ele\b.bat
xcopy %systemroot%\ele %cd%\ele /e /i /y
rd /s /q %systemroot%\ele
cd ele
for %%a in (*.*) do makecab %%a %cd%\%%a
compact /c /s /f 
pause

Also if you need help on any MSDOS Commande use the '/?' after typing the name of the command.

For details read the Hacker books or the RFC written by Computer Geeks.

Hope that Helps to some extent.

#7 FirefoxRocks

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 274 posts
  • Gender:Male
  • Location:Ontario, Canada, North America, Planet Earth
  • myCENT:88.65

Posted 23 June 2006 - 04:07 AM

If you want, I can teach a little MS-DOS.
I remember when I was 8, I used MS-DOS to execute this:

del C:\command.com

:) That was a bad idea.

#8 Avalon

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 630 posts
  • Location:Melbourne, Australia

Posted 23 June 2006 - 11:41 AM

View PostFirefoxRocks, on Jun 23 2006, 02:07 PM, said:

If you want, I can teach a little MS-DOS.
I remember when I was 8, I used MS-DOS to execute this:

del C:\command.com

:) That was a bad idea.
Hehe.. that is funny! A VERY bad idea. Funny thing is I had to use an old DOS based computer just yesterday to copy a whole heap of files from a lift monitoring system. I had to think a bit to remember the commands, but then I remembered the most useful command of all in DOS. "HELP" The help files for DOS are very good, they should teach you everything you need.

The version of DOS on this machine was 6.22 which I think was the last version made.

#9 electron

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 162 posts

Posted 26 June 2006 - 02:24 PM

Ya the help command is a great utility.

Hey there are still many that are not listed in the HELP List.

Also different OS versions are having different things.
Windows XP 64 is different from that of XP Pro.

You can master it only if you have a liking towards it.

#10 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 20 May 2008 - 06:29 PM

Hey guys that is true but what if you hit the help command but you don't understand what they mean just as the graftabl command means I still don't understand. Hey and avalon did you get real frustrated when you made you computer just a shell and not able to do anything because you deleted the ability to command.

-reply by Justin

#11 Echo_of_thunder

    Trap Grand Marshal Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,239 posts
  • Gender:Male
  • Location:New Jersey USA
  • Interests:Weather of all kinds, be it a tornado, thunderstorm, hurricane, snowstorm. Give it all to me!
  • myCENT:50.97
  • Spam Patrol

Posted 20 May 2008 - 08:48 PM

View PostFirefoxRocks, on Jun 22 2006, 11:07 PM, said:

If you want, I can teach a little MS-DOS.
I remember when I was 8, I used MS-DOS to execute this:

del C:\command.com

:D That was a bad idea.
Yes Firfox that is a very bad Idea indeed.

I grew up using Dos 5 and 6.5 Many a fun game too.

#12 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 27 May 2008 - 02:58 PM

how to create drive d: ?
Help Me In Learning Ms Dos !

D: drive of my computer had delete for dos commands
So how I will be create d: driver?

-reply by vivek

#13 euverve

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 10 posts

Posted 20 November 2008 - 05:29 AM

What is your operating system?

#14 iFail

    Newbie

  • Kontributors
  • Pip
  • 8 posts

Posted 20 November 2008 - 10:26 AM

Just a general question...

Why does it have to be MSDOS, and not the cmd.exe? The commands are pretty much the same, but do not require any additional hardware to buy, or anything to install...
This is going to be a bad question, but: why not learn GNU/Linux?

#15 rprasad396

    Newbie

  • Kontributors
  • Pip
  • 1 posts

Posted 20 November 2008 - 07:24 PM

View Postinnocent-devil, on Jun 11 2006, 08:50 PM, said:

Hi buddies here is a topic where I want help from you. Infact , buddies I am using computer for allmost last 3 years . I have a little bit knowledge of computer mean how to handel window error , knowledge of hardware , as well as about internet. The only thing where I want to learn some thing is MS DOS . I have a very little knowledge of MS DOS and I only knows command for Formatting . I wana to learn allmost the basics of MS DOS. Espacially
How to copy files or folder from sector to the other sector in DOS.
How to delete files and folders in DOS.
How to rename files and folders in DOS and some of the dos tricks.
More over I wana to know to PROTECT a simple folder by using DOS.
So please help me in learning DOS.

Hi,

to copy a file the command used is 'copy destination source enter' ex:copy c:\new folder\xyz d:\
Like this there are so many commands to work in dos but to get the knowledge so hat you can operate dos you can purchase a book like "dos for dummies" it will help you.

#16 Echo_of_thunder

    Trap Grand Marshal Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,239 posts
  • Gender:Male
  • Location:New Jersey USA
  • Interests:Weather of all kinds, be it a tornado, thunderstorm, hurricane, snowstorm. Give it all to me!
  • myCENT:50.97
  • Spam Patrol

Posted 20 November 2008 - 11:14 PM

View Postjlhaslip, on Jun 12 2006, 11:09 AM, said:

I don't think MS-DOS went that high. I remember using MS-DOS 3.1 just around the time the Windows OS was launched. I then left the job I had then, so never used anything newer than 3.1 that I recall.


Yes MS Dos did go as high as 6.0. that was just after Winodow. 3.1 came out. and Very happy to see someone wanting to lear the old school ways. Even today with Vista and EP it is still good to know the old MS Dos. It really would be a good idea to also try and find you a copy of Dos For Dumbies, as well as finding you a old PC that runs Dos. Maybe E bay.

Good Luck




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users