home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / SYSTEM / RECONFI3 / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-01  |  495b  |  21 lines

  1. echo off
  2. cls
  3. if not exist reconfig.exe goto fail
  4. if exist install.txt type install.txt
  5. reconfig -install %1
  6. goto end
  7.  
  8. :fail
  9. cls
  10. echo .
  11. echo .     Reconfig installation ABORTED...Could not find Reconfig.exe...
  12. echo .
  13. echo .     To install from Drive A, type:             A:
  14. echo .                                                INSTALL
  15. echo .
  16. echo .     Or, to install from Drive B, type:         B:
  17. echo .                                                INSTALL
  18. echo .
  19.  
  20. :end
  21.