| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Help Me In Learning Ms Dos !
#1
Posted 11 June 2006 - 03:20 PM
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
Posted 11 June 2006 - 03:26 PM
#4
Posted 12 June 2006 - 08:28 AM
#5
Posted 12 June 2006 - 03:09 PM
tonyused, on Jun 12 2006, 02:28 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.
#6
Posted 23 June 2006 - 03:59 AM
innocent-devil, on Jun 11 2006, 03:20 PM, said:
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.
#8
Posted 23 June 2006 - 11:41 AM
FirefoxRocks, on Jun 23 2006, 02:07 PM, said:
I remember when I was 8, I used MS-DOS to execute this:
del C:\command.com
The version of DOS on this machine was 6.22 which I think was the last version made.
#9
Posted 26 June 2006 - 02:24 PM
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
Posted 20 May 2008 - 06:29 PM
-reply by Justin
#11
Posted 20 May 2008 - 08:48 PM
#14
Posted 20 November 2008 - 10:26 AM
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
Posted 20 November 2008 - 07:24 PM
innocent-devil, on Jun 11 2006, 08:50 PM, said:
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
Posted 20 November 2008 - 11:14 PM
jlhaslip, on Jun 12 2006, 11:09 AM, said:
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

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














