ALERT 1[0][Here's a little GEM install "program"!]
[   OK   ]
ALERT 2[1][This "program" will tell you|
           whether we're running on a floppy|
           or hard disk based system.][   OK   | Cancel ]
IF2BUTN END
IFFD FLOPSYS
ALERT 1[1][Seems we're running on a hard|
disk based system.][   OK   ]
GOTO END
:FLOPSYS
ALERT 1[1][Looks to me like we're running on|
a floppy disk based system.][   OK   ]
:END
DOS