home *** CD-ROM | disk | FTP | other *** search
- Addbuffers df0: 10
- c:SetPatch >NIL: ;patch system functions
- cd c:
- echo ""
- echo "Welcome to Electro CAD V1.4 Mega Demo"
- echo ""
- echo "Electronic Circuit Drawing & PCB Design System."
- echo ""
- echo "Electro CAD is a Compiled AMOS Program."
- echo ""
- echo "By Derek Pell (c) 1991."
- echo ""
- echo "1Mb is needed to run this program."
- echo ""
- echo "If Electro CAD Fails to Load, Turn off any Peripherals"
- echo "Which are Capable of Depleating your Machine of Memory"
- echo "and Re-Boot your Amiga."
- echo ""
- BindDrivers
-
- ;Set Up Ram Disc (MUST BE SET UP AS FOLLOWS BEFOR MAIN PROGRAM IS LOADED)
-
- Dir Ram: ;Set up Ram Drive
- MakeDir Ram:Fonts
- MakeDir Ram:Fonts/Superscript
- MakeDir Ram:Fonts/Greek
- MakeDir Ram:ElecAcs
- Copy ElectroDemo:Font/Superscript.font to Ram:Fonts/
- Copy ElectroDemo:Font/10 to Ram:Fonts/Superscript/
- Copy ElectroDemo:Font/Greek.font to Ram:Fonts/
- Copy ElectroDemo:Font/11 to Ram:Fonts/Greek/
- Copy ElectroDemo:ElecAcs/DefaultLib_2.Iff to Ram:ElecAcs/
- Copy ElectroDemo:ElecAcs/DefaultLib_3.Abk to Ram:ElecAcs/
- Copy ElectroDemo:ElecAcs/Grid.Iff to Ram:ElecAcs/
- Assign fonts: Ram:fonts
- LoadWB delay ;wait for inhibit to end before continuing
- Endcli >NIL:
-