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:\order.frm
- copy %1:\packing.lst
- copy %1:\read.me
- copy %1:\vendor.txt
- lharc x %1:\FILES1 ewx.exe ewx.pif
-
- md \EW\USER
- cd \EW\USER
- lharc x %1:\FILES1 ansioem.ewd beginend.ewd counter.ewd selword.ewd
-
- md \EW\API
- cd \EW\API
- lharc x %1:\FILES1 ansioem.pas beginend.pas counter.pas ewapi.h ewapi.lib
- lharc x %1:\FILES1 ewapi.sup ewapiimp.pas ewuser.inc killdll.doc killdll.exe
- lharc x %1:\FILES1 selword.c selword.mak
-