home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
dfu
/
webmast
/
dupe.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-22
|
3KB
|
98 lines
ECHO OFF
CLS
SET d=A:
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 DUPLICATOR
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 creates WebMaster(TM) 2.0 shareware disks that you can pass on to
ECHO friends, neighbors, pets, teachers, associates, librarians, pen pals,
ECHO Vice Presidents... Have two pre-formatted floppy disks ready (you may
ECHO also want to print READ_1ST.TXT and apply the "disk labels" provided.
ECHO Your destination drive is set to A: - if this isn't true, restart, and
ECHO type DUPE + the correct drive letter (i.e. DUPE B: installs to B:).
ECHO.
ECHO READ THE 'READ_1ST.TXT' FILE FOR DETAILS
ECHO.
ECHO Press CTRL+BREAK to stop installation...
ECHO.
pause
:begin1
if exist WMASTER.EXE goto begin2
goto end2
:begin2
deltree /y c:\pmetedup
mkdir C:\pmetedup
cls
ECHO Copying data...
copy crank1.wm2 C:\pmetedup
copy crank2.wm2 C:\pmetedup
copy crank3.wm2 C:\pmetedup
copy dupe.bat C:\pmetedup
copy upload.bat C:\pmetedup
copy foxw2600.esl C:\pmetedup
copy wmaster.exe C:\pmetedup
cls
ECHO Insert formatted Disk #1
pause
ECHO Copying...
copy install.bat %d%
cls
ECHO Please remove Disk #1 and label it now.
ECHO Insert formatted Disk #2
pause
ECHO Copying...
copy splitf.exe %d%
copy lharc.exe %d%
copy install.bat %d%
C:
cd C:\pmetedup
ECHO No problem...
copy crank2.wm2 data.dbf
copy crank3.wm2 data.fpt
ren crank1.wm2 temp.lzh
lharc x temp.lzh
ren temp.lzh crank1.wm2
cls
ECHO Zipping files...
lharc a wmaster2.lzh
splitf wmaster2.lzh 1100000
cls
ECHO Copying...
copy wmaster2.001 %d%
cls
ECHO Please insert Disk #1 again...
pause
ECHO Copying...
copy wmaster2.000 %d%
deltree /y C:\pmetedup
C:
rd C:\pmetedup
goto end
:error
echo Drive not responding--please try again.
:end2
cls
ECHO WebMaster(TM) 2.0 is not in this directory...
goto end3
:end
cls
ECHO Set of WebMaster(TM) 2.0 shareware diskettes successfully created!
ECHO Give these disks to everyone you know - please share WebMaster(TM)!
C:
:end3