home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FILED361.ZIP / FDPACK.LST next >
File List  |  1993-10-15  |  7KB  |  183 lines

  1.         F I L E D U M P
  2.  
  3.      FILEDUMP is a File/Record - Dump/Viewer/Extract/Search utility that allows
  4. viewing ANY MS-DOS file in ASCII, HEX, or EBCDIC.    Output can be to
  5. screen, printer, or Disk file.
  6.  
  7.      Supported printers are Epson, Okidata, and HP LaserJet.
  8.  
  9.      If Disk output is selected you have the option to write non-selected
  10. records to a separate file. If the output File Exists you can OVER WRITE it,
  11. select a New File, or Append to the existing File.
  12.  
  13.      FILEDUMP was created for users who had a need or were curious about
  14. the internal file structures or formats used by different software packages.
  15.      Now has Mouse support
  16.      Will run as a DOS app under Windows 3.0/3.1   PIF file included. You will
  17. need to use the PIF Editor to change the path to point to where you installed
  18. the executable.
  19.  
  20. INPUT FILE TYPE
  21.   S = Standard file dump -- The file is divided into 80 character pieces.
  22.       Used when file structure is unknown or not one of other listed options.
  23.       This option will work for ANY MS-DOS file.   i.e. .EXE  .COM
  24.  
  25.   D = .DBF   Data Base file
  26.       dBASE III, dBASE III PLUS and dBASE IV and CLIPPER
  27.       Filedump will get the record size from the database. Filedump will then
  28.       ask for the starting record number which maybe 1 thru 325 MB.
  29.  
  30.   F = Fixed length records -- may or may not end with CR LF
  31.       For this option to work correctly ALL records in the file MUST be the
  32.       same size. Filedump will ask for the record size, this maybe 1 thru 14000.
  33.       Filedump will then ask for the starting record number which maybe 1 thru
  34.       325 MB. Use F option for .DBT (Memo field) files with record size = 512
  35.  
  36.   V = Variable length records -- each record MUST end with CR LF.
  37.       This is a standard ASCII file.
  38.  
  39.   Z = Variable length records -- each record ends with X(xx).   Where X(xx)
  40.       the record terminator is supplied as a 2 character Hex code by the user.
  41.  
  42.       Maximum record size is 14000 characters for all types except "S"
  43.  
  44.  
  45.                F I L E D U M P   M E N U
  46.  
  47. Esc = Exit Menu to Exit program question.
  48.  
  49. F2 = Toggle Show All of record or only first line "Short form" -- Default ALL.
  50.  
  51. F3 = Toggle Display of HEX representation of characters -- Default HEX Off.
  52.  
  53. F4 = Toggle Display of Count Grid line under data display  ex. 1...|....*....|.
  54.      Default No count grid.
  55.  
  56. F5 = Toggle ASCII/EBCDIC for display (character) representation -- Default ASCII
  57.  
  58. F6 = Toggle Search mode (Find ALL)  --  Locate all occurences of specific data.
  59.      Enter the search arugment (string) in the format A'=ASCII E'=EBCDIC X'=Hex.
  60.      No ending delimitor is used so that the apostrophe can be used in the
  61.     search argument.   ex.  A'Stan's   X'3a0d0a  (:/CR/LF)
  62.      Enter/Return key only to use a table (file) of search arguments, file
  63.     may contain up to 200 entries, and use up to 4000 bytes of storage.
  64.      NOTES: All searchs are case sensitive.
  65.         In Hex string a thru f can be enetered in upper or lower case.
  66.         In table (file) input a ; in first position cause line to be
  67.            treated as a comment/remark.
  68.  
  69. Ctrl F6 = Toggle Search (Find)/First ONLY
  70.       Will search for a match and when successful will go in to normal
  71.       display mode.
  72.       NOTE: A table (file) of search arguments may also be used here.
  73.  
  74. Ctrl F7 = Find NEXT/Display  --  Repeat previous search.
  75.       Used to find next match after a MATCH was found using Ctrl F6.
  76.  
  77. Alt F1 = Change Starting postion in record to begin search -- Default 1st char.
  78.      Used to limit search, most useful with records where data is in a
  79.      fixed position.
  80.  
  81. Alt F2 = Change Field Size / Search area length -- Default entire record.
  82.      Used to limit search, most useful with records where data is in a
  83.      fixed position.
  84.  
  85. Alt F6 = Toggle display of file pointer/line number after search match
  86.      Used with F6, after each match a line with the file pointer--number
  87.      of bytes into file or record, and also record/line number into file
  88.      of record is displayed -- Default is Off.
  89.  
  90. F7 = Select Search condition         Display/Print/Write records that are:
  91.      equal / not equal / until equal / while equal -- to the search argument
  92.      Default condition is equal to.
  93.  
  94. Ctrl F5 = Select "V" or "Z" type records based on record size
  95.       This option maybe used with F6 (Find All) or Ctrl F6 (Find First)
  96.  
  97. F8 = Change maxmium number of records to Print/Display/Search/Write
  98.      Default is the entire file.
  99.  
  100. F9 = Toggle Generate CR/Lf after write to disk  --  Default is Off.
  101.  
  102. Alt F7 = Set File Filter  --  you may use wildcards  --  Default is *.*
  103.      Used to limit the files that are shown  --  ex. *.txt
  104.  
  105. Alt F8 = Change Logged drive
  106.      Will display available drives and let you select.
  107.  
  108. Alt F9 = Change Current Directory  --  will display current subdirectory
  109.      and a list available subdirectories  --  Enter new Path Name
  110.      (works just like DOS CD command)  or Return (Current Path) to exit
  111.  
  112. Alt F10 = DOS Shell  --   Shell out of progran to DOS. Used to Run another
  113.       program or DOS command.
  114.  
  115. Ctrl F8 = Toggle Fast Screen Write -- Default is On.
  116.  
  117. Ctrl F9 = Nth Select  -- Select every Nth record, range is 1 thru 32000.
  118.       This option maybe used with F6 (Find All) or Ctrl F6 (Find First).
  119.       Default is 11111.
  120.  
  121. \ = Exit menu to main processing
  122.  
  123. F10 = Go process new record range
  124.  
  125.  
  126. D I S C L A I M E R   o f   W a r r e n t:
  127.  
  128.     This program is supplied AS IS without any warranty, expressed or implied
  129. of any kind.  In no case is Stanley R. Weiss or World Wide Enterprises liable
  130. for any damages resulting from your use of this program.
  131.  
  132.     Technical support policy:
  133. Free unlimited mail support to all registered users.
  134. Fixs, and updates are free for first year.
  135.  
  136.     This program will work with DOS up to and including Ver 6.0, Disk
  137. partitions > 32MB, Files > 32MB, CD-ROM's, and Novell Networks.
  138.  
  139.     This program require DEVICE=ANSI.SYS statement in your CONFIG.SYS File.
  140.  
  141.     Please sent comments about this program or suggestions for updates to:
  142.         World Wide Enterprises
  143.         13084 Townsend Road
  144.         Philadelphia PA 19154-1001
  145.            Attn:  Stan Weiss
  146.  
  147.  
  148.  
  149.  
  150.  
  151.       TECHNICAL INFORMATION
  152.  
  153.       The all programs were written and assembled with the Microsoft
  154.       Macro Assembler, Version 5.1.
  155.  
  156.  
  157.  
  158.  
  159.  
  160.       PLEASE REGISTER!
  161.  
  162.       If you find this program useful, please send a $15 contribution to
  163.       the address above.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.       DISCLAIMER
  171.  
  172.       This code is released with two restrictions as to its use.
  173.  
  174.       1.  The program must not be modified in any way.
  175.       2.  The program must not be sold.
  176.  
  177.       The author has taken due care in writing this code, and the code is
  178.       supplied as is.  The author makes no expressed or implied warranty of
  179.       any kind with regard to this code.  In no event shall the author be
  180.       liable for incidental or consequential damages in connection with or
  181.       arising out of the use of this code.
  182.  
  183.