home *** CD-ROM | disk | FTP | other *** search
/ CD Action 3 / cdaction031996.iso / burger / install.scp < prev    next >
Text File  |  1996-01-23  |  908b  |  43 lines

  1. ;|------------------------------------------------------------|
  2. ;|This is an install Script for Orion Burger Interactive Demo |
  3. ;|------------------------------------------------------------|
  4.  
  5. #MINIMUM
  6. 4200000
  7. S Copying commom files...
  8. C \GOODSTUF\*.*
  9. S Copying readme.doc...
  10. C \readme.doc \readme.doc
  11. S Copying setup files...
  12. C \setup\*.*
  13. C \install.lbm \setup.lbm
  14. !
  15.  
  16. ;The real thing here!
  17. #MEDIUM
  18. 11000000
  19. S Copying commom files...
  20. C \GOODSTUF\*.*
  21. S Copying GLOBAL.HAG file...
  22. C \RESOURCE\GLOBAL.HAG \GLOBAL.HAG
  23. S Copying readme.doc...
  24. C \readme.doc \readme.doc
  25. S Copying setup files...
  26. C \setup\*.*
  27. C \install.lbm \setup.lbm
  28. !
  29.  
  30. ;Mega Install!
  31. #MAXIMUM
  32. 121000000
  33. S Copying commom files...
  34. C \GOODSTUF\*.*
  35. S Copying all HAG files...
  36. C \RESOURCE\*.*
  37. S Copying readme.doc...
  38. C \readme.doc \readme.doc
  39. S Copying setup files...
  40. C \setup\*.*
  41. C \install.lbm \setup.lbm
  42. !
  43.