Useful DOS Commands For Computer Technicians - Technibble
Useful DOS Commands For Computer Technicians - Technibble
0 0 3
Microsoft Windows hasn’t natively used DOS since the days of Windows98. However, for a computer technician DOS
commands are still very useful even in the XP and Vista environment.
Technibble Forums
For many techies this stuff is old hat and is mainly for the younger generation, however the old hats may see some
commands that they didn’t know about. By no means is this exhaustive list of DOS commands are there are thousands
more (Google them if you need them). This list has commands that are particularly useful to technicians repairing
computers. Latest Posts
move them to another location, but leave all other file types alone, I would do:
move *.pdf c:\WorkPDFs\ JOIN 26,000+
https://www.technibble.com/useful-dos-commands-for-computer-technicians/ SUBSCRIBERS 1/5
9/23/2015 Useful DOS Commands For Computer Technicians - Technibble
tree – View the tree structure SUBSCRIBERS
Type treeto see the folder and file structure of the folder you are currently in. You can also use this command to make
prints of the directory structure by sending the information to a text file with the following command tree >
textfile.txt
System
tasklist / taskkill – Shows what programs are running on the computer and can kill them
tasklist– Will display all the processes running and their memory usage.
taskkill– Will kill a process. Usage would be: taskkill firefox.exe
chkdsk – Can check a disk and attempt to recover data in bad sectors.
chkdsk /f /r– This will check a disk for errors and try and fixes information from bad sectors
chkdsk /x– Forces the volume to dismount first.
For further information/usage on any of these commands, you can bring up the help for each one of them by typing:
command /?
POPULAR POSTS
Comments
Vitiated says
Syntax:
Example:
https://www.technibble.com/useful-dos-commands-for-computer-technicians/ 2/5
9/23/2015 Useful DOS Commands For Computer Technicians - Technibble
A little intimidating at first look… but now, I use dos (batch files) every day. Just makes life a lot easier. :)
Virgil says
Old School……
For the REAL techs out there.
dave says
xcopy /e /c /h /y – copy all files in this and all subdirectories, create subs if they don’t exist even if they’re
empty, don’t stop on errors, copy system and hidden files, and don’t confirm file copy/replace. Useful when
the GUI lets you down (and impressive to watch – the computer looks really busy!)
See xcopy/? for more…
Ramkumar.S says
chuck says
Nice ones dave; but don’t forget the /f on the shutdown command to force shutdown. Helps out alot when
you get errors or processes that don’t want to die and you need to restart the machine.
EX:
shutdown /r /f /t 0
shaggy says
vishal says
CLS
Joe says
needing to find the AT commands for a Agere modem driver ver 2.1.87.0…to change compression by
hardware – right now have settings with common commmand ATFX to combine fast speed command. need
this asap. it’s MS+ something…I need the command string to for manual compression by 2-10% on dial up.
Is there software just for hardware compression? Also, does anyone know the best software for dial up
speed increases?
Naveed says
mayank says
pls reply
amin says
https://www.technibble.com/useful-dos-commands-for-computer-technicians/ 4/5
9/23/2015 Useful DOS Commands For Computer Technicians - Technibble
shutdown -s -f -t
and save any where any name but remember the extension name must be .bat
shodan says
Copyright © 2015 · Technibble.com - All Rights Reserved · Disclaimer · Terms of Service · Privacy · Disclosure · Contact
https://www.technibble.com/useful-dos-commands-for-computer-technicians/ 5/5