home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
dataonal
/
sharebok
/
install.bat
next >
Wrap
DOS Batch File
|
1993-06-13
|
1KB
|
40 lines
echo off
if "%1" == "" goto GetDrives
if "%2" == "" goto GetDrives
echo on
%2:
MkDir \ShareBk
cd \ShareBk
copy %1:*.zip %2:
copy %1:*.exe %2:
if not exist %2:\sharebk\sharebk1.zip goto abort
unzip sharebk1
del sharebk1.zip
sharebk
if not exist %2:\sharebk\shareM93.zip goto abort
unzip sharem93
del sharem93.zip
del unzip.exe
shareM
echo off
goto eggsit
:GetDrives
cls
echo Just in case you don't have an unzipper,
echo or don't know how to use one......
echo * * * * * * * * * * * * * * * * * * * * * * * * * *
echo This batch file assumes you want to install from a: to c:\shareBk.
echo If that's not the case, the syntax is "install [FromDrive] [ToDrive]"
echo eg; install a c (which is the default)
echo Of course, if you want to install to some other directory,
echo feel free to edit this file to suit your situation.
echo * * * * * * * * * * * * * * * * * * * * * * * * * *
echo Press ctrl/c to abort or any other key to continue
pause
a:install a c
:Eggsit
cls
echo Thank you!
echo Please SHARE this shareware!