home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / ew12b.zip / COPY72.BAT < prev    next >
DOS Batch File  |  1993-07-03  |  1KB  |  37 lines

  1. rem  This batch file can be used to install all distributed files if,
  2. rem  for some reason, you don't want to use the INSTALL program. Before
  3. rem  running this batch file you'll need to manually copy LHARC.EXE and
  4. rem  this batch file from our first distribution diskette to a directory
  5. rem  on your DOS path.
  6. rem
  7. rem  %1 is "from" drive (a or b)
  8. rem  %2 is "to" drive (c, d, etc.)
  9.  
  10. %2:
  11.  
  12.  
  13. md \EW 
  14. cd \EW 
  15. copy %1:\changes.txt
  16. lharc x %1:\FILES1  ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
  17. copy %1:\ewtech.lzh
  18. copy %1:\licence.txt
  19. copy %1:\moredoc.txt
  20. copy %1:\order.frm
  21. copy %1:\packing.lst
  22. copy %1:\read.me
  23. copy %1:\vendor.txt
  24. lharc x %1:\FILES1  ewx.exe ewx.pif patch.exe
  25.  
  26. md \EW\USER 
  27. cd \EW\USER 
  28. lharc x %1:\FILES1  ansioem.ewd backtab.ewd beginend.ewd clearini.doc clearini.ewd
  29. lharc x %1:\FILES1  counter.ewd selword.ewd
  30.  
  31. md \EW\API 
  32. cd \EW\API 
  33. lharc x %1:\FILES1  ansioem.pas backtab.c backtab.def backtab.mak beginend.pas
  34. lharc x %1:\FILES1  counter.pas ewapi.h ewapi.lib ewapi.sup ewapiimp.pas
  35. lharc x %1:\FILES1  ewuser.inc killdll.doc killdll.exe selword.c selword.def
  36. lharc x %1:\FILES1  selword.mak
  37.