Hoe te in de het bevelherinnering van Dos te navigeren

Gepost op 25 Februari, 2008 in 7:04 am

Vroeger vandaag moest ik een cliëntencomputer initialiseren in Veilige Wijze en een virus via schrappen Het bevelherinnering van Dos omdat als de Vensters laadden, het dossier en vandaar undeleteable gesloten zou worden! Er zijn verscheidene andere redenen waarom u de bevelherinnering in uw leven (niettemin zelden) kunt moeten gebruiken, zodat is het goed het weten hoe te om uw manier rond te navigeren!

Als u hebt willen leren hoe te om de bevelherinnering in Vensters te gebruiken, zal ik door enkele basis gaan De bevelen van MS-dos dat het vaakst wordt uitgevoerd. Enkel kan zo iedereen op de zelfde pagina, u aan de bevelherinnering krijgen door te gaan aan Begin en klik dan Looppas en binnen typend CMD.

bevel herinnering

U zult nu een groot zwart venster met de curseur aan het eind van de weg aan uw gebruikersprofiel in C:\Documents and Settings\Username zien. Wat dat nu!? Goed, aangezien ik niet alles kan verklaren, zult u waarschijnlijk willen omhoog beëindigen gebruikend enkele hulpgidsen die in MS-dos zelf door binnen te typen worden verstrekt HULP en drukkend Ga binnen.

Wanneer u dat doet, zult u een lijst van alle bevelen krijgen u in MS-dos en een korte beschrijving kunt gebruiken van wat zij:

MS-dos

U kunt meer gedetailleerde informatie over de parameters ook te weten komen en hoe te om elk bevel te gebruiken door in de bevelnaam te typen die door a wordt gevolgd /?. Bijvoorbeeld, binnen typend CD/? , u met een snel leerprogramma op hoe te om het CD bevel te gebruiken zal voorstellen:

bevel promt bevelen

Aangezien u kunt hierboven zien van, het bevel toont CD van MS-dos de naam van of de veranderingen de huidige folder. Zo als u van de folder van het standaardgebruikersprofiel wilde veranderen zeg de folder van Vensters System32 om een virusdossier te schrappen, zou u in het volgende om aan die folder typen te navigeren:

CD c:\window\system32 en drukt binnengaat

U zult huidige folder bij de herinnering nu veranderen:

MS-dos bevelen

Nu u in die folder bent, kunt u alle dossiers en folders willen bekijken eerst, zodat kunt u in het bevel typen DIR en druk binnengaan. U zult nu een reuzelijst van alle dossiers en omslagen in die folder worden. U kunt binnen typen DIR/? en zie welke parameters u tot het kunt overgaan.

dir MS-dosbevel

Aangezien u kunt zien, kon u in DIR /P typen om de lijst in een gepagineerd formaat te geven u waarkunt langzaam doorbladeren. Of u kon in DIR /W typen om de lijst in een breed formaat eerder dan één enkele kolom te krijgen. The cool thing about DOS is that you can include several parameters for each command, so you could type in DIR /P /W and get a page by page view along with wide format:

dir dos command

There are lots of other commands that you can use to do all sorts of stuff like copy files, make directories, print text files, delete files, etc. So if you can do most of this stuff in Windows using the GUI interface, then why bother with DOS, right?

Well, the cool thing is that any command you type in the command prompt, like we showed above, can be saved into a file with a .BAT extension and run anytime by just clicking on the file or can be scheduled to run using the Windows Scheduled Tasks Control Panel applet.

So if you want to be able to routinely perform some simple actions on your computer, like copying files from one folder to another, just type the commands into Notepad and save the file with a .BAT extension instead of as a text file. Basically, you have to choose All Files for the File Type option and then type in the name like “MyFile.bat” with the quotes included.

bat file

A couple of other very useful commands that you might have to end up using are listed below:

  • chkdsk - Verifies a hard disk or a floppy disk for file system integrity.
  • copy - Copies files from one location to another. The destination defaults to the current directory. If there are multiple source files, the destination must be a directory or else you will get an error.
  • fc - Compares two files or sets of files and displays the differences between them
  • fdisk - Manipulates hard disk partition tables. When run from the command line, it displays a menu of various partitioning operations.
  • format - Delete all the files on the disk and reformat it for MS-DOS. Use mostly for formatting floppy disks or other removable disks.
  • scandisk - Disk diagnostic utility that is a replacement for the CHKDSK utility.
  • SFC - System File Checker - Scans all protected system files and replaces incorrect versions with correct file versions.

That should hopefully get you up and running on how to use and navigate in the MS DOS command prompt! If you have a question, please post a comment! Enjoy!

Technorati Tags: , , ,

If you enjoyed this post, make sure you subscribe to my RSS feed!

» Filed Under Computer Tips

Related Posts

Please post your comments/suggestions!