home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO Welcome to the 5 Minute GLYPHIX Font Demonstration!
- ECHO .................
- ECHO The font files for this demonstration take up close to a megabyte of
- ECHO disk space. Please be sure you have copied all the files from this
- ECHO diskette to a directory on your hard disk, and that you have enough
- ECHO space on your hard disk for the demo to run. Also make sure that your
- ECHO printer is turned on and attached to the LPT1: port.
- ECHO .................
- ECHO If you haven't copied this demonstration to your hard disk, we will give
- ECHO you some more detailed instructions on how to do so now. If the files
- ECHO for this demostration are on your hard disk, the demonstration will
- ECHO proceed normally. It's all automatic! Let's get started.
- ECHO .................
- PAUSE
- CLS
- DRCHECK
- IF ERRORLEVEL 4 GOTO INSTRUX
- GOTO INSTALL
- :INSTRUX
- CLS
- ECHO Due to the limited memory available on the floppy disk, all of the files
- ECHO on this diskette must be copied onto a hard disk for the demonstration
- ECHO to run properly. To copy the files to your hard disk enter the following
- ECHO instructions: (Note that comments are in parentheses).
- ECHO C: (then press enter - we assume C is your hard disk)
- ECHO CD\ (press enter)
- ECHO MD\GLXDEMO (press enter - makes a directory GLXDEMO)
- ECHO CD\GLXDEMO (press enter - changes directory to GLXDEMO)
- ECHO COPY A:*.* (press enter - disk in A, copies files to C)
- ECHO .................
- ECHO And that's all there is to it! Just type DEMO again after following these
- ECHO instructions and you'll be off and running.
- GOTO END
- :INSTALL
- ECHO Soft font files usually take up a lot of disk space, so we had to compress
- ECHO them to fit everything on one diskette. Now, we will decompress them.
- ARC-E DEMO >NUL
- DEL DEMO.ARC >NUL
- ECHO Decompression completed successfully!
- DEL ARC-E.* >NUL
- DEMO2
- :END