home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / FF148.ZIP / FF.DOC next >
Text File  |  1993-04-08  |  3KB  |  89 lines

  1. Program:        FF.EXE
  2.  
  3. Version:        1.48
  4.  
  5. Date:           November 30, 1992
  6.  
  7. Description:    File Find Utility for OS/2 2.0 GA
  8.                 Internationalized Date/Time formats
  9.                 32-bit OS/2 2.0 protected mode, command line program
  10.  
  11. Requirements:   OS/2 2.0 GA Level
  12.  
  13.  
  14. Instructions:
  15.  
  16. FF was designed to search from the current path on downwards.  The program
  17. starts searching for files in the current path and any subdirectories that
  18. exist.
  19.  
  20. There is a way to get ff to search starting from the root.  To do this you
  21. prepend the [filespec] with a \  
  22.  
  23. Examples look like this:
  24.  
  25. to search from the root:
  26. C:\os2\util] ff \config.sys         
  27.  
  28. to search from the current directory on down:
  29. C:\os2\util] ff config.sys
  30.  
  31. to search from the \dev directory on down:
  32. C:\os2\util] ff \dev\config.sys
  33.  
  34.  
  35. This is useful when search large volumes.  It prevents searching an entire
  36. 500 Mb volume to only a subset of that volume.  But you can easily search
  37. the entire volume by using the \ prepend method.
  38.  
  39. Notes:
  40.  
  41. Internationalization.  What does this mean to you the end user?
  42.  
  43.     Internationalization is provided when you install your OS/2 operating
  44. system.  You select the country you are in and the installation will set
  45. certain defaults for you.  The two defaults we are interested in particularly
  46. are the formats for the date and time stamping of files.
  47.  
  48.     Here in the USA we typically follow the convention of dd/mm/yy and the
  49. twelve hour format for time.  Although in the past a European user
  50. (Michael Krause in Germany) commented that the time and date formats I liked
  51. were not the case overseas.  
  52.  
  53.     One thing I found quite interesting is that you can personalize your
  54. OS/2 date and time format settings.  This is done by running a PM 
  55. Application in the System Folder/System Setup.  In the System Setup is
  56. an application called Country.  If you run this application you will get
  57. a booktab window where you can change the setting of how dates and times
  58. are displayed (besides a few other things).
  59.  
  60.     One note, to get leading zeros (ie; 04/04/92 vs 4/4/92) the checkbox
  61. for this is on the Numbers booktab, not in the Date or Time booktabs.  
  62.  
  63.     
  64.  
  65.     
  66. This program is freeware.  All that I ask is that you contact me via
  67. e-mail (Compuserve ID 73467,252; Internet asp@trail.sharpstone.com) and
  68. let me know what you think about it.  Ideas on more freeware utilities you
  69. would like to see are welcome.
  70.  
  71.  
  72.                                             Your author,
  73.  
  74.                                                     Alexandre Polozoff
  75.  
  76.  
  77.  
  78. Program Notes:
  79.  
  80. v1.48       various code optimizations for speed and size
  81. v1.47       miscellaneous small bugs
  82. v1.46       corrected problem with very large network drives
  83. v1.45       corrected problem with files > 1 Meg 
  84. v1.44       corrected problem if path provided does not exist
  85. v1.43       finds subdirectories, hidden & system files
  86.             more control on wildcarding
  87. v1.42a      date/time/byte stamping pushed to far right of screen.
  88. v1.42       Right justification of date/time stamps to have things line up.
  89. v1.41       Added ability to read international settings.