home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 3 / CDASC03.ISO / demos / sierrasl / install.scr < prev    next >
Text File  |  1993-04-01  |  1KB  |  59 lines

  1. rem    INSTALL SCRIPT FOR GENERAL PURPOSE SLIDESHOW GENERATOR
  2. clear
  3. space %1: 1000    NoSpace
  4. godir %1:%4    CantCreate
  5. rem    Copy over the necessary files.
  6. echo Copying Startup Files ...
  7. copy %2:*.drv
  8. rem  Use debugless interpreter "sierra.exe", not sciv.exe
  9. copy %2:sierra.exe
  10. copy %2:interp.err
  11. copy %2:version
  12. rem copy %2:tandy3v.drv
  13. copy %2:install.*
  14. copy %2:resource.cfg
  15. copy %2:resource.map
  16. copy %2:demo.bat
  17. copy %2:demodata.res
  18.  
  19. echo %3 > resource.cfg
  20. echo Copying Game files...
  21. del resource.000
  22.  
  23. rem    Marketing wants single floppy only
  24. copy %2:resource.000
  25. exists %2:resource.000 Copy of resource.000 was unsuccessful.
  26.  
  27.  
  28. :exit
  29. clear
  30. echo
  31. echo  To play NOW:
  32. echo     Type DEMO [ENTER].
  33. echo
  34. echo  To play LATER:
  35. echo     From the directory of %1:%4,
  36. echo     Type DEMO and press [ENTER].
  37. echo
  38. echo    NOTE: This demo does not support joysticks
  39. pause
  40. goto Exit2
  41.  
  42.  
  43. :NoSpace
  44. clear
  45. echo
  46. echo There is not enough space on %1: to install the 
  47. echo Sierra Slideshow! 1.0 megabytes of disk space are necessary.
  48. echo
  49. pause
  50.  
  51.  
  52. :Exit2
  53. end
  54.  
  55.  
  56. :CantCreate
  57. alert Unable to create directory %1:%4
  58. end
  59.