Kbase 18279: How to Delete a File Named LPT1
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/09/1998 |
|
How to Delete a File Named LPT1
If you accidentally create a file named "LPT1" on Windows NT you can
delete it by using the following command:
DEL \\.\<Full Path and File Name>
For example, assuming that you created the file in the directory
called "C:\TEMP" the command would be as follows:
DEL \\.\C:\TEMP\LPT1