:HDSYS
SRCMSG [3][Cannot find the file you are trying to|
           copy. Please be sure the "GEM/3|
           PROGRAMMERS TOOLKIT Disk 1" is in|
           drive A.][ Retry |  Quit  ]
ALERT 1[0][Installing GEM/3 PROGRAMMERS |
	   TOOLKIT Disk 1 on C drive. |
           Click on OK or Cancel.][   OK   | Cancel ]
IF2BUTN EXIT
MD C:\DEVKIT
MD C:\DEVKIT\TOOLS
MD C:\DEVKIT\DOC
MD C:\DEVKIT\SAMPLE
COPY A:\*.DOC C:\DEVKIT\DOC
COPY A:\TOOLS\*.* C:\DEVKIT\TOOLS
SRCMSG [3][Cannot find the file you are trying to|
           copy. Please be sure the "GEM/3|
           PROGRAMMERS TOOLKIT Disk 2" is in|
           drive A.][ Retry |  Quit  ]
ALERT 1[0][Please insert GEM/3 PROGRAMMERS |
           TOOLKIT Disk 2. |
    	   Click on OK when ready, or |
    	   Cancel to return to the Desktop.][   OK   | Cancel ]
IF2BUTN EXIT
COPY A:\RCSLOW.RSC C:\DEVKIT\TOOLS
COPY A:\TOOLS\*.* C:\DEVKIT\TOOLS
MD C:\DEVKIT\SAMPLE
ALERT 1[0][Do you want to install the |
           small model samples?  Click |
           on YES  or NO.][ YES | NO ]
IF2BUTN NEXT
COPY A:\SMALL\*.* C:\DEVKIT\SAMPLE
:NEXT 
SRCMSG [3][Cannot find the file you are trying to|
           copy. Please be sure the "GEM/3|
           PROGRAMMERS TOOLKIT Disk 3" is in|
           drive A.][ Retry |  Quit  ]
ALERT 1[0][Please insert GEM/3 PROGRAMMERS |
           TOOLKIT Disk 3. |
    	   Click on OK when ready, or |
    	   Cancel to return to the Desktop.][   OK   | Cancel ]
IF2BUTN EXIT
ALERT 1[0][Do you want to install the |
           large model samples?  Click |
           on YES  or NO.][ YES | NO ]
IF2BUTN CONTI
COPY A:\LARGE\*.* C:\DEVKIT\SAMPLE
:CONTI
COPY A:\SAMPLE\*.* C:\DEVKIT\SAMPLE
ALERT 1[0][You have finished installing |
    	   GEM/3 PROGRAMMERS TOOLKIT.][   OK   ]
GOTO DONE
:EXIT
ALERT 1[0][GEM/3 PROGRAMMER'S TOOLKIT|
           installation not completed.][ OK ]
:DONE
DOS
