home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Share Gallery 1
/
share_gal_1.zip
/
share_gal_1
/
BF
/
BF013.ZIP
/
2.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-09-11
|
1KB
|
31 lines
echo off
cls
echo You should have the PCSHIFT disk in drive A:
echo -
echo The PCSHIFT program will be installed on
echo your fixed disk, drive c:
echo ------------------------------------------------------------
echo If you want the scheduling program installed in a
echo subdirectory of the fixed disk, you must log on to
echo that subdirectory before running this program.
echo -
echo If your disk is not in the correct drive, change it now.
echo -------------------------------------------------------------
echo -
echo Press Control-C to abort this program. Or,
echo -
pause
verify on
echo on
copy PCSHIFT.exe c:
copy ESJOBS.DBF c:
echo OFF
echo -
echo ----------------------------------------------------------------------------
echo The messages above the line should indicate that two files were copied.
echo There should be no error messages above this line.
echo If there are, the install may have been unsuccessful.
echo ----------------------------------------------------------------------------
pause
menu