home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FILED360.ZIP / FDPACK.LST next >
File List  |  1993-08-30  |  6KB  |  169 lines

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