home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / install / install.bat < prev    next >
DOS Batch File  |  1995-06-20  |  306b  |  17 lines

  1. echo off
  2. iscdrom Q
  3. if errorlevel == 1 goto _cdrom
  4.     cpp -D__CPP__ main.c   > install.cci
  5.     386 -c install.exp
  6.     goto _exit
  7. :_cdrom
  8.     chkcmd run386.exe
  9.     if errorlevel == 9 goto _exit
  10.     if errorlevel == 1 goto _root
  11.     run386 install.exp
  12.     goto _exit
  13.   :_root
  14.     \run386 install.exp
  15.     goto _exit
  16. :_exit
  17.