home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1990-05-30 | 28.6 KB | 806 lines |
- /*
- * FILE: INSTALL.DAT
- *
- * DESC:
- * This is the script file for installation of
- * Harvard Graphics 2.30 using 3.5" disks.
- * Copyright 1990 Software Publishing Corp.
- */
-
- @DefineProject
- /* Ignore white square character -- used as translation delimiter */
- @Ignore 219
- @Name = "█Harvard Graphics█" /* Product Name: */
- @Subdir = "\\HG" /* default subdirectory */
- @Version = "2.30"
- @Requires @HardDisk
- @Outdrive = C
- @Label = "█Harvard Graphics Disk 1█"
- @EndProject
-
-
- @Display
- @Message = "█Welcome to Harvard Graphics Install. Here are █"
- "█estimates of the time and space required for █"
- "█decompressing and installing Harvard Graphics. The█"
- "█actual time may vary depending on your system and █"
- "█disk drives. █"
- "█ █"
- "█ All files Program █"
- "█ except files █"
- "█Processor VDI Devices only █"
- "█---------------------------------------------------█"
- "█80386 20 to 30 minutes 10 to 15 minutes█"
- "█ █"
- "█80286 35 to 45 minutes 20 to 25 minutes█"
- "█ █"
- "█8088 (8 MHz) 60 to 75 minutes 30 to 40 minutes█"
- "█---------------------------------------------------█"
- "█Space required 6.5 MB 3 MB █"
- @EndDisplay
-
-
- @Repeat /* Top-level repeat loop */
-
-
- /* First get drive to install files to */
- @GetOutDrive
- @Suppress A /* don't display A: */
- @Suppress B /* or B: */
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- █Use the arrow keys to highlight the disk drive you want to█
- █install to, and press Enter.█
- @Title = "█Install @NAME files to...█"
- @EndOutDrive
-
- /* Now get subdirectory */
- @GetSubdir
- @Cls
-
-
-
-
-
-
-
-
- @PROMPT = "█in Subdirectory...█"
-
-
-
-
-
-
-
- █Please type the subdirectory where you want @Name█
- █installed, and press Enter. Or, press Enter if you want█
- █@Name installed to \HG\. If you haven't created the█
- █subdirectory Install creates it for you.█
- @EndSubdir
-
-
- @Repeat /* Main Menu repeat loop */
-
- @GetOption
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- █If you're new to @NAME, choose "All files except█
- █VDI devices". If you're familiar with @NAME or█
- █if you have less than 6.5 MB of space available on your hard█
- █drive, install only the files you need.█
- @ClearOption 1-611
- @TopLine = " , Press ─┘ to continue"
- @Title = "█Install @NAME Main Menu█"
- @Option 1 = "█All files except VDI devices█"
- @Option 2 = "█Program files only█"
- @Option 3 = "█Tutorial only█"
- @Option 4 = "█Sample files only█"
- @Option 5 = "█Symbols only█"
- @Option 6 = "█VDI device files█"
- @Option 20 = "█Exit█"
- @EscapeBack = "█Return to Install Main Menu?█"
- @EndOption
-
- @If (20 [= @Option)
- @ExitRepeat
- @Endif
-
- @If (1 [= @Option) /* Installing everything? */
- @SetOption 2-4 /* yes */
- @EndIf
-
-
- /* Symbols submenu */
- @If ((1 [= @Option) || (5 [= @Option))
- @If (5 [= @Option)
- @GetOption
- @Cls
- @ClearOption 499-599
- @Title = "█Install Symbols█"
- @Option 500 = "█All Symbols█"
- @Option 501 = "█Animals and plants█"
- @Option 502 = "█Arrows█"
- @Option 503 = "█Borders█"
- @Option 504 = "█Buildings█"
- @Option 505 = "█Buttons█"
- @Option 506 = "█Calendars█"
- @Option 507 = "█Common objects█"
- @Option 508 = "█Computers and equipment█"
- @Option 509 = "█Currency and money█"
- @Option 510 = "█Flags█"
- @Option 511 = "█Flowcharts█"
- @Option 512 = "█Greek letters (lowercase)█"
- @Option 513 = "█Greek letters (uppercase)█"
- @Option 514 = "█Greek letters (all)█"
- @Option 515 = "█Humans█"
- @Option 516 = "█Industry█"
- @Option 517 = "█Maps█"
- @Option 518 = "█Office items█"
- @Option 519 = "█Presentation items█"
- @Option 520 = "█Signs█"
- @Option 521 = "█Stars█"
- @Option 522 = "█Transportation█"
- @EndOption
- @Endif
- @If (514 [= @Option)
- @SetOption 512-513
- @Endif
- @If ((1 [= @Option) || (500 [= @Option))
- @SetOption 500-522
- @SetOption 5
- @EndIf
- @If (519 [= @Option)
- @SetOption 499
- @EndIf
- @EndIf
-
- /* Sample symbol */
- @If (4 [= @Option)
- @SetOption 499
- @EndIf
-
- /* VDI submenu */
- @If (6 [= @Option)
- @GetOption
- @Cls
- @ClearOption 601-611
- @Title = "█VDI Installation█"
- @Option 601 = "█AST TurboLaser█"
- @Option 602 = "█Bell & Howell CDI IV or Quintar 1080█"
- @Option 603 = "█CalComp ColorMaster█"
- @Option 604 = "█Lasergraphics PFR or LFR, PTI Montage█"
- @Option 605 = "█Matrix PCR, QCR, or TT200█"
- @Option 606 = "█Metafiles (CGM)█"
- @EndOption
- @If ((601 [= @Option) || (604 [= @Option))
- @SetOption 611
- @EndIf
- @EndIf
-
-
- /* get upgrade options */
- @If ((2 [= @Option) && (@Exists "@OutDrive:\\@Subdir\\HG.EXE"))
- /* check free space - allow 500000 for old version */
- @If ((1 [= @Option) && (@DiskFree @OutDrive < 6315744))
- @SetOption 99
- @ElseIf ((2 [= @Option) && (@DiskFree @OutDrive < 2645728))
- @SetOption 99
- @Else
-
- @GetOption
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- █You already have a version of @Name installed█
- █in this subdirectory. Choose "Yes" to install█
- █@NAME over the existing version. Choose "No"█
- █to specify a new drive and subdirectory in█
- █which to install @NAME.█
- @ClearOption 201-202
- @Title = "█Install over existing version?█"
- @Option 201 = "█Yes█"
- @Option 202 = "█No█"
- @EndOption
-
- /* Do upgrade clean up */
- @If (201 [= @Option)
- @System "DEL @Outdrive:\\@Subdir\\HG*.OVL"
- @EndIf
- @EndIf
- @Else
- /* check free space - no old version */
- /* everything - 6.5Mb */
- @If ((1 [= @Option) && (@DiskFree @OutDrive < 6815744))
- @SetOption 99
- /* program files 3Mb */
- @ElseIf ((2 [= @Option) && (@DiskFree @OutDrive < 3145728))
- @SetOption 99
- /* tutorial 360K */
- @ElseIf ((3 [= @Option) && (@DiskFree @OutDrive < 368640))
- @SetOption 99
- /* sample files - 425K */
- @ElseIf ((4 [= @Option) && (@DiskFree @OutDrive < 435200))
- @SetOption 99
- /* all symbols - 2.3Mb */
- @ElseIf ((500 [= @Option) && (@DiskFree @OutDrive < 2411725))
- @SetOption 99
- @EndIf
- @EndIf
-
-
- /* out of disk space */
- @If (99 [= @Option)
- /* display message */
- @GetOption
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- █There is not enough space on your hard disk to█
- █install the files you specified. Do you want to█
- █specify a different hard disk, or return to DOS?█
- @ClearOption 211-212
- @Option 211 = "█Specify a different disk█"
- @Option 212 = "█Return To DOS█"
- @EndOption
- @If (212 [= @Option)
- @SetOption 20
- @EndIf
- @EndIf
-
-
- @If ((99 [= @Option) || (202 [= @Option) || (20 [= @Option))
- @ExitRepeat
- @EndIf
-
-
- @If (2 [= @Option)
- @GetOption
- @Cls
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- █Select a country setting. The setting you choose determines█
- █the date, time, number format, and currency settings for your█
- █data. You can change these settings in Setup.█
- @ClearOption 71-89
- @Title = "█Set @NAME for Country...█"
- @Option 71 = "█US█"
- @Option 72 = "█UK█"
- @Option 73 = "█Canada█"
- @Option 74 = "█Fr. Canada█"
- @Option 75 = "█Australia█"
- @Option 76 = "█France█"
- @Option 77 = "█Germany█"
- @Option 78 = "█Holland█"
- @Option 79 = "█Italy█"
- @Option 80 = "█Spain█"
- @Option 81 = "█Sweden█"
- @EndOption
- @EndIf
-
-
- /* now start creating list of files to install */
- @If (2 [= @Option)
- @DefineDisk
- @Label = "█Harvard Graphics Disk 1█"
- @BeginLib HG1.LIF
- @File HGPIE.CHT
- @File HG.CHT
- @File HG.EXE
- @File HGDP.EXE
- @EndLib
- @BeginLib HG2.LIF
- @File HG23_1.OVL
- @File HG23_2.OVL
- @EndLib
- @EndDisk
- @DefineDisk
- @Label = "█Harvard Graphics Disk 2█"
- @BeginLib HG3.LIF
- @File HGDP.OVL
- @File HGDP.HLP
- @File HGDPFONT.OVL
- @File HGDPSTRS.OVL
- @EndLib
- @BeginLib HG4.LIF
- @File HG23_D.OVL
- @File HG.HLP
- @File GOTHIC.FNT
- @File GOTHICI.FNT
- @File ROMAN1.FNT
- @File ROMAN2.FNT
- @File ROMANI1.FNT
- @File ROMANI2.FNT
- @File SCRIPT1.FNT
- @File SCRIPT2.FNT
- @File SCRIPTI1.FNT
- @File SCRIPTI2.FNT
- @File SSERIF1.FNT
- @File SSERIF2.FNT
- @File SSERIFI1.FNT
- @File SSERIFI2.FNT
- @File AUSTRAL.CFG
- @File CANADA.CFG
- @File FRCANADA.CFG
- @File FRANCE.CFG
- @File GERMANY.CFG
- @File HOLLAND.CFG
- @File ITALY.CFG
- @File SPAIN.CFG
- @File SWEDEN.CFG
- @File UK.CFG
- @File US.CFG
- @File HGAUSTRA.CFG @Out HG.CFG @Option 75
- @File HGCANADA.CFG @Out HG.CFG @Option 73
- @File HGFRCANA.CFG @Out HG.CFG @Option 74
- @File HGFRANCE.CFG @Out HG.CFG @Option 76
- @File HGGERMAN.CFG @Out HG.CFG @Option 77
- @File HGHOLLAN.CFG @Out HG.CFG @Option 78
- @File HGITALY.CFG @Out HG.CFG @Option 79
- @File HGSPAIN.CFG @Out HG.CFG @Option 80
- @File HGSWEDEN.CFG @Out HG.CFG @Option 81
- @File HGUK.CFG @Out HG.CFG @Option 72
- @File HGUS.CFG @Out HG.CFG @Option 71
- @File HG.DIR
- @File HG.PIF
- @File HG.PAL
- @File HG23.PAL
- @File 1.PAL
- @File 2.PAL
- @File 3.PAL
- @File 4.PAL
- @File 5.PAL
- @File 6.PAL
- @File 7.PAL
- @File 8.PAL
- @File 9.PAL
- @File 10.PAL
- @File 11.PAL
- @File PTI.PAL
- @File PTICOLRS.PAL
- @File VIDSHOW.PAL
- @File PLOT6PEN.PAL
- @File PLOT8PEN.PAL
- @File HGPROLOG.PSC
- @File HGPROLOG.CPS
- @File EGALOGO.PCX
- @File ALLFNTS.LJ2
- @File TEMPFNTS.LJ2
- @File ALLFNTS.X45
- @File MASTER1.FC
- @File MASTER2.FC
- @File MASTER3.FC
- @File PERSONAL.FC
- @File HGP.PAL
- @File HG23P.PAL
- @File 1P.PAL
- @File 2P.PAL
- @File 3P.PAL
- @File 4P.PAL
- @File 5P.PAL
- @File 6P.PAL
- @File 7P.PAL
- @File 8P.PAL
- @File 9P.PAL
- @File 10P.PAL
- @File 11P.PAL
- @File BRILPRE1.MAP
- @File COMPPUB1.MAP
- @File COMPPUB2.MAP
- @File DECOR1.MAP
- @File DEFAULT.MAP
- @File DISTDOC1.MAP
- @File HPLJ3FNT.MAP
- @File PREMIER.MAP
- @File MACRO.COM
- @File MACRO.DAT
- @File AGX23.PAL
- @File TOAGX.COM
- @File SYSDATA.AGX
- @File HBGTEXT.AGX
- @File SKER.EXE
- @EndLib
- @EndDisk
- @Endif
-
- @DefineDisk
- @Label = "█Harvard Graphics Disk 3█"
-
- @If (2 [= @Option)
- @BeginLib HG5.LIF
- @File CYCLE.PAL
- @File DPSAMPLE.SYM @Out SYMBOLS\*.*
- @File SHOWCOPY.EXE
- @EndLib
- @BeginLib GALLERY.LIF
- @File HELPGAL1.CHT @Out GALLERY\*.*
- @File HELP.PAL @Out GALLERY\*.*
- @File AREA505.CHT @Out GALLERY\*.*
- @File AREA525.CHT @Out GALLERY\*.*
- @File AREA545.CHT @Out GALLERY\*.*
- @File AREA605.CHT @Out GALLERY\*.*
- @File AREA625.CHT @Out GALLERY\*.*
- @File AREA626.CHT @Out GALLERY\*.*
- @File AREA627.CHT @Out GALLERY\*.*
- @File AREA628.CHT @Out GALLERY\*.*
- @File AREA629.CHT @Out GALLERY\*.*
- @File AREA645.CHT @Out GALLERY\*.*
- @File BAR505.CHT @Out GALLERY\*.*
- @File BAR525.CHT @Out GALLERY\*.*
- @File BAR540.CHT @Out GALLERY\*.*
- @File BAR555.CHT @Out GALLERY\*.*
- @File BAR610.CHT @Out GALLERY\*.*
- @File BAR620.CHT @Out GALLERY\*.*
- @File BAR705.CHT @Out GALLERY\*.*
- @File BAR720.CHT @Out GALLERY\*.*
- @File BAR721.CHT @Out GALLERY\*.*
- @File BAR722.CHT @Out GALLERY\*.*
- @File BAR723.CHT @Out GALLERY\*.*
- @File BAR735.CHT @Out GALLERY\*.*
- @File BAR745.CHT @Out GALLERY\*.*
- @File BAR780.CHT @Out GALLERY\*.*
- @File BAR800.CHT @Out GALLERY\*.*
- @File HLC500.CHT @Out GALLERY\*.*
- @File HLC505.CHT @Out GALLERY\*.*
- @File HLC510.CHT @Out GALLERY\*.*
- @File HLC515.CHT @Out GALLERY\*.*
- @File HLC520.CHT @Out GALLERY\*.*
- @File HLC610.CHT @Out GALLERY\*.*
- @File LINE505.CHT @Out GALLERY\*.*
- @File LINE525.CHT @Out GALLERY\*.*
- @File LINE540.CHT @Out GALLERY\*.*
- @File LINE550.CHT @Out GALLERY\*.*
- @File LINE560.CHT @Out GALLERY\*.*
- @File LINE570.CHT @Out GALLERY\*.*
- @File LINE580.CHT @Out GALLERY\*.*
- @File LINE595.CHT @Out GALLERY\*.*
- @File LINE596.CHT @Out GALLERY\*.*
- @File LINE597.CHT @Out GALLERY\*.*
- @File ORG500.CHT @Out GALLERY\*.*
- @File ORG505.CHT @Out GALLERY\*.*
- @File ORG510.CHT @Out GALLERY\*.*
- @File ORG515.CHT @Out GALLERY\*.*
- @File PIE505.CHT @Out GALLERY\*.*
- @File PIE525.CHT @Out GALLERY\*.*
- @File PIE540.CHT @Out GALLERY\*.*
- @File PIE605.CHT @Out GALLERY\*.*
- @File PIE606.CHT @Out GALLERY\*.*
- @File PIE607.CHT @Out GALLERY\*.*
- @File PIE625.CHT @Out GALLERY\*.*
- @File PIE640.CHT @Out GALLERY\*.*
- @File PIE700.CHT @Out GALLERY\*.*
- @File TEXT510.CHT @Out GALLERY\*.*
- @File TEXT530.CHT @Out GALLERY\*.*
- @File TEXT630.CHT @Out GALLERY\*.*
- @File TEXT670.CHT @Out GALLERY\*.*
- @File TEXT680.CHT @Out GALLERY\*.*
- @File TEXT690.CHT @Out GALLERY\*.*
- @File TEXT800.CHT @Out GALLERY\*.*
- @File TEXT810.CHT @Out GALLERY\*.*
- @File TEXT820.CHT @Out GALLERY\*.*
- @File TEXT900.CHT @Out GALLERY\*.*
- @File WAREA2.CHT @Out GALLERY\*.*
- @File WBAR2.CHT @Out GALLERY\*.*
- @File WHLC2.CHT @Out GALLERY\*.*
- @File WHORIZ.CHT @Out GALLERY\*.*
- @File WLEV1B.CHT @Out GALLERY\*.*
- @File WLIN.CHT @Out GALLERY\*.*
- @File WMIX.CHT @Out GALLERY\*.*
- @File WORG2.CHT @Out GALLERY\*.*
- @File WPIE2.CHT @Out GALLERY\*.*
- @File WTXT2.CHT @Out GALLERY\*.*
- @File WAREA.SHW @Out GALLERY\*.*
- @File WBAR.SHW @Out GALLERY\*.*
- @File WHLC.SHW @Out GALLERY\*.*
- @File WHORIZ.SHW @Out GALLERY\*.*
- @File WLINE.SHW @Out GALLERY\*.*
- @File WMIX.SHW @Out GALLERY\*.*
- @File WORG.SHW @Out GALLERY\*.*
- @File WPICK.SHW @Out GALLERY\*.*
- @File WPIE.SHW @Out GALLERY\*.*
- @File WTXT.SHW @Out GALLERY\*.*
- @File BLANK.TPL @Out GALLERY\*.*
- @File WEO.TPL @Out GALLERY\*.*
- @File WGRID.TPL @Out GALLERY\*.*
- @File HG.DIR @Out GALLERY\*.*
- @File HG23.PAL @Out GALLERY\*.*
- @File 1.PAL @Out GALLERY\*.*
- @File 2.PAL @Out GALLERY\*.*
- @File 3.PAL @Out GALLERY\*.*
- @File 4.PAL @Out GALLERY\*.*
- @File 5.PAL @Out GALLERY\*.*
- @File 6.PAL @Out GALLERY\*.*
- @File 7.PAL @Out GALLERY\*.*
- @File 8.PAL @Out GALLERY\*.*
- @File 9.PAL @Out GALLERY\*.*
- @File 10.PAL @Out GALLERY\*.*
- @File 11.PAL @Out GALLERY\*.*
- @EndLib
- @EndIf
-
- @If (3 [= @Option)
- @BeginLib HGTUTOR.LIF
- @File HGTUTMEM.COM
- @File HGTUTOR.CFG
- @File HGTUTOR.COM
- @File HGTUT.COM
- @File HG.T1
- @File HG.T2
- @File HG.T3
- @File HG.T4
- @File HG.T5
- @File HG.T6
- @File HG.T9
- @File █ RECEPT.CHT█
- @File █ VTITLE.CHT█
- @File █VEXPENSE.CHT█
- @File █ VPHILOS.CHT█
- @File █VSALEBAR.CHT█
- @File █ VTHEEND.CHT█
- @File █VANNOUNC.CHT█
- @File █VEMPLOYE.CHT█
- @File █ VMAP.CHT█
- @File █VICTORY1.TUT█
- @File █VICTORY2.TUT█
- @File █ ARROWS2.SYM█
- @File HG.PAL
- @File 1.PAL
- @File SPCINFO.SHW
- @File MENU4.CHT
- @File REG2.CHT
- @File GO.CHT
- @File INTLGOUK.CHT
- @File INTLGO1.CHT
- @File WHYUP3.CHT
- @File HOWUPGRD.CHT
- @File HGAINTR5.CHT
- @File BSYM3.CHT
- @File ENERGY.CHT
- @File MAP5.CHT
- @File WESTMINE.CHT
- @File QC3.CHT
- @File QUICKPIE.CHT
- @File MILSYM2.CHT
- @EndLib
- @EndIf
-
- @If (6 [= @Option)
- @BeginLib VDI.LIF
- @File BELLHOWL.SYS @Out VDI\*.* @Option 602
- @File CLRMSTR.SYS @Out VDI\*.* @Option 603
- @File LL.SYS @Out VDI\*.* @Option 611
- @File META.SYS @Out VDI\*.* @Option 606
- @File GSSCGI.SYS @Out VDI\*.*
- @File CONFIG.SYS @Out VDI\*.*
- @File MTXSCODL.SYS @Out VDI\*.* @Option 605
- @File MATRIX.SCD @Out VDI\*.* @Option 605
- @File MATRIX.ASC @Out VDI\*.* @Option 605
- @File TABLBIG.SCD @Out VDI\*.* @Option 605
- @File RLCON.SCD @Out VDI\*.* @Option 605
- @File VDIEGA.SCD @Out VDI\*.* @Option 605
- @File VDITTL.SCD @Out VDI\*.* @Option 605
- @File VDIQ2.SCD @Out VDI\*.* @Option 605
- @File VDIQ4.SCD @Out VDI\*.* @Option 605
- @File CLRMSTR.BAT @Option 603
- @File INITBH.BAT @Option 602
- @File INITMVP.BAT @Option 605
- @File LLFR.BAT @Option 604
- @File TURBO.BAT @Option 601
- @File LL.HDR @Option 601
- @File ASTTURBO.PAL @Option 601
- @File BH.PAL @Option 602
- @File CLRMSTR.PAL @Option 603
- @File PFR.PAL @Option 604
- @EndLib
- @EndIf
-
- @If (4 [= @Option)
- @BeginLib SAMPLE.LIF
- @File HG23.PAL @Out SAMPLE\*.*
- @File HG.DIR @Out SAMPLE\*.*
- @File █ANNOUNCE.CHT█ @Out SAMPLE\*.*
- @File █ INTRO.CHT█ @Out SAMPLE\*.*
- @File █ OPENING.CHT█ @Out SAMPLE\*.*
- @File █ PRODS.CHT█ @Out SAMPLE\*.*
- @File █ REGIONS.CHT█ @Out SAMPLE\*.*
- @File █ SALES.CHT█ @Out SAMPLE\*.*
- @File █TRISALES.CHT█ @Out SAMPLE\*.*
- @File █ SAMPLE.SHW█ @Out SAMPLE\*.*
- @File █ MEMO.ASC█ @Out SAMPLE\*.*
- @File █PLANSAMP.ASC█ @Out SAMPLE\*.*
- @File █ UNITS.ASC█ @Out SAMPLE\*.*
- @File █ UNITS.WKS█ @Out SAMPLE\*.*
- @File BLANK.CHT @Out SAMPLE\*.*
- @File CITY.PCX @Out SAMPLE\*.*
- @File FIREWRKZ.CHT @Out SAMPLE\*.*
- @File COLORSET.PCX @Out SAMPLE\*.*
- @File HOURGLA2.CHT @Out SAMPLE\*.*
- @File RATMAZE1.CHT @Out SAMPLE\*.*
- @File DUCKROW0.CHT @Out SAMPLE\*.*
- @File DUCKROW1.CHT @Out SAMPLE\*.*
- @File WILTEL01.PCX @Out SAMPLE\*.*
- @File WILTEL00.CHT @Out SAMPLE\*.*
- @File WILTEL01.CHT @Out SAMPLE\*.*
- @File FISHA.CHT @Out SAMPLE\*.*
- @File FISHB.CHT @Out SAMPLE\*.*
- @File FISHC.CHT @Out SAMPLE\*.*
- @File DARTS.CHT @Out SAMPLE\*.*
- @File FISHTALE.PCX @Out SAMPLE\*.*
- @File FISHTAL0.CHT @Out SAMPLE\*.*
- @File FISHTALE.CHT @Out SAMPLE\*.*
- @File FISHTAL1.PCX @Out SAMPLE\*.*
- @File FISHTAL2.PCX @Out SAMPLE\*.*
- @File FISHTAL3.PCX @Out SAMPLE\*.*
- @File BIRDMAN4.CHT @Out SAMPLE\*.*
- @File BIRDMAN3.CHT @Out SAMPLE\*.*
- @File CASHREG1.PCX @Out SAMPLE\*.*
- @File CASHREG0.CHT @Out SAMPLE\*.*
- @File ANIMATOR.SHW @Out SAMPLE\*.*
- @File ANIMATE.PAL @Out SAMPLE\*.*
- @EndLib
- @EndIf
-
- @If ((5 [= @Option) || (4 [= @Option))
- @BeginLib HGSYMS1.LIF
- @File █ ARROWS2.SYM█ @Out SYMBOLS\*.* @Option 502
- @File █ BORDERS.SYM█ @Out SYMBOLS\*.* @Option 503
- @File █BUTTONS1.SYM█ @Out SYMBOLS\*.* @Option 505
- @File █BUTTONS2.SYM█ @Out SYMBOLS\*.* @Option 505
- @File █ FLOWCHT.SYM█ @Out SYMBOLS\*.* @Option 511
- @File █GREEKLC1.SYM█ @Out SYMBOLS\*.* @Option 512
- @File █GREEKLC2.SYM█ @Out SYMBOLS\*.* @Option 512
- @File █GREEKUC1.SYM█ @Out SYMBOLS\*.* @Option 513
- @File █GREEKUC2.SYM█ @Out SYMBOLS\*.* @Option 513
- @File █PRESENT2.SYM█ @Out SYMBOLS\*.* @Option 519
- @File █PRESENT3.SYM█ @Out SYMBOLS\*.* @Option 499
- @File █ SIGNS.SYM█ @Out SYMBOLS\*.* @Option 520
- @File █ STARS1.SYM█ @Out SYMBOLS\*.* @Option 521
- @File HG.DIR @Out SYMBOLS\*.* @Option 500
- @EndLib
- @EndIf
-
- @EndDisk
-
-
- @If (5 [= @Option)
- @DefineDisk
- @Label = "█Harvard Graphics Disk 4█"
- @BeginLib HGSYMS2.LIF
- @File █CALENDAR.SYM█ @Out SYMBOLS\*.* @Option 506
- @File █ MAPS1.SYM█ @Out SYMBOLS\*.* @Option 517
- @EndLib
- @BeginLib HGSYMS3.LIF
- @File █ MONEY.SYM█ @Out SYMBOLS\*.* @Option 509
- @File █ FLAGS1.SYM█ @Out SYMBOLS\*.* @Option 510
- @File █ FLAGS2.SYM█ @Out SYMBOLS\*.* @Option 510
- @File █ FLAGS3.SYM█ @Out SYMBOLS\*.* @Option 510
- @File █ FLAGS4.SYM█ @Out SYMBOLS\*.* @Option 510
- @File █ MAPS2.SYM█ @Out SYMBOLS\*.* @Option 517
- @EndLib
- @EndDisk
-
- @DefineDisk
- @Label = "█Harvard Graphics Disk 5█"
- @BeginLib HGSYMS4.LIF
- @File █ ANIMALS.SYM█ @Out SYMBOLS\*.* @Option 501
- @File █ANIPLANT.SYM█ @Out SYMBOLS\*.* @Option 501
- @File █ BUILD3.SYM█ @Out SYMBOLS\*.* @Option 504
- @File █ HUMANS4.SYM█ @Out SYMBOLS\*.* @Option 515
- @File █ HUMANS5.SYM█ @Out SYMBOLS\*.* @Option 515
- @EndLib
- @BeginLib HGSYMS5.LIF
- @File █COMNOBJ1.SYM█ @Out SYMBOLS\*.* @Option 507
- @File █COMNOBJ2.SYM█ @Out SYMBOLS\*.* @Option 507
- @File █COMPUTR2.SYM█ @Out SYMBOLS\*.* @Option 508
- @File █COMPUTR3.SYM█ @Out SYMBOLS\*.* @Option 508
- @File █INDSTRY1.SYM█ @Out SYMBOLS\*.* @Option 516
- @File █INDSTRY2.SYM█ @Out SYMBOLS\*.* @Option 516
- @File █ OFFICE4.SYM█ @Out SYMBOLS\*.* @Option 518
- @File █TRANSPT1.SYM█ @Out SYMBOLS\*.* @Option 522
- @File █TRANSPT2.SYM█ @Out SYMBOLS\*.* @Option 522
- @EndLib
- @EndDisk
- @EndIf
-
-
-
- /* INSTALL THE SELECTED FILES */
- @Install
- @TopLine = ""
- @Message = "█Insert Disk 1 in drive @InDrive:.█"
- @Message = "█Press Enter to return to the Install Main Menu.█"
- @EndInstall
-
-
-
- @EndRepeat /* Main Menu repeat loop */
-
- @If (20 [= @Option) /* normal exit */
- @ExitRepeat
- @Endif
-
- @EndRepeat /* Top-level repeat loop */
-
-
- @Welcome
- @TopLine = "█Press Enter to return to DOS.█"
- @Message = "█To start Harvard Graphics, type HG at the DOS prompt█"
- "█and press Enter.█"
- @EndWelcome
-
- @Finish
- @ChDrive @OutDrive
- @ChDir "@Subdir"
- @EndFinish