home *** CD-ROM | disk | FTP | other *** search
- rem This batch file can be used to install all distributed files if,
- rem for some reason, you don't want to use the INSTALL program. Before
- rem running this batch file you'll need to manually copy LHARC.EXE and
- rem this batch file from our first distribution diskette to a directory
- rem on your DOS path.
- rem
- rem %1 is "from" drive (a or b)
- rem %2 is "to" drive (c, d, etc.)
-
- %2:
-
-
- md \EW
- cd \EW
- copy %1:\changes.txt
- lharc x %1:\FILES1 ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
- copy %1:\ewtech.lzh
- copy %1:\licence.txt
- copy %1:\moredoc.txt
- copy %1:\noreg.frm
- copy %1:\order.frm
- copy %1:\packing.lst
- copy %1:\read.me
- copy %1:\vendor.txt
- lharc x %1:\FILES1 ewx.exe ewx.pif patch.exe
-
- md \EW\USER
- cd \EW\USER
- lharc x %1:\FILES1 ansioem.ewd backtab.ewd beginend.ewd clearini.doc clearini.ewd
- lharc x %1:\FILES1 counter.ewd localopt.ewd selword.ewd
-
- md \EW\API
- cd \EW\API
- lharc x %1:\FILES1 ansioem.pas backtab.c backtab.def backtab.mak beginend.pas
- lharc x %1:\FILES1 counter.pas ewapi.h ewapi.lib ewapi.sup ewapiimp.pas
- lharc x %1:\FILES1 ewuser.inc killdll.doc killdll.exe localopt.c localopt.def
- lharc x %1:\FILES1 localopt.mak selword.c selword.def selword.mak
-