home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
busi
/
psuper.zip
/
PINSTALL.BAT
next >
Wrap
DOS Batch File
|
1990-02-07
|
1KB
|
33 lines
ECHO OFF
CLS
echo Ready to install PERSONNEL SUPERVISOR on your computer's hard disk.
echo This program will create a subdirectory called PSUPER, install the
echo program in that directory, create a batch file in the C: root directory
echo to help you run the main program in the future, and will run the
echo second half of the installation program.
echo *****************************************************************
echo Press any key to continue OR . . .
echo If you do not want to do this now, hold down the CTRL key and
echo press the C key once. Then answer Y to the following question.
pause>NUL
c:
cd \
md PSUPER
cd \PSUPER
echo Now copying PERSONNEL SUPERVISOR files from the distribution disk.
copy A:PSUPER.EXE /v
cd \PSUPER
IF EXIST A:READ.ME GOTO RCOPY
IF NOT EXIST A:READ.ME GOTO END
:RCOPY
COPY A:READ.ME
GOTO END
:END
echo *** PERSONNEL SUPERVISOR has been successfully installed on your
echo hard disk. Press any key to complete the installation.
pause>NUL
PSUPER
C:
CD \
ECHO ON