home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WWSTRP12.ZIP / DESC.BTM next >
Text File  |  1993-08-16  |  653b  |  11 lines

  1. @echo off
  2. echo Describing your files, press Control-C to abort.
  3. pause
  4. if "%@descript[file_id.diz]" == "" describe file_id.diz "WWStrip v.1.21 - auto-description"
  5. if "%@descript[readme.1st]" == "" describe readme.1st "WWStrip v.1.21 - distribution info"
  6. if "%@descript[register.txt]" == "" describe register.txt "WWStrip v.1.21 - registration info"
  7. if "%@descript[whats.new]" == "" describe whats.new "WWStrip v.1.21 - what's new in v.1.21"
  8. if "%@descript[wwstrip.com]" == "" describe wwstrip.com "WWStrip v.1.21 - SHAREWARE version"
  9. if "%@descript[wwstrip.doc]" == "" describe wwstrip.doc "WWStrip v.1.21 - documentation"
  10. *del /p %@search[%0]
  11.