home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cris30.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-15  |  122b  |  10 lines

  1. @echo off
  2. echo Installing CRIS 3.0...
  3. md %1\CRIS30
  4. copy *.* %1\CRIS30
  5. cd %1\CRIS30
  6. %1
  7. CRIS30
  8. del CRIS30.EXE
  9. main
  10.