home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / usagep24.lzh / CVTINC.DOC < prev    next >
Text File  |  1992-11-10  |  1KB  |  36 lines

  1.  
  2. CVTINC -- Converts USAGE 2.1 and 2.2 /I files to USAGE 2.3 format
  3.  
  4. Version 1.1  (11/10/92)
  5.  
  6. Written by Bob Quinlan of Austin, Texas, USA
  7. Sysop of Red October at 512-834-2593 (1:382/111)
  8.  
  9. Copyright 1992 by Bob Quinlan
  10.  
  11.  
  12. CVTINC converts old USAGE /I files from the 2.1 or 2.2 formats to the
  13. 2.3 format.  It requires two command line parameters and accepts an
  14. optional third.  The first is the name of the old file to be converted.
  15. The second is the name of the 2.3 format file to create from it.  The
  16. third is the decimal of the old version number (1 for 2.1 or 2 for 2.2).
  17. If no version is specified 2.2 is assumed.
  18.  
  19.  
  20. CVTINC returns ERRORLEVEL 0 after a successful run.  ERRORLEVEL 1 is
  21. returned to indicate an error.
  22.  
  23. NOTICE:  You may use, copy, and distribute this program freely as long
  24. as you insure that both the executable and the documentation (.DOC)
  25. files are included in the distribution package.  The source code does
  26. not need to be included.  You may modify this program and document, so
  27. long as reasonable credit is given to the original author if a
  28. substantial portion of the original remains intact.  The author is not
  29. responsible for any losses which may occur either directly or indirectly
  30. as a result of using this program.
  31.  
  32. HISTORY:
  33. Version 1.1  (11/10/92) -- Modify to convert from 2.1 and 2.2 to 2.3.
  34. Version 1.0  (11/07/92) -- Original release.  Written in Borland C.
  35.  
  36.