|
| |
Must know the basic commands within MS Dos, as some programs still run with dos, and in
case of system crash, a bad virus attack or the need to format hard disk.
basic commands:
 | c: = change to c drive |
 | a: = change to a drive |
 | cd\ = go back to main directory |
 | dir/w = show files within a directory in wide view |
 | dir/p = show files within a directory in pause view |
 | format c: /s = format c drive with system switch, which will allow you to startup in dos
after formatting. |
 | copy c:/file a: = copies "file" to a: drive |
|