home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / fr / savantar / bonus / go.bat < prev    next >
DOS Batch File  |  1994-04-03  |  756b  |  18 lines

  1. @echo off
  2. @echo ┌──────────────────────────────────────────────────────────────────────────┐
  3. @echo │                    SPACE CRUISER INSTALLATION PROGRAM                    │   
  4. @echo │                                                                          │   
  5. @echo │  It's better that you install this game of a hard disk                   │   
  6. @echo │  Il est preferable d'installer le jeu sur disque dur.                    │   
  7. @echo └──────────────────────────────────────────────────────────────────────────┘
  8. @echo.
  9. @echo !!! If you have an hard disk press Ctrl C and use INSTALL
  10. @echo !!! Si vous avez un disque dur tapez Ctrl C et utilisez INSTALL
  11. @echo.
  12. pause
  13. @echo off
  14. ren space.bin space.exe
  15. space
  16. ren space.exe space.bin
  17.  
  18.