![]() |
Using the Command Prompt
Well at college, we've been practising how to create directories on a floppy disk, using the command prompt in Windows XP, what i now want to do is learn how to create a sub directory in the Root directory using command prompt. What command would i use? ie, ive got the root as Wayne, and i want a sub directory as Test.
|
Re: Using the Command Prompt
isn't MD the make directory command? Don't use the command prompt system very often ;)
Some reading for you http://www.ss64.com/nt/ and Quote:
|
Re: Using the Command Prompt
md test would be the command or md wayne\test if you are at root.
|
Re: Using the Command Prompt
Quote:
I'll test that, and let you know how i get on :) |
Re: Using the Command Prompt
Ah the good old days of DOS :eek: Still very useful when all else fails.
You can take it all a stage further... If your prompt relates to the C drive, but you want to mess up say your D drive, or floppy drive A, you can create your directory (sorry folder) Code:
MD D:\folder\subfolderCode:
MD "D:\folder\long folder name" |
Re: Using the Command Prompt
ahh right, so using this: MD D:\folder\subfolder
I could have A:\Wayne\Test |
Re: Using the Command Prompt
why in this day and age would people be taught DOS commands? The whole point of having a GUI is to stop the user having to remember command names and the syntax of those commands
__________________ Quote:
|
Re: Using the Command Prompt
I prefer the MKDIR command myself, it makes more sense to read.
ik |
Re: Using the Command Prompt
|
Re: Using the Command Prompt
Quote:
|
Re: Using the Command Prompt
Quote:
Because in some circumstances you need to understand DOS. Many things dont use GUI's. And secondly 99% of IT courses in school and college are Soooooooo out of date they use DOS still and teach DOS. Multi autoexec and multi config files was an old fav of mine, as well as using Debug to search for possible virus infection!!!!! |
Re: Using the Command Prompt
\
mk test (make a da folda) cd test (go into da folda) dir (oooh, dere is nothing here) cd\ (to go back to the root) dir (oh, I can see wayne - hello wayne) exit. oh great, back at windows. Now go & lie down & promise never to do that command line stuff again, well maybe not until you start using Linux :) |
Re: Using the Command Prompt
Quote:
Cant make any promises im afraid. :D |
Re: Using the Command Prompt
Quote:
Take this example: We have web servers at a remote location, they're running NT4 We have a reporting server with webtrends installed on it which produces monthly reports on web usage. Previously, the guys would have to log onto a gateway server at the remote location and map a network drive to it. Then from the gateway server, connect to the web servers, zip up the web logs, map a drive to the web servers from the gateway server, copy the logs over, then copy them to their local PC. Then map a drive to the reporting server, upload the zipped log files, log onto the reporting server, unzip the files, manually run the web trends report and then clean up all the files. It used to take hours. Now, with a few simple batch files, that is all fully automated. The web trends report appears as if by magic :) Now imagine if I didn't know my dos commands... (ok, I've been using it since dos3) |
Re: Using the Command Prompt
Quote:
|
| All times are GMT +1. The time now is 04:08. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum