home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WWTYPE21.ZIP / DESC.BTM next >
Text File  |  1993-08-18  |  638b  |  12 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 "WWType v.2.1 - auto-description"
  5. if "%@descript[readme.1st]" == "" describe readme.1st "WWType v.2.1 - distribution info"
  6. if "%@descript[register.txt]" == "" describe register.txt "WWType v.2.1 - registration info"
  7. if "%@descript[whats.new]" == "" describe whats.new "WWType v.2.1 - what's new in v.2.1"
  8. if "%@descript[wwtype.com]" == "" describe wwtype.com "WWType v.2.1 - SHAREWARE version"
  9. if "%@descript[wwtype.doc]" == "" describe wwtype.doc "WWType v.2.1 - documentation"
  10. *del /p %@search[%0]
  11.  
  12.