home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / s / startup-sequence < prev    next >
Text File  |  1994-07-12  |  659b  |  45 lines

  1. NOPALRESET
  2. NORESET
  3. RMTM
  4. assign t: ram:
  5. Sys:c/Superview -o -s4 Sys:s/StartPic
  6. ;
  7. check 40
  8. if warn
  9. fakemouse
  10. WB-3.0/c/assign Libs: Sys:Library3.0/
  11. WB-3.0/c/execute sys:s/Startup3.0
  12. endif
  13. ;
  14. check 39
  15. if warn
  16. WB-3.0/c/assign Libs: Sys:Library3.0/
  17. WB-3.0/c/execute sys:s/Startup3.0
  18. endif
  19. ;
  20. check 38
  21. if warn
  22. WB-2.1/c/Assign Libs: Sys:Library2.0/
  23. WB-2.1/c/execute sys:s/Startup2.0
  24. endif
  25. ;
  26. check 37
  27. if warn
  28. WB2.1/c/assign Libs: Sys:Library2.0/
  29. WB2.1/c/execute sys:s/Startup2.0
  30. endif
  31. ;
  32. check 34
  33. if warn
  34. assign Libs: Sys:Library1.3/
  35. execute sys:s/Startup1.3
  36. endif
  37. ;
  38. check 41
  39. if warn
  40. fakemouse
  41. WB3.0/c/assign Libs: Sys:Library3.0/
  42. WB3.0/c/execute sys:s/Startup3.0
  43. endif
  44. ;
  45.