|
|
|
re: upgrading to windows 98 error
Monday, January 1, 2007 at 7:51 pm Windows 95 Annoyances Discussion Forum
Posted by dhm
(966 messages posted)
The exact DOS syntax for renaming that would be:
REN WIN.COM WIN.CO
To navigate thru the directories (folders) use CD as in:
CD \WINDOWS
To change to a different drive, just enter the name of the drive:
C:
While ERASE will erase a file, most people use the synonym DEL.
To make a new directory (let's call it newdir) the command is MD:
MD newdir
To delete a directory the command is DELTREE. It will also delete all files in the
directory and all subdirectories.
To see the files in a directory:
DIR /P
You only need the /P if there are more than 20 files.
That is the basics of the COMMAND mode (aka DOS).
|
All messages in this thread [show all]
 |  |  | re: upgrading to windows 98 error (dhm: Mon, Jan 1, 2007, 7:51 pm) |
| |
| |
Return to the Windows 95 Discussion Forum
|
|
|
|