Instruction manual

6-32 ROM-DOS Commands
2325 Reference Guide Revision B 2325A137REFGD
Examples
The following examples will all use the diagram below as a reference:
DIR1
SUB1
sub1file.txt
SUB2
sub2file.txt
SUB3
dir1file1.txt
dir1file2.txt
The following XDEL command would delete all of the files in the
directories DIR1, SUB1, and SUB2 but not the directory headings
themselves.
XDEL DIR1 /s
To delete the empty subdirectory heading for SUB3, use XDEL as
follows:
XDEL DIR1 /d
To delete all of the files in the three directories and the directory
headings at the same time, use the following command:
XDEL DIR1 /s /d