home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / chg205.zip / PRODUCT.LIS < prev    next >
File List  |  1993-02-11  |  4KB  |  97 lines

  1.  
  2.  
  3.  
  4.               02/01/93 - the RySoft familiy of MSDOS utilities
  5.  
  6.  
  7.  
  8. TRIKSTER -                  A test data generator for text files
  9.    Available now!                                 $25.00 registration
  10.  
  11.   This utility allows you to manipulate text files containing data. It is
  12. just the thing for quickly creating test data for QAing chnages.
  13.  
  14.   You can make these kinds of changes to text files:
  15.   1. Add columns.
  16.   2. Delete columns.
  17.   3. Overlay new data into existing columns.
  18.   4. Reorder columns.
  19.   5. Resize the records:
  20.      a. Shorten or lengthen records.
  21.      b. Change a variable length text file to fixed length.
  22.  
  23. Data that is added to a file can be derived from a number of sources. A
  24. specific character or string pattern can be specified, a file can be
  25. specified containing a series of records that will be used sequentially,
  26. or specify an alphanumeric sequence (starting value and increment size).
  27.  
  28.  
  29. SURGEON -                   A file slicer dicer
  30.    Available now!                                 $25.00 registration
  31.  
  32.   This utility allows you to dissect files and reassemble them. This works
  33. like cut, copy and paste in your word processor, but from the command line.
  34.  
  35.   You specify exact offsets and lengths of pieces of the file that you want
  36. extracted into a clipboard file. This clipboard file can then be pasted into
  37. another file. Paste operations can insert data, moving the existing data to
  38. make room, or it can overlay existing data, replacing it.
  39.  
  40.   This is useful anytime you are investigating or modifiing file structures
  41. at a low level in ways that the creating program does not allow.
  42.  
  43.   Some examples of use:
  44.   1. Extracting subsets of information from large database files.
  45.   2. Rearranging / Creating test data.
  46.  
  47.   This utility does require a knowledge of the internal format of the file
  48.   to be operated on, and is not for casual users. Sections of the file are
  49.   identified by exact offset in the file and the length of each piece.
  50.  
  51.  
  52. XVERT -                     A generic file conversion utility
  53.    Available soon!                                $35.00 registration
  54.  
  55.   This utility allows you to convert the contents and internal format of
  56. the data in any binary MSDOS file into any other desired internal format
  57. or arrangement. During this process the fields of an existing database
  58. file can be rearranged and/or reformatted.
  59.  
  60.   You can:
  61.   1. Change any fields datatype to any other compatible internal format.
  62.     i.e. int to long, int to string, string to int, char to byte, string
  63.          to boolean, float to int, float to IEEE-extended, ASCIIZ string
  64.          fields to Pascal Style strings, and any other conversion that
  65.          you can think of.
  66.  
  67.   2. Copy only selected fields from the input to the output.
  68.   3. Select records to be copied based on fields within each record.
  69.   4. Convert fixed fielded text files to record oriented binary files.
  70.      Great for use with TRIKSTER.
  71.  
  72.  
  73. XLIST -                     A generic file list utility
  74.    Available soon!                                $35.00 registration
  75.  
  76.   This utility allows you to do quick flexible reports from any format
  77. flat file. You can select the records and fields that you want displayed.
  78. You can specify ranges of records to use for the report. You can specify
  79. field widths, field headers, field formatting, page numbering, report
  80. headings.
  81.  
  82.   This is not a comprehensive reporting utility, but there are many
  83. occasions when all of the features (and size) of a full blown generic
  84. reporting utility would be a waste. XLIST is just right in for many of
  85. these situations.
  86.  
  87.  
  88. XDUMP -                     A hex dump utility
  89.    Available Now!                                 Free with any of the above!
  90.  
  91.   This utility reads any MSDOS file and produces formatted hex dump listings
  92. on the screen, or to a file or printer. You can specify many options for how
  93. the output is formatted. It can be shown as Bytes, Words, Longs. Fast and
  94. flexible, great adjunct for SURGEON, XVERT, XLIST or any file investigations.
  95.  
  96.  
  97.