home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Describing your files, press Control-C to abort.
- pause
- if "%@descript[readme.txt]" == "" describe readme.txt "General information for Rickis DOS utilities"
- if "%@descript[cat.exe]" == "" describe cat.exe "CAT (TYPE replacement) executable"
- if "%@descript[cat.doc]" == "" describe cat.doc "CAT documentation"
- if "%@descript[hd.exe]" == "" describe hd.exe "HD (Hex Hump) executable"
- if "%@descript[hd.doc]" == "" describe hd.doc "HD documentation"
- if "%@descript[strings.exe]" == "" describe strings.exe "STRINGS (printable string searcher) executable"
- if "%@descript[strings.doc]" == "" describe strings.doc "STRINGS documentation"
- if "%@descript[tee.exe]" == "" describe tee.exe "TEE (output duplicator) executable"
- if "%@descript[tee.doc]" == "" describe tee.doc "TEE documentation"
- *del /p %@search[%0]
-