|
Registration
Proposals
Interims
Final Reports
Dates
Kickoff
Evaluations
Expo
STI
Wiki
School Map
Sponsors
Mail
Challenge Technical Guide
Past Participant Survey
GUTS
|
|
Basic DOS Commands
DOS stands for Disk Operating System.
attrib- change file protection
chdir or cd(directory)- change working directory
chkdsk- display free disk space
cls- clear the screen
copy(file1)(file2)- copy file
date, time- display/edit date and time
deldelete file(file)- delete file
dir dir/p dir/w- display list of files
edit(file)- edit the contents of file
find("string")(file)- find string in file
mkdir or md(directory)- create directory
rename or ren(file)- rename file
rmdir or rd- delete directory
type(file)- display contents of file
type(file)| more- display file with pauses
/?- get help (example: dir /?)
|