home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.3 / 1996-04_-_Disc_2.3.bin / orion / install.scp < prev    next >
Text File  |  1996-01-13  |  746b  |  37 lines

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