home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1822.dms / in.adf / T / TxEd.Backup
Encoding:
Text File  |  1978-01-01  |  1.1 KB  |  38 lines

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