home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ------------------------------------------------------------------------------
- FIX Program - Version 1.0
- ------------------------------------------------------------------------------
-
- Copyright (c) 1993
- Michael Abadjiev CIS 71563,3312
-
-
- FIX.EXE will search your CA/Clipper 5.x LIBS and convert them to
- CA/Clipper 5.20 Libraries by replacing every occurrence of CLIPPER501 with
- CLIPPER520, therefore making them work with CA/Clipper 5.20.
- The FIX Program - Version 1.0 Pg. 1
- ------------------------------------------------------------------------------
-
- WHAT IS FIX.PRG
- ---------------
-
-
- The Fix program will replace all occurrences
-
- of....: CLIPPER501
-
- with..: CLIPPER520
-
- This is so you don't have to recompile all of your clipper libraries.
-
- Fix was written by: Michael Abadjiev CIS: 71563,3312
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ------------------------------------------------------------------------------
- Copyright (c)1993 Michael Abadjiev
- The FIX Program - Version 1.0 Pg. 2
- ------------------------------------------------------------------------------
-
- INPUT LIBRARY NAME
- ------------------
-
- If you don't use the command line parameters, you will have to enter the
- name of the input library you wish to change.
-
- Simple type the library name and press [enter].
-
- OUTPUT LIBRARY NAME
- -------------------
-
- If you don't use the command line parameters, you will have to enter the
- name of the output library you wish the input library to be saved to.
-
- Simple type the library name and press [enter].
-
- <ESC> KEY
- ---------
-
- If you wish to abbort this program, press the [esc] Key whan it asks you
- for the input or output filenames.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ------------------------------------------------------------------------------
- Copyright (c)1993 Michael Abadjiev
- The FIX Program - Version 1.0 Pg. 3
- ------------------------------------------------------------------------------
-
- COMMAND LINE PARAMETERS
- -----------------------
-
- You can bypass the input/output file screen by using the built-in command
- line parameters.
-
- Here is the usage:
-
- FIX Infile OutFile [enter]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ------------------------------------------------------------------------------
- Copyright (c)1993 Michael Abadjiev
-