home *** CD-ROM | disk | FTP | other *** search
- VDEL.EXE
-
- FUNCTION: A file deletion program that asks confirmation for each delete.
- VDEL works very much like the DOS "DEL" command, except that it
- prompts the user on a file-by-file basis as to whether each file
- should be deleted. Version 1.1, 9-13-88.
-
- USAGE: VDEL {path}[filename] /N /A /T
-
- Wildcards (* and ?) may be used.
-
- OPTIONS:
- /N - No verification
- /A - All files: include read only, system, and hidden files
- /T - Test; shows only the files that would be selected, but does
- not delete any files.
-
- EXAMPLE: VDEL *.BAK
-
- Presenting selected files in D:\TOOLS\DOC1\
-
- File Name Attrs. Size Date Time Action (Q to quit)
- ───────────────────────────────────────────────────────────────────────
- ALTER.DOC A 1,622 11-10-87 00:01 am -- Delete? (Y or N)
- ANALYZE2.DOC A 1,155 11-10-87 00:01 am -- Delete? (Y or N)√
- ANSI&2K.DOC A 1,192 11-10-87 00:01 am -- Delete? (Y or N)
- ANSWER.DOC A 2,036 11-10-87 00:01 am -- Delete? (Y or N)
-
- Number of files deleted: 1
-
- Processing done.
-
- «═»