in reply to Re: remove functionin thread remove function
'remove' at the Windows command line and 'rm' at the UNIX command line.
cmd doesn't have a REMOVE command. The functionality of rm and rm -r is provided by DEL (aka ERASE) and RD (aka RMDIR).