Dos Commands

prompt $v     =    version number
prompt $n    =    default drive
prompt $t    =     current time
prompt $d    =    current date

Del [drive:]pathname     Deletes a file
Del *.* [drive:]pathname Deletes all files in the directory
Date [mm-dd-yy]  Sets the date
Copy [drive:]pathname1 [drive:]pathname2
Cd\ [path of folder] Changes the directory to a different path

diskcopy A: B:  Copys a disk from drive a to drive b
chkdsk [drive:]pathname Scans the disk and checks for errors
fdisk Configures a hard disk for Ms Dos Use
label [drive:]label  Changes the label on a disk
md [drive:]path Make a directory
rename [drive:filename1 filename2
rmdir [drive:]path Remove directory
ver Prints version of MSDOS
vol [drive:] Displays the disk label and serial number

DOS Programs and Explantions

netstat.exe - displays all the current connections to other computers.

Home