home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / ROLODEX.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-01-18  |  160 b   |  13 lines

  1. echo off
  2. if exist temp.bat goto clear
  3. :main
  4. cnfgrolo %1
  5. if errorlevel 255 goto nextpart
  6. goto end
  7. :nextpart
  8. temp
  9. :clear
  10. del temp.bat
  11. goto main
  12. :end
  13.