home *** CD-ROM | disk | FTP | other *** search
INI File | 1992-05-06 | 2.4 KB | 96 lines |
- ;; AutoSketch information file.
- ;; For installing the AutoSketch Symbol Libraries on DOS systems.
-
-
- Do SetupINSTALIT
-
- [Point3]
-
- TextBox WhiteOnBlue @xy(Center,3) UseHeader " Installation Instructions "
- Press the arrow keys to move up and down in the scroll box.
- Press the Spacebar to toggle the selection of a library.
- Press Return to install the selected libraries.
- EndTextBox
-
- GetMenuChoice AllowMultiple PreselectAll @xy(Center,9) UseHeader " Select Symbol Libraries "
- AEC: Electric
- ; Symbol library size: 0.5 MB
- AEC: Framing
- ; Symbol library size: 0.8 MB
- AEC: Landscape
- ; Symbol library size: 0.9 MB
- Business Icons
- ; Symbol library size: 1.2 MB
- Electronics I
- ; Symbol library size: 0.4 MB
- Electrical Power
- ; Symbol library size: 0.4 MB
- Flow Charts
- ; Symbol library size: 0.4 MB
- Furnishings
- ; Symbol library size: 0.5 MB
- Home
- ; Symbol library size: 0.5 MB
- Local Area Networks
- ; Symbol library size: 0.7 MB
- Pipe Fittings
- ; Symbol library size: 0.7 MB
- Printed Circuit Boards
- ; Symbol library size: 3.8 MB
- EndGetMenuChoice
-
- InCase Choice is
- =1: QueFileGroup 1
- =2: QueFileGroup 2
- =3: QueFileGroup 3
- =4: QueFileGroup 4
- =5: QueFileGroup 5
- =6: QueFileGroup 6
- =7: QueFileGroup 7
- =8: QueFileGroup 8
- =9: QueFileGroup 9
- =10: QueFileGroup 10
- =11: QueFileGroup 11
- =12: QueFileGroup 12
- EndInCase
-
- ClearScreen
-
- DetermineInstallationDrive QueSize RequireFixed
- DetermineInstallationDirectory InstallationDrive:\SKETCH3 QueSize RequireFixed
-
- GetQuedFiles
-
- ChangeDirectoryTo [InstallationDirectory]
-
- Dialog UseHeader " AutoSketch Symbol Library Installation "
- .cSymbol Library Installation Complete!
- EndDialog
-
- GoTo [Point9]
-
- [Point8]
-
- Dialog UseHeader " AutoSketch Symbol Library Installation "
- .cSymbol Library Installation Incomplete!
- EndDialog
-
- [Point9]
-
- SoLong
-
- Procedure SetupINSTALIT
- LetButton <F9> Do Terminate
- SetBackgroundCharTo B0
- SetShadowAttrTo BlackOnBlack
- SetScreenAttrTo WhiteOnBlue
- SetTopLineAttrTo WhiteOnBrown
- SetTopLineTo "AUTOSKETCH SYMBOL LIBRARY INSTALLATION"
- SetBottomLineAttrTo WhiteOnRed ;;WhiteOnLightGray
- SetBottomLineTo " Press Ctrl-X to quit "
- ;; SetExitMessageTo Thank you!
- EndProcedure
-
-
- EndScript
-