home *** CD-ROM | disk | FTP | other *** search
/ Cyberpuk / Cyberpuk_Essex_Entertainment_1996.iso / install.bat < prev    next >
DOS Batch File  |  1996-05-14  |  666b  |  32 lines

  1. @echo off
  2.  
  3. first.exe
  4.  
  5. @echo off
  6. if exist boot.dat goto :makeboot
  7.  
  8. :run 
  9.  call start
  10.  
  11. goto :end
  12.  
  13. :makeboot
  14. call makeboot
  15.  
  16. cls
  17. echo  To play the game with your boot disk in effect,
  18. echo you must restart your system. Use the procedure your system
  19. echo requires for rebooting after exiting any other applications.
  20. echo .
  21. echo                       IMPORTANT!
  22. echo .
  23. echo  If your hard drive has a dynamic drive overlay, you must
  24. echo reboot WITHOUT the boot disk in the drive and wait for the
  25. echo hard drive to prompt you to "Hit space bar to boot from floppy."
  26. echo Then press space bar and insert your boot disk!
  27.  
  28. erase boot.dat
  29.  
  30. :end
  31.  
  32.