home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / FILEMAN / FM2UTILS / FM2UTILS.DOC < prev    next >
Text File  |  1995-03-27  |  6KB  |  163 lines

  1.  
  2.     FM/2 Utilities, a utility collection for use with File Manager/2
  3.     copyright (c) 1994/95 by M. Kimes -- all rights reserved
  4.     ================================================================
  5.  
  6. This is a collection of utilities that may prove useful in conjunction
  7. with FM/2 (or even without it).  While FM/2 is shareware (you must pay
  8. for it if you continue using it beyond a 30-day trial period), this
  9. utility collection is offered as free-for-the-using (you don't have to
  10. pay for it to use it).
  11.  
  12. All the .EXE utilities provide help if you run them with /? as an
  13. argument.  The .CMD utilities may be directly inspected using a text
  14. editor and are commented as to use and function.  It's recommended that
  15. you place these utilities into a directory on your PATH (type HELP PATH
  16. at a command prompt if you don't know what that means).
  17.  
  18. These utilities are standalone, meaning that one doesn't rely on
  19. another.  You can therefore delete any you don't want to keep around
  20. without affecting the operation of any of the others.
  21.  
  22.  
  23. Following is a brief description of each program in the package:
  24.  
  25. BEEP.EXE
  26.     Makes a beep noise.
  27.  
  28. CVT4OS2.CMD
  29.     Converts 4DOS/4OS2 non-standard DESCRIPT.ION files to WPS-standard
  30.     .SUBJECT EAs.
  31.  
  32. CVTFBBS.CMD
  33.     Converts FILES.BBS file comments to WPS-standard .SUBJECT EAs.
  34.  
  35. DELTREE.EXE
  36.     Deletes a directory and all its subdirectories and files.
  37.  
  38. DSTART.EXE
  39.     A START command that will work from DOS VDMs (penalty box).
  40.  
  41. HPFSOPT.EXE*
  42.     An HPFS optimizer.
  43.  
  44. FATOPT.EXE*
  45.     An OS/2 FAT optimizer -- defragment, condense freespaces, sort file
  46.     and directory names, test sectors in system areas, test (and repair
  47.     some damaged) clusters, report on drive usage.  If you receive a
  48.     "FATOpt can't lock" message from FATOpt, the drive is in use and
  49.     FATOpt can't optimize it; try booting from floppies (place
  50.     FATOPT.EXE on the floppy together with VIOCALLS.DLL).  If you
  51.     receive a "FATOpt ran out of memory" error, add RAM and/or set up a
  52.     swapfile on a partition other than the one being optimized (type
  53.     HELP SWAPPATH at a command line for more info) and/or try the -p
  54.     switch.  Other errors (uncommon) should be self-explanatory, if
  55.     distressing.  CHKDSK/F should be run before running FATOpt, and
  56.     it's always a good idea to back up before defragging.  FATOpt
  57.     errorlevel returns:  0 = no problems, 1 = user abort, 2 = out of
  58.     memory, 3 = bad file (run CHKDSK/F, dammit), 4 = can't open drive,
  59.     5 = can't lock drive, 6 = can't fix bad cluster, 7 = insufficient
  60.     free space on drive, 8 = unknown error, 9 = bad system area.
  61.  
  62. FM2PLAY.EXE*
  63.     Used by FM/2 to play multimedia files with the "Play Multimedia"
  64.     command (requires MMPM/2).
  65.  
  66. KILL2.EXE
  67.     A timed deletion/touch/list utility.
  68.  
  69. LA.EXE
  70.     Lists the contents of archive files, extracts files from archives
  71.     using one command without you having to know the archive type or
  72.     archiver commands (requires ARCHIVER.BB2 datafile to be on your
  73.     PATH or DPATH, copy included in the archive, edit to taste/need).
  74.  
  75. LINES.EXE
  76.     Counts lines in text files.
  77.  
  78. MAKEOBJ.CMD
  79.     Creates WPS objects for filenames -- program objects for programs,
  80.     shadows for everything else -- on the desktop.
  81.  
  82. MKPATH.EXE
  83.     Make directories many levels deep with one command.
  84.  
  85. MOV.EXE
  86.     A MOVE command that can move between drives and optionally allows
  87.     overwriting.
  88.  
  89. PRIORITY.EXE
  90.     A launch-with-priority program that lets you set the priority of
  91.     other programs when you start them.
  92.  
  93. QFORMAT.EXE
  94.     Quick format floppies by zapping the root and FATs.
  95.  
  96. QPLAY.EXE
  97.     Quiet play plays multimedia files via MMPM/2 without showing itself
  98.     (perhaps useful from batch files).
  99.  
  100. REBOOT.EXE
  101.     Reboots the system as though you'd pressed CTRL-ALT-DEL.
  102.  
  103. REBOOTP.EXE
  104.     Reboots the system as though you'd pressed CTRL-ALT-DEL after
  105.     broadcasting a WM_QUIT message to all children of the desktop and
  106.     waiting 60 seconds for the applications to save their settings and
  107.     quit (note that VIO and DOS applications will pop up their "Are you
  108.     sure?" boxes, but you don't have to be there to answer (and
  109.     shouldn't be -- use Shutdown instead if you're not automating),
  110.     though such apps won't pick up on the hint to shut down).  This is a
  111.     PM application.
  112.  
  113. RENCASE.EXE
  114.     Renames files to the same name but all upper, lower or "mixed" case.
  115.  
  116. RESET.EXE
  117.     Resets a drive.
  118.  
  119. SDIR.CMD
  120.     Directory listing that shows .SUBJECT EAs.
  121.  
  122. SR.EXE
  123.     Simple search-and-replace command, optional interactive mode.
  124.     Intended to be used non-interactively for many files in a single
  125.     pass (otherwise a text editor is more suitable).
  126.  
  127. SRCH.CMD
  128.     A search command for OS/2 (finds text in files).
  129.  
  130. SUBJ.CMD
  131.     Show and modify .SUBJECT EAs.
  132.  
  133. SWEEP.CMD
  134.     A sweep command for OS/2; performs a command in all subdirectories of
  135.     the current directory.
  136.  
  137. TEST.EXE
  138. TEST.CMD
  139.     Repeat all the arguments it receives; useful for debugging command
  140.     lines.
  141.  
  142. TESTDRV.EXE
  143.     Test a drive.  Should be run with a drive other than the one being
  144.     tested as the default for best results (saves a logfile listing any
  145.     bad sectors found to the default directory).
  146.  
  147. WHERE.CMD
  148.     A where command for OS/2; finds files on a specified or the default
  149.     drive.
  150.  
  151.                                                     * Used by "stock" FM/2.
  152.  
  153.  
  154. Simple license statement:
  155. ========================
  156. These utilities may be freely used by end users.  I retain copyright and
  157. reserve all rights.  There is NO warranty expressed or implied.
  158.  
  159.  
  160. Author contact info:
  161. ===================
  162.   Mark Kimes (CIS 74601,1327; Fidonet#1:380/16.0; (318)222-3455 data)
  163.