home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo KEEPMACS.BAT, for use in upgrading from
- echo FWKCS.COM version 1.06 - 1.08 to version 1.09.
- echo -
- echo To install old macros on new FWKCS.COM,
- echo put this .BAT and the new FWKCS.COM in
- echo a subdirectory, with access via PATH to
- echo the old FWKCS.COM from which to get the
- echo macros.
- echo -
- echo if your system is not set up this way,
- echo to exit, press Ctrl-Break, and then type Y.
- pause
- ren FWKCS.COM *.NEW
- FWKCS [b] [-macrob##.tmp]
- FWKCS [c] [-macroc##.tmp]
- FWKCS [d] [-macrod##.tmp]
- FWKCS [e] [-macroe##.tmp]
- ren FWKCS.NEW *.COM
- FWKCS [+macrob##.tmp] /db
- FWKCS [+macroc##.tmp] /dc
- FWKCS [+macrod##.tmp] /dd
- FWKCS [+macroe##.tmp] /de
- del macro?##.tmp
- FWKCS /d
- echo -
- echo please look at the path settings, and set them appropriately.