Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     erase [/s] file_spec [/s]
     del [/s] file_spec [/s]

This command may be used to erase files from the directories of any disk on
the local or remote machine.  DEL is a short form for ERASE.  Any of the DOS
or OS/2 "wild card" characters ("?" and "*") may be used.  If /s is
specified then subdirectories are also processed.

Example:

     erase \tmp\*.*

Erase all the files in the "TMP" directory of the current drive.

Example:

     erase d:\etc\*.lst

Erase all files of type "LST" in the "ETC" directory of the "D" disk of the
current locale (local or remote).

Example:

     erase @rc:\demo\*.obj

Erase all files of type "OBJ" in the "DEMO" directory of the "C" disk of the
remote machine.  Both locale and disk are specified.

Example:

     erase @le:trial.*

Erase all files named "TRIAL" of any type in the current directory of the
"E" disk of the local machine.  Both locale and disk are specified.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson