home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m059 / 3.img / ICS292.INF < prev    next >
Encoding:
INI File  |  1992-05-06  |  2.4 KB  |  96 lines

  1. ;; AutoSketch information file. 
  2. ;; For installing the AutoSketch Symbol Libraries on DOS systems.
  3.  
  4.  
  5. Do SetupINSTALIT
  6.  
  7. [Point3]
  8.  
  9. TextBox WhiteOnBlue @xy(Center,3) UseHeader " Installation Instructions "
  10.    Press the arrow keys to move up and down in the scroll box.
  11.    Press the Spacebar to toggle the selection of a library.
  12.    Press Return to install the selected libraries.
  13. EndTextBox
  14.  
  15. GetMenuChoice AllowMultiple PreselectAll @xy(Center,9) UseHeader " Select Symbol Libraries "
  16.   AEC: Electric         
  17.     ; Symbol library size: 0.5 MB
  18.   AEC: Framing          
  19.     ; Symbol library size: 0.8 MB
  20.   AEC: Landscape        
  21.     ; Symbol library size: 0.9 MB
  22.   Business Icons        
  23.     ; Symbol library size: 1.2 MB
  24.   Electronics I         
  25.     ; Symbol library size: 0.4 MB
  26.   Electrical Power      
  27.     ; Symbol library size: 0.4 MB
  28.   Flow Charts           
  29.     ; Symbol library size: 0.4 MB
  30.   Furnishings           
  31.     ; Symbol library size: 0.5 MB
  32.   Home
  33.     ; Symbol library size: 0.5 MB
  34.   Local Area Networks   
  35.     ; Symbol library size: 0.7 MB
  36.   Pipe Fittings         
  37.     ; Symbol library size: 0.7 MB
  38.   Printed Circuit Boards
  39.     ; Symbol library size: 3.8 MB
  40. EndGetMenuChoice
  41.  
  42. InCase Choice is
  43.   =1:  QueFileGroup 1
  44.   =2:  QueFileGroup 2
  45.   =3:  QueFileGroup 3
  46.   =4:  QueFileGroup 4
  47.   =5:  QueFileGroup 5
  48.   =6:  QueFileGroup 6
  49.   =7:  QueFileGroup 7
  50.   =8:  QueFileGroup 8
  51.   =9:  QueFileGroup 9
  52.   =10:  QueFileGroup 10
  53.   =11:  QueFileGroup 11
  54.   =12:  QueFileGroup 12
  55. EndInCase
  56.  
  57. ClearScreen
  58.  
  59. DetermineInstallationDrive QueSize RequireFixed
  60. DetermineInstallationDirectory InstallationDrive:\SKETCH3 QueSize RequireFixed 
  61.  
  62. GetQuedFiles
  63.  
  64. ChangeDirectoryTo [InstallationDirectory]
  65.  
  66. Dialog UseHeader " AutoSketch Symbol Library Installation "
  67.   .cSymbol Library Installation Complete!
  68. EndDialog
  69.  
  70. GoTo [Point9]
  71.  
  72. [Point8]
  73.  
  74. Dialog UseHeader " AutoSketch Symbol Library Installation "
  75.   .cSymbol Library Installation Incomplete!
  76. EndDialog
  77.  
  78. [Point9]
  79.  
  80. SoLong
  81.  
  82. Procedure SetupINSTALIT
  83.   LetButton <F9> Do Terminate
  84.   SetBackgroundCharTo B0
  85.   SetShadowAttrTo BlackOnBlack
  86.   SetScreenAttrTo WhiteOnBlue
  87.   SetTopLineAttrTo WhiteOnBrown
  88.   SetTopLineTo "AUTOSKETCH SYMBOL LIBRARY INSTALLATION"
  89.   SetBottomLineAttrTo WhiteOnRed ;;WhiteOnLightGray
  90.   SetBottomLineTo "                              Press Ctrl-X to quit                              "
  91. ;;  SetExitMessageTo  Thank you!
  92. EndProcedure
  93.  
  94.  
  95. EndScript
  96.