home *** CD-ROM | disk | FTP | other *** search
/ NET:Zone (Demo) / NETZ_demo.iso / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-01  |  178b  |  12 lines

  1. @echo off
  2. .\inst.exe
  3. if errorlevel -1 goto end
  4. .\uvconfig.exe -gen -noanalyse
  5. mode co80
  6. .\setup.exe
  7. .\scrndiag.exe
  8. mode co80
  9. cls
  10. @echo To run NET ZONE type 'nz' 
  11. :end
  12.