home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1822.dms / in.adf / s / Startup-Sequence < prev   
Encoding:
Text File  |  1997-10-30  |  1.2 KB  |  40 lines

  1. loader
  2. ren CONTACT 17-BIT ON 0924 366982
  3. Addbuffers df0: 10
  4. c:SetPatch >NIL: ;patch system functions
  5. cd c:
  6. echo ""
  7. echo "Welcome to Electro CAD V1.4 Mega Demo"
  8. echo ""
  9. echo "Electronic Circuit Drawing & PCB Design System."
  10. echo ""
  11. echo "Electro CAD is a Compiled AMOS Program."
  12. echo ""
  13. echo "By Derek Pell (c) 1991."
  14. echo ""
  15. echo "1Mb is needed to run this program."
  16. echo ""
  17. echo "If Electro CAD Fails to Load, Turn off any Peripherals"
  18. echo "Which are Capable of Depleating your Machine of Memory"
  19. echo "and Re-Boot your Amiga."
  20. echo "" 
  21. BindDrivers
  22.  
  23. ;Set Up Ram Disc (MUST BE SET UP AS FOLLOWS BEFOR MAIN PROGRAM IS LOADED)
  24.  
  25. Dir Ram:  ;Set up Ram Drive
  26. MakeDir Ram:Fonts
  27. MakeDir Ram:Fonts/Superscript
  28. MakeDir Ram:Fonts/Greek
  29. MakeDir Ram:ElecAcs
  30. Copy ElectroDemo:Font/Superscript.font to Ram:Fonts/
  31. Copy ElectroDemo:Font/10 to Ram:Fonts/Superscript/
  32. Copy ElectroDemo:Font/Greek.font to Ram:Fonts/
  33. Copy ElectroDemo:Font/11 to Ram:Fonts/Greek/
  34. Copy ElectroDemo:ElecAcs/DefaultLib_2.Iff to Ram:ElecAcs/
  35. Copy ElectroDemo:ElecAcs/DefaultLib_3.Abk to Ram:ElecAcs/
  36. Copy ElectroDemo:ElecAcs/Grid.Iff to Ram:ElecAcs/
  37. Assign fonts: Ram:fonts
  38. LoadWB delay  ;wait for inhibit to end before continuing
  39. Endcli >NIL:
  40.