home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
dfu
/
webmast
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-21
|
2KB
|
70 lines
ECHO OFF
CLS
SET d=C:
IF .%1%== . GOTO start
SET d=%1%
ECHO -1>%d%TEST
IF NOT EXIST %d%TEST GOTO :error
del %d%test
:start
ECHO WebMaster(TM) 2.0 INSTALLATION
ECHO -------------------------------------------------------------------------
ECHO WebMaster(TM) 2.0
ECHO Copyright 1995 The BrainStorm Co.
ECHO All Rights Reserved
ECHO.
ECHO The BrainStorm Company
ECHO P.O. Box 1333 - Studio City - CA - 91614
ECHO For more information call (213) 969-2455
ECHO Email: BrainCo@aol.com
ECHO _________________________________________________________________________
ECHO.
ECHO This installs WebMaster(TM) on your drive in directory %d%\WMASTER, from
ECHO shareware floppy disks. If you've downloaded this program & unzipped it
ECHO already, you don't need to run this; run WMASTER.EXE (in Windows) instead.
ECHO To install to a drive other than %d%, exit now and type INSTALL followed
ECHO by the drive (i.e. INSTALL D: installs WebMaster(TM) 2.0 to drive D:).
ECHO.
ECHO.
ECHO READ THE 'READ_1ST.TXT' FILE FOR DETAILS
ECHO Press CTRL+BREAK to stop installation...
ECHO.
pause
:begin1
if exist WMASTER2.000 goto begin2
cls
ECHO Insert disk #1
pause
goto begin1
:begin2
mkdir %d%\wmaster
cls
ECHO Copying data...
xcopy *.* %d%\wmaster
:begin3
if exist WMASTER2.001 goto begin4
cls
ECHO Insert disk #2
pause
goto begin3
:begin4
xcopy *.* %d%\wmaster
cls
ECHO Copying data...
%d%
cd %d%\wmaster
splitf wmaster2.lzh /r
del wmaster2.000
del wmaster2.001
lharc x wmaster2.lzh
del wmaster2.lzh
goto end
:error
echo Drive not responding--please try again.
:end
cls
ECHO To access WebMaster(TM) in the future, add its icon to your desktop.
ECHO Or, you can double-click the WMASTER.EXE icon within File Manager.
ECHO Read & print the 'READ_1ST.TXT' file for further instructions !