home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chestnut's Multimedia Mania
/
MM_MANIA.ISO
/
home
/
legal81
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-10-30
|
2KB
|
55 lines
ECHO OFF
CLS
ECHO ═════════════════════════════════════════════════════════════════════
ECHO Your Personal Legal Guide Installation
ECHO ═════════════════════════════════════════════════════════════════════
ECHO
ECHO This utility will create a directory called GUIDE on the %1: drive
ECHO and install the software in that directory. If no drive letter is
ECHO shown in the previous sentence, then hold down the CTRL key and
ECHO push the "break" key. For the installation utility to work you
ECHO need to type the word INSTALL, a space, and then the letter for
ECHO the drive you want the legal guide installed on. For example, to
ECHO install on the C: drive, you would type:
ECHO
ECHO INSTALL C
ECHO
ECHO Push any key to continue with the installation.
ECHO
PAUSE
ECHO
ECHO
ECHO
ECHO
ECHO
ECHO ═════════════════════════════════════════════════════════════════════
ECHO Your Personal Legal Guide Installation - Installation In Progress
ECHO ═════════════════════════════════════════════════════════════════════
ECHO
MD %1:\GUIDE
COPY INSTALL.BAT %1:\GUIDE
COPY GUIDE1.EXE %1:\GUIDE
ECHO
ECHO
ECHO If you are installing the legal guide from 5-1/4" floppy disks, put
ECHO disk #2 in the floppy disk drive and push ENTER. If you are installing
ECHO it from a 3-1/2" disk or a hard drive, just push enter.
ECHO
PAUSE
COPY GUIDE2.EXE %1:\GUIDE
%1:
CD \GUIDE
GUIDE1
DEL GUIDE1.EXE
GUIDE2
DEL GUIDE2.EXE
ECHO
ECHO
ECHO
ECHO ═════════════════════════════════════════════════════════════════════
ECHO Your Personal Legal Guide Installation - Installation Complete
ECHO ═════════════════════════════════════════════════════════════════════
ECHO
ECHO Type GUIDE and push ENTER to start using "Your Personal Legal Guide"
ECHO