NOTE: You must be logged on locally to the Windows computer to delete these files.
If the file was created on a file allocation table (FAT) partition, you may be able to delete it under MS-DOS by using standard command line utilities (such as DEL) with wildcard(s). For example:
- DEL PR?.*
-or- - DEL LPT?.*
DEL \\.\driveletter:\path\filename
For example:
DEL \\.\c:\somedir\aux
If the name in the file system appears as a directory, use the following syntax.
For example, you can possibly delete any directory with a command such as:
RD \\.\
For example:
RD \\.\c:\somedir\aux
-or-
RmDir \\.\:\\
For example:
RmDir \\.\C:\YourFTP_ROOT's_PATH\COM1 /s /q
/s-This switch removes all directories and files in the specified directory and also the directory itself. This switch also removes a directory tree.
/q-This switch stands for Quiet mode. Do not ask if you can remove a directory tree that contains the /s switch.
No comments:
Post a Comment