home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Game Collection / XULTI.ISO / 427 / demo.bat < prev    next >
DOS Batch File  |  1995-12-04  |  295b  |  15 lines

  1. @echo off
  2. @rem  Apache Demo Installation Batch File v. 0.9
  3. @echo Installing Apache Demo...
  4. @apchdemo -d
  5. @if errorlevel 1 goto fail
  6. @Installation succesfull.
  7. @You can now delete the files apchdemo.exe and apchdem1.exe if you wish.
  8. @goto end
  9.  
  10. :fail
  11. @echo Installation failed!
  12.  
  13. :end
  14.  
  15.