home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9514 < prev    next >
Text File  |  1992-01-07  |  5KB  |  104 lines

  1.  
  2. O S / 2   - P r o g r a m m a T h e e k volume 9514
  3.  
  4. Source: Fernwood
  5.  
  6. Titel: CONFIG, DDUMP, FORMPRT & other OS/2 stuff
  7.  
  8. Number  Name            Size    Date    Comments
  9. 9514.01 BCALC    ZIP    32812  12-20-88 Calculator with  large precision
  10. 9514.02 BTPLOCK  ZIP   105578   9-27-89 BTP 2.30 with  LOCKBAUD 
  11.         CATALOG  O14      775  12-08-89 This list
  12. 9514.03 CONFIG2  ZIP    47117   9-06-89 OS/2 Config Util (PC  Magazine)
  13. 9514.04 DDUMP001 ZIP    36493   9-18-89 Browse & hex edit of  TWO files
  14. 9514.05 FILES202 ZIP    22283   3-24-89 Kind of DIR, like  QNX 'FILES'
  15. 9514.06 FINDSTR2 ZIP    23330   7-31-88 Find strings on  whole disk
  16. 9514.07 FORMPRNT ZIP    17088   3-13-89 Print source  formatted,
  17.                                         with line numbers
  18. 9514.08 FSB      ZIP    24055   8-01-88 Directory browser  (fullscreen)
  19. 9514.09 GIF2BMP  ZIP    16361   9-15-89 PM GIF to BMP bitmap  converter
  20.         VOL9514  ABS     3968  12-08-89 Disk abstract by  BAT30
  21.           11 File(s)     27168 bytes free on volume  DOSGG9514
  22.  
  23.          ---------------------------------------------
  24.                    DDUMP: Dual Dump File Utility
  25.                      with Limited Editing.
  26.          ---------------------------------------------
  27.                This utility was inspired somewhat by a  similar utility 
  28. available in the DOS world called CABLE.   CABLE was written by David Mit-
  29. chell, an employee of IBM in  England, a number of years  ago.  The utility
  30. was just so  well designed and thought out that it became quite a  favorite
  31. among those programmers who had a  chance to use  it.  The basic thrust of
  32. CABLE was to permit the  user to  pull in one or two files for searching,
  33. editing (in ASCII  and hex), or simply for comparison.
  34.  
  35.       DDUMP is a similar utility for OS/2 programmers, a  utility  to permit
  36. one to search for patterns in a file, to  make minor  editing changes (in
  37. ASCII or in hex), to browse  around, or to  compare two files.  DDUMP will
  38. work at the  OS/2 command line or  will run in a text window in  Presentation
  39. Manager.  I may make a  "pure" PM version at  some time.  It is my hope that
  40. the users of  DDUMP will find
  41. it as powerful a little tool for their personal toolkits as  I found CABLE.
  42.  
  43.                     *** FILES ***
  44.  
  45. FILES (v 2.xx): A File/Directory Listing Utility
  46. The original version of this program was developed by me for  a class that I
  47. was teaching on C programming.  Version 1.00  was compiled under Turbo-C.
  48.  
  49.      This version (2.xx) is a bound executable produced with  MSC 5.1 that
  50. will work under OS/2 and MS-DOS.
  51.  
  52.      FILES is an intrinsic command in the QNX operating  system which I
  53. guessed would be useful in the DOS world.  Also usage is straight forward but
  54. if you need help typing  FILES ? or FILES -h would produce the following
  55. usage statement:
  56.  
  57. Usage is: files [start-directory] [options]
  58.    where "options" are:
  59.      +c - current directory only
  60.      +d - list directories only
  61.      -s - do not sort listings
  62.      +v - verbose listing (include attributes)
  63.       p=pattern where pattern can include * and ?
  64.  
  65.  
  66.      Needless to say, there are many other features which  could be added to
  67. this program.  Also, the following command  doesn't work correctly under DOS:
  68. files \ p=*.c (for  example)!  I don't have the time to work that one out so 
  69. have at it everybody!
  70.  
  71.  OS/2 File System Browser  FSB V1.0
  72.  
  73. There are three Types of Operation;
  74.  
  75.     1.    Browse the file system.
  76.     2.    Peruse a file.
  77.     3.    Execute an OS/2 command.
  78.  
  79. To browse the file system:
  80.  
  81.  Put the highlight bar (cursor) in the Directories listing  window (left) 
  82. using the left arrow key.  This is the  default window on startup.
  83.  Use the home/end/pgup/pgdn keys for traversing directories  list.
  84.  Examine the list of directories and choose one for  inspection by using  the
  85. home/end/pgup/pgdn and up/dn arrow  keys to move highlight bar cursor.
  86.  Highlight a directory for inspection.
  87.  As you use the cursor control keys the filename contents of
  88. the current directory is shown on the right in the files  list window.
  89.  The F2 key prompts you for a word that is used while  searching the selected
  90. directory.  File names are matched to  this word.  Most useful when file
  91. system "wild cards" are  used.
  92.  
  93.  
  94. To peruse a file:
  95.  
  96.  Press the right arrow key to move the cursor to the Files  List window.
  97.             Examine the list of files by traversing it in  the same manner as
  98. the  directories.  Choose a file for  inspection by pressing <RETURN>.
  99.  The FSB program will load a File Peruser and the selected  file.
  100.  Examine the file using the home/end/pgup/pgdn/up/dn arrow  keys. The
  101.  Peruser is a program called SEE.EXE V1.0, written by the  author of FSB.
  102.  Note that SEE V1.0 does not support sideways scrolling or  other common
  103. functions such as "search" or "hex mode".   Maybe a later revision will.
  104.  Press the ESC key to exit the File Peruser and return to  Browse Mode.