Command Line

From Dickinson College Wiki
Revision as of 19:09, 30 January 2007 by Bachmann (talk | contribs) (New page: How to use the command line: Here are some tips and tricks to using the windows and linux/mac command lines the syntax of the command is included when neccessary Windows: cd - change...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

How to use the command line:


Here are some tips and tricks to using the windows and linux/mac command lines

the syntax of the command is included when neccessary

Windows:

cd - change directory (CD DESTINATION) dir - view contents of a directory chkdsk - check disk del - remove a file (del FILE) copy - copy a file (copy FILE DESTINATION) xcopy - another copy utility useful for copying multiple files