home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This program will launch Microsoft Windows and request
- echo the SETUP program for the "Aztech New Media Corp. Stock
- echo Image Library Sampler Demo" to install itself.
- echo .
- echo If you do not have Microsoft Windows. You cannot use
- echo this demo.
- echo .
- echo The application to view the catalogs uses
- echo about 3 Megabytes of hard disk space.
- echo .
- echo If you are currently running the menu program
- echo from Microsoft Windows read the README.1ST in
- echo the FOR_PC Directory for further instructions.
- echo .
- echo If you wish to abort this installer press the
- echo CTRL-C to *STOP* and answer 'Y' to the Terminate
- echo message. The Installer will then return to main menu.
- pause
- WIN \for_pc\setup.exe
- echo Returning to Main Menu.
-