home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / 4archiv3.zip / DESCRIPT.BTM < prev    next >
Text File  |  1994-06-08  |  1KB  |  33 lines

  1. :: DESCRIPT.BTM enters the description of all files to the
  2. :: descript.ion file
  3.  
  4. echo.
  5. echo.
  6. echo Add the descriptions to descript.ion file?
  7. echo.
  8. scrput %_row 24 %_fg on %_bg Y
  9. inkey /c /k"YN[enter][esc]" Add Descriptions [Y/n]: %%_inkey
  10.  
  11. if "%_inkey" eq "Y" .or. "%_inkey" eq "@28"  goto start
  12. if "%_inkey" eq "N" .or. "%_inkey" eq "" quit
  13.  
  14.  
  15. :start
  16.  echo 4DOS archiver for R.Jung ARJ.EXE           | describe 4arj.btm
  17.  echo 4DOS archiver for Pkware PK(UN)ZIP         | describe 4zip.btm
  18.  echo Configuration for 4DOS archiver 4ARJ.BTM   | describe 4arj.cfg
  19.  echo Configuration for 4DOS archiver 4ZIP.BTM   | describe 4zip.cfg
  20.  echo Help-system for ARJ-archiver 4ARJ.BTM      | describe 4arjhelp.com
  21.  echo Help-system for PKWARE-archiver 4ZIP.BTM   | describe 4ziphelp.com
  22.  echo General information about 4ARJ and 4ZIP    | describe readme.com
  23.  echo File identification                        | describe file_id.diz
  24.  echo Registrationform 4ARJ.BTM & 4ZIP.BTM       | describe order.frm
  25.  echo Add file descriptions to DESCRIPT.ION      | describe descript.btm
  26.  echo What is new in this release 3.10           | describe whats.new
  27.  
  28. :end
  29. *unset /q _inkey
  30. echo.
  31. echo Descriptions added!
  32. quit 0
  33.