SRCMSG [3][Cannot find the file you are|
	   trying to copy. GEM Graph|
	   installation incomplete.][ RETRY | ABORT ]
CREATEMSG [3][File creation error. Destination|
	   disk may be write-protected. GEM Graph|
	   installation incomplete.][ RETRY | ABORT ]
DSTMSG [3][File write error. Destination disk|
	   may be out of disk space. GEM Graph|
	   installation incomplete.][ ABORT ]
IFFD FDSYS
:* ---------------------------------------------------------------------*/
ALERT 1[0][GEM Graph will be|
	   installed on your hard disk.][   OK   | ABORT ]
IF2BUTN ABORT
PATBAT C:
MD C:\GRAPHS
MD C:\GRAFMAPS
MD C:\GRAFSYMS
COPY A:\GEMAPPS\*.* C:\GEMAPPS
COPY A:\GRAFMAPS\*.* C:\GRAFMAPS
COPY A:\GRAFSYMS\*.* C:\GRAFSYMS
COPY A:\GRAPHS\*.* C:\GRAPHS
ALERT 1[0][GEM Graph has been installed in the|
	   GEMAPPS folder.  The sample graphs|
           are in the GRAPHS folder.][   OK   ]
ALERT 1[0][To run GEM Graph, double-click on|
           GRAPH.APP in the GEMAPPS folder|
	   after returning to the DESKTOP.][   OK   ]
GOTO EXIT
:* ---------------------------------------------------------------------*/
:FDSYS
ALERT 1[0][To install GEM Graph you will need|
	   two formatted floppy disks. Please|
	   label them GEM Graph APPLICATION|
	   Disk and GEM Graph DATA Disk.][   OK   | ABORT ]
IF2BUTN ABORT
ALERT 1[0][Insert your GEM Graph DATA|Disk into drive B.][   OK   ]
IFNOSPC B: 3 BADMAKE
MD B:\GRAPHS
MD B:\GRAFMAPS
MD B:\GRAFSYMS
COPY A:\GRAPHS\*.* B:\GRAPHS
COPY A:\GRAFMAPS\*.* B:\GRAFMAPS
COPY A:\GRAFSYMS\*.* B:\GRAFSYMS
ALERT 1[0][Insert your copy of the GEM Graph|
	   APPLICATION Disk into drive B.][   OK   ]
IFNOSPC B: 2 BADMAKE
MD B:\GEMAPPS
MD B:\GEMSYS
COPY A:\GEMAPPS\*.* B:\GEMAPPS
ALERT 1[0][Insert your GEM DESKTOP Disk into|drive A.][   OK   ]
COPY A:COMMAND.COM B:
COPY A:\GEMSYS\META*.SYS B:\GEMSYS
COPY A:\GEMSYS\IBM*.FNT B:\GEMSYS
ALERT 1[0][GEM Graph is in the GEMAPPS folder on|
	   the APPLICATION Disk. Sample graphs|
	   are in the GRAPHS folder on the DATA|
	   Disk.][   OK   ]
ALERT 1[0][Use OUTPUT from your DESKTOP disk for|
	   optimal hardcopy output.][   OK   ]
ALERT 1[0][To run Graph, return to Desktop, insert|
           Graph APPLICATION Disk into drive A and|
           Graph DATA Disk in drive B, double|
           click on GRAPH.APP on drive A.][   OK   ]
GOTO EXIT
:* ---------------------------------------------------------------------*/
:BADMAKE
ALERT 1[3][ERROR: Unable to create directory.|
	   The disk may be full, or it may be|
	   write-protected.][ ABORT ]
GOTO ABORT
:* ---------------------------------------------------------------------*/
:EXIT
ALERT 1[0][This concludes GEM Graph|
	  installation.][   OK   ]
:ABORT
DOS