InterviewSolution
| 1. |
Solve : disk is full - can't load recovery files....? |
|
Answer» ...so i'm in DOS, trying to figure out what i can safely delete. the only ones i'm sure i can safely delete are in the "programs" subdirectory. go figure! No NEED to figure. THis is normal. Each file and folder has a "short name" and a "long name". Sometimes they are identical, sometimes not. If the long name has space or spaces or is more than 8 characters long, a short name is computed and stored by the system. To use a long name with spaces you have to use quote marks. As you have found, you can use cd with the short name cd PROGRA~1 but you could also use cd "Program Files" The above applies only if you are in a DOS box under Windows 95 or 98. Under plain DOS you need to use the short name. |
|