home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / RESIZE.ZIP / RESIZE.DOC < prev   
Encoding:
Text File  |  1991-05-15  |  2.1 KB  |  58 lines

  1.  
  2.      RESIZE V1.00 - Resize file to retain data before Control-Z.
  3.        Copyright 1991, Gee Wiz Software.  All rights reserved.
  4.  
  5.  
  6.  
  7.                        * * *    NOTICE    * * *
  8.  
  9.  
  10. RESIZE is FREEWARE.  You should not have to pay anything for this
  11. program.  If you did, demand your money back.
  12.  
  13. RESIZE may be distributed freely, with one condition.  It must be
  14. distributed in its original form as an archive with three files:
  15.  
  16.     RESIZE.C    3522   5-15-91  11:00a  Source code
  17.     RESIZE.COM  8817   5-15-91  11:00a  Compiled program
  18.     RESIZE.DOC  2199   5-15-91  11:00a  This file you are reading
  19.  
  20.  
  21. You may convert the archive from its original ARC v7 format to any
  22. other comtemporary format, you may add comments to the archive, you
  23. may even add enhancements to the archive, but the three original
  24. files, listed above, must be left "as-is" in the archive.
  25.  
  26.  
  27.                                         Gee M Wong
  28.                                         Skating Rink BBS
  29.                                         FidoNet 1:107/312
  30.                                         1-908-249-1898 (data)
  31.  
  32.  
  33.  
  34.                        * * *    USAGE    * * *
  35.  
  36.  
  37. RESIZE was designed to alter the size of a file so that the Control-Z
  38. character and all data following it are eliminated from the file.
  39.  
  40. RESIZE does not alter or copy any data.  It simply modifies the file
  41. size.  The date and time stamp of the file is also preserved.  Hence,
  42. using RESIZE on files which are reference by utiliies such as MAKE
  43. will not trigger undesirable processing.
  44.  
  45. RESIZE was written was to permit the use of ASCII editors which may
  46. terminate a file with one or more Control-Z characters to be employed
  47. in maintaining ASCII data files which must not have a Control-Z at the
  48. end (e.g. FILES.BBS used by OPUS).
  49.  
  50. RESIZE may be used on one or more files.  The command syntax is:
  51.  
  52.     resize  file-1 file-2 ... file-n
  53.  
  54.  
  55. [end]
  56.  
  57.