Documentation

#ERASE

ERASE

Syntax: #ERA filenum
Related: #FILE

Erases the file opened as file number filenum.

ERASE example

#FILE 1 old.log
#ERA 1
erases file named old.log. Note that the FILE command prevents you from accessing files outside the TeSSH directory, or from accessing EXE, HLP, or server files.

Add comment

Login or register to post comments