home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
wordsing
/
swriter
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-16
|
596b
|
20 lines
echo off
cls
echo ┌─ Pavilion Software ─────────────────────────────────┐
echo │ │
echo │ We have added a few extra files to the installation │
echo │ procedure. Please keep this disk in the drive │
echo │ until you EXIT StarWriter 6.0 │
echo │ │
echo └─────────────────────────────────────────────────────┘
pause
Install2
if exist c:\swlite\lite.exe copy a:*.txt c:\swlite
goto exit
if exist d:\swlite\lite.exe copy a:*.txt d:\swlite
:exit