home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
078
/
GRASP12B.ZIP
/
README.BAT
< prev
Wrap
DOS Batch File
|
1993-02-03
|
1KB
|
29 lines
@ECHO OFF
CLS
ECHO GRAphical SPace Viewer
ECHO Version 1.2
ECHO.
ECHO Copyright (c) Silverware Computers, Inc. 1992, 1993
ECHO ########################################################################
ECHO INSTALLATION
ECHO.
ECHO To install GRASP, follow these two instuctions:
ECHO.
ECHO 1. From the Program Manager select the FILE menu and the option RUN.
ECHO 2. In the run dialog box, enter A:\SETUP.EXE. (or full path if needed).
ECHO.
ECHO This will create a new icon in your accessories group. If you wish,
ECHO you may move it to another group. Double-Click (or press enter) on the
ECHO GRASP icon to start the program.
ECHO.
ECHO ########################################################################
ECHO The following files are included with the package:
ECHO README.BAT - This introduction
ECHO SETUP.EXE - Install program
ECHO GRASP.EXE - Main executable program.
ECHO GRASP.HLP - Help file.
ECHO GRASP.WRI - Installation, Registration, and Version listing
ECHO.
PAUSE.