home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / FWKCS109.ZIP / KEEPMACS.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-07  |  792 b   |  27 lines

  1. @echo off
  2. echo KEEPMACS.BAT, for use in upgrading from
  3. echo FWKCS.COM version 1.06 - 1.08 to version 1.09.
  4. echo -
  5. echo To install old macros on new FWKCS.COM,
  6. echo put this .BAT and the new FWKCS.COM in
  7. echo a subdirectory, with access via PATH to
  8. echo the old FWKCS.COM from which to get the
  9. echo macros.
  10. echo -
  11. echo if your system is not set up this way,
  12. echo   to exit, press Ctrl-Break, and then type Y.
  13. pause
  14. ren FWKCS.COM *.NEW
  15. FWKCS [b] [-macrob##.tmp]
  16. FWKCS [c] [-macroc##.tmp]
  17. FWKCS [d] [-macrod##.tmp]
  18. FWKCS [e] [-macroe##.tmp]
  19. ren FWKCS.NEW *.COM
  20. FWKCS [+macrob##.tmp] /db
  21. FWKCS [+macroc##.tmp] /dc
  22. FWKCS [+macrod##.tmp] /dd
  23. FWKCS [+macroe##.tmp] /de
  24. del macro?##.tmp
  25. FWKCS /d
  26. echo      -
  27. echo please look at the path settings, and set them appropriately.