The available commands are:

CHDIR <directory_name>
MKDIR <directory_name>
RMDIR <directory_name>

DELETE <file_name>
ERASE <file_name>

These commands act exactly like their DOS counterparts of
the same names. <file_name> may contain * and ? wildcard
characters.

For example, the command

               ERASE a*.bat  

will delete from the current directory all .BAT files
whose names begin with the letter 'a'.

Note that wildcard characters may NOT be used if the ERASE
or DELETE command is embedded within a GETFIRST/GETNEXT
loop.
