Page 1 of 1

How to delete folders with a Trailing space

Posted: Sun Jul 08, 2018 5:18 pm
by bluecheese
The sticky thread https://qbforums.shiki.hu/index.php/topic,1608.0.html
uses the del command, which is the command to delete files.

The command needed is RD or RMDIR to remove (delete) a directory. If the directory is not empty, use RD/S or RMDIR/S to remove a directory tree.