:* ---------------------------------------------------------------------*/
:*	INSTALL.TXT file for GEM Artline R1.0 		(5.25" media)	*/
:*									*/
:* Updated: February 1988 for execution under GEM/3 R3.0 or higher.	*/
:* ---------------------------------------------------------------------*/
CHECKVER 0300
IF1BUTN OLDVERS
IFFD FDSYS
:* ---------------------------------------------------------------------*/
:HDSYS
SRCMSG [3][Cannot find the file you are trying to|
	   copy. Please be sure the "GEM Artline|
	   Program Disk" is in drive A.|
	   GEM Artline installation incomplete.][ Retry |  Quit  ]
CREATEMSG [3][File creation error. Your hard disk may|
	   be out of space, destination folder may|
	   be missing, or destination file may be|
	   set to read only. GEM Artline|
	   installation incomplete.][ Retry |  Quit  ]
DSTMSG [3][File write error. Your hard disk may|
	   be out of space. GEM Artline|
	   installation incomplete.][  Quit  ]
:* ---------------------------------------------------------------------*/
:* Copy the contents of the 1st DISK ...
:* ---------------------------------------------------------------------*/
ALERT 1[0][GEM Artline will be installed|
	   on your hard disk.|
	   Click on OK when you are ready.][   OK   | Cancel ]
IF2BUTN BADEXIT
PATBAT C:
MD C:\GEMAPPS
MD C:\GEMAPPS\FONTS
DEL C:\GEMAPPS\FONTS\*.AFF
MD C:\GEMAPPS\ARTWORK
DEL C:\GEMAPPS\ARTLINE.INI
MD C:\GEMAPPS\ARTWORK\SYMBOLS
MD C:\GEMAPPS\IMAGES
COPY A:\GEMAPPS\ARTLINE.APP  C:\GEMAPPS
COPY A:\GEMAPPS\ARTLINE.RSC  C:\GEMAPPS
COPY A:\GEMAPPS\ARTLINEL.RSC C:\GEMAPPS
COPY A:\GEMAPPS\ARTLINE.MSG  C:\GEMAPPS
IFNOSPC C: 1 BADMAKE
COPY A:\FONTSYMB\*.AFF C:\GEMAPPS\FONTS
COPY A:\FONTSYMB\*.SYF C:\GEMAPPS\ARTWORK\SYMBOLS
IFNOSPC C: 1 BADMAKE
IFNOSPC C: 1 BADMAKE
ALERT 1[0][You have finished installing GEM Artline|
	   in the C:\GEMAPPS folder. Sample|
	   pictures are in C:\GEMAPPS\ARTWORK.][   OK   ]
GOTO DONE
:* ---------------------------------------------------------------------*/
:OLDVERS
ALERT 1[3][ERROR: This installation process re-|
	   quires GEM/3 release 3.1 or higher.|
	   You must install the release of GEM|
	   provided with this application or|
	   contact your supplier.][   OK   ]
GOTO BADEXIT
:* ---------------------------------------------------------------------*/
:FDSYS
ALERT 1[0][GEM Artline can be installed|
           only on a system with a hard-|
	   disk !][  OK  ]
:* ---------------------------------------------------------------------*/
:BADEXIT
ALERT 1[0][Installation|
	   not completed !] OK  ]
:* ---------------------------------------------------------------------*/
:DONE
DOS
