home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / TOOLS / LOGIMENU / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-01  |  264b  |  18 lines

  1. echo off
  2. cls
  3. if not exist i.exe goto help
  4. i %1
  5. if errorlevel 1 goto nolm
  6. cls
  7. lm
  8. goto nolm
  9. :help
  10. echo INSTALL must be on the default directory.
  11. echo  
  12. echo May be you should type:
  13. echo A: [ENTER]
  14. echo INSTALL [ENTER]
  15. echo  
  16. echo to start it.
  17. :nolm
  18.