Rgrow 1.3

License: Free ‎File size: 106.50 KB
‎Users Rating: 3.0/5 - ‎1 ‎votes

RGrow resizes fixed length records e.g. RGrow.exe MyFile.seq 500 600 will grow each record from 500 to 600 bytes by padding binary zeros. Will also truncate records. These are not the old and new sizes of the file, but of the fixed length records in the file. If you increase the record size, each record will be padded with nulls. The entire file will grow as a result. This program may be freely copied and used for any purpose except military. C source included. Works as a Windows Console app from the DOS command prompt.

VERSION HISTORY

  • Version 1.3 posted on 2009-03-11
    add ANT build script
  • Version 1.2 posted on 2008-01-03
    Written in C, with safe char handling methods

Program Details