home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / FS2.ZIP / FS2.DOC next >
Text File  |  1992-07-29  |  3KB  |  108 lines

  1.                                FS2.DOC
  2.                          ver 2.0   July, 1992
  3.  
  4.             OS/2 2.0 file size calculation and reporting utility
  5.  
  6.  
  7. FS2 displays file information, the totals size of a file or group of
  8. files, and calculates total amount of disk space actually allocated
  9. for the file(s).   It also has an option to test if files will fit on
  10. a drive.  HPFS long names are recognized.  FS2 is a 32-bit application
  11. and will run under OS/2 version 2.0 only.
  12.  
  13.     Syntax:  FS2 filespec [filespec...]  [/s] [d:] [/t] [/h]
  14.  
  15.     Filespec(s) can contain wildcards * and ?
  16.  
  17.        /s  -   include subdirectories
  18.        /t  -   display totals only
  19.        /h  -   include hidden files
  20.        d:  -   calculate if all matching files will fit on drive
  21.        /?  -   this help display
  22.  
  23.  
  24.  
  25. EXAMPLES:
  26.    FS2 C:\OS2\BOOK\*.*   might display...
  27.  
  28.       Command line entered:
  29.       c:\os2\book\*.*
  30.  
  31.       C:\OS2\BOOK\
  32.        3-30-92  12:00:00p      397277  CMDREF.INF
  33.        3-30-92  12:00:00p      200218  REXX.INF
  34.               597,495 bytes  -  2 files
  35.               598,016 disk space allocated
  36.  
  37.       Totals for 1 filespec:
  38.               597,495 bytes  -  2 files
  39.               598,016 disk space allocated
  40.  
  41.  
  42.  
  43.    Whereas  FS2 C:\OS2\BOOK\*.*  C:\OS2\DLL\U*.DLL  might display...
  44.  
  45.       Command line entered:
  46.       c:\os2\book\*  c:\os2\dll\u*.*
  47.  
  48.       C:\OS2\BOOK\
  49.        3-30-92  12:00:00p      397277  CMDREF.INF
  50.        3-30-92  12:00:00p      200218  REXX.INF
  51.               597,495 bytes  -  2 files
  52.               598,016 disk space allocated
  53.  
  54.       C:\OS2\DLL\
  55.        3-30-92  12:00:00p       12240  UCDFS.DLL
  56.        3-30-92  12:00:00p      178896  UHPFS.DLL
  57.               191,136 bytes  -  2 files
  58.               192,512 disk space allocated
  59.  
  60.       Totals for 2 filespecs:
  61.               788,631 bytes  -  4 files
  62.               790,528 disk space allocated
  63.  
  64.  
  65.  
  66.  
  67. If a drive letter is also given as in:
  68.        FS2 C:\OS2\BOOK\*.*   C:\OS2\DLL\U*.DLL  A:
  69. FS2 will test if the total files will fit on that drive.
  70. Something similar to the following lines would also be displayed:
  71.  
  72.               244,224 bytes free on drive A:
  73.               789,504 needed to copy files, Files will not fit on A:
  74.  
  75.  
  76.  
  77.  
  78. REVISION HISTORY 
  79.  
  80.    ver 2.0   July, 1992
  81.  
  82.    I originally wrote version 1.0 of this program some time ago for
  83.    OS/2 1.x since I missed having such a utility.  Recent changes include
  84.    compilation for 32-bit operation, resulting in faster processing.
  85.  
  86.  
  87. REGISTRATION
  88.  
  89.    Registration is not required, but any donations would be greatly
  90.    appreciated to help me prove to my husband that all the long hours
  91.    I spend with my PC instead of with him are really worth something.
  92.    Your money will be, "reinvested" in a sense since I'm putting all
  93.    registration money toward the purchase of programming tools,
  94.    software, books, etc.   Thank you.
  95.  
  96.    I welcome any comments, suggestions, and/or bug reports.  FS2 is
  97.    distributed as-is, with no warranties involved. You may give individual
  98.    copies of the unregistered version FS2 to friends, associates,
  99.    collegues, etc. however, please include the files FS2.EXE and
  100.    FS2.DOC without any modification.
  101.  
  102.    Donna Campanella
  103.    508 Natalie Lane
  104.    Norristown, PA 19401
  105.  
  106.    CompuServe 72010,2305
  107.    Prodigy    KCTW07A
  108.