home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 165 / HD_UTIL.ZIP / HD_U.ZIP / HDUHLP.DOC < prev    next >
Text File  |  1991-09-16  |  29KB  |  684 lines

  1. *
  2.      -------- Hard Disk ----- - Documentation ----- Utilities -------
  3.  
  4.    Copyright 1986, 1987  Philip Karras/Circle Software
  5.              1988, 1989  P.O. Box 74
  6.              1990, 1991  Mt. Airy, MD   21771
  7.  
  8.       To get on line help, type: "hduhlp" & the name of the program 
  9.    you need help with.
  10.  
  11.               phelp FORM:    hduhlp   utility-name  (RETURN)
  12.  
  13.    UTILITY NAMES: 
  14.  
  15.    ap       |  chkfile  |  dsptxt   |  find_    |  log      |  pcopy    |  
  16.    adp      |  clrcrt   |  dt       |  findf    |  mode80   |  rdf      |  
  17.    ats      |  cursor   |  eof      |  fk       |  mmd      |  run_it   |  
  18.    cdd      |  dele     |  fe       |  kf       |  pcomp    |  view     |  
  19.             |  dsd      |  finda    |           |           |           |  
  20.             |           |           |           |           |           |  
  21.    ═════════╧═══════════╧═══════════╧═══════════╧═══════════╧═══════════╛
  22.  
  23.  
  24.       ADP:      Adds Delete (rearrange) PATH, paths.
  25.  
  26.       ATS:      Changes or reads file atributes.
  27.  
  28.       CDD:      Changes drive and directory with one command.
  29.  
  30.       CHKFILE:  Runs DOS CHKDSK to fix unlinked clusters; views, 
  31.                 deletes, or saves found files.
  32.  
  33.       CLRCRT:   Clears the CRT, prevents burn-in.
  34.  
  35.       CURSOR: Allows one to set cursor on/off and size, except DOS 3.3X.
  36.  
  37.       DELE:     Deletes all file(s) except file(s) named.
  38.  
  39.       DSD:      Deletes Sub-Directory.
  40.  
  41.       DSPTXT:   Displays a text file, can find text in the file.
  42.  
  43.       DT:       Sets, re-sets a file's date and time.
  44.  
  45.       EOF:      Places DOS EOF char (dec 26) at the end of a file.
  46.  
  47.       FE:       Front End Circle Software searches can be added to 
  48.                 any other program.
  49.  
  50.       FINDA:    This is a combination of FINDF and PFIND. It will first
  51.                 locate all the files it can and then check each of them
  52.                 for the string of interest.
  53.  
  54.       FINDF:    This program finds files on a disk. It finds all files
  55.                 whose names contain the string of interest, irrespective 
  56.                 of their location in the file name. It has a BATCH
  57.                 switch to help in backing up sub-dirs.
  58.  
  59.       FIND_:    Finds lines that have the searched-for string and prints
  60.                 them as they are in the file. The case ignore mode is the
  61.                 default mode. (FINDL is the interactive version of FIND_.)
  62.  
  63.       FK:       Fast Key changes delay and repetition rates.
  64.  
  65.       KF:       Kills Files - ANY files, even protected files.
  66.  
  67.       LOG:      Keeps log of date and time. Password to protect computer.
  68.  
  69.       MMD:      Make and Move to Directory.  
  70.  
  71.       MODE80:   Switches the screen back to 80(characters) x 25 lines.
  72.  
  73.       PCOMP:    Compares files using partial file names and/or dates.
  74.  
  75.       PCOPY:    Copies files using partial file names and/or dates.
  76.  
  77.       RDF:      Redirects files between drives:\paths.  Uses RED, DOS
  78.                 COPY, and DOS COMP.  RED is NOT supplied by Circle
  79.                 Software.
  80.  
  81.       RUN_IT:   Finds a program in any DIR and runs it. (Path not needed)
  82.  
  83.       VIEW:     Allows the displaying of ASCII files; uses DSPTXT or your
  84.                 display/editor program.
  85. *
  86.    ------------------------- ADP - Documentation ------------------------
  87.    ------------------------- AP - Documentation -------------------------
  88.  
  89. ADP      - Add Delete Path. Uses the DOS PATH= command to set up the DOS
  90.            programs path.  This is the path(s) searched for executable
  91.            programs.  (See your DOS manual for more information on PATH=.)
  92.  
  93.    FORM:  adp drive:\path [switch(es)]   or  adp
  94.  
  95.    SWITCHES:  /k  - Kill, (remove) this path from PATH.
  96.  
  97.    If only "adp (RETURN)" is used, adp enters into its interactive mode.
  98.  One may enter new paths, delete paths, and rearrange paths in this
  99.  mode.
  100.  
  101.  NOTE: ADP is a batch file (ADP.BAT) that runs AP.EXE & then PTH.BAT
  102.        which is created by AP.EXE.  It then deletes PTH.BAT.
  103.    ---------------------- ATS - Documentation ------------------------
  104.  
  105. ATS      - File Attributes program.  This program allows one to view and 
  106.            change file (and sub-directory) attributes.  The four file 
  107.            attributes are: Archive, System, Hidden, and Read Only.
  108.  
  109.    FORM:  ats drive:\path\file-name [switch(es)]
  110.  
  111.    SWITCHES:  /all- Set ALL the attributes.
  112.               /c  - Clear ALL the attributes.
  113.  
  114.               /a? - Archive attribute is set or cleared when ? is
  115.                             +  =  Set Archive attribute
  116.                             -  =  Clear Archive attribute
  117.  
  118.               /d  - Two meanings: 
  119.                   /d =        check sub-directories
  120.                   /d?YYMMDD = the normal date type checking switch.
  121.  
  122.               /h? - Hidden attribute is set or cleared on ?.
  123.               /r? - Read Only attribute is set or cleared on ?.
  124.               /s? - System attribute is set or cleared on ?.
  125.               /w  - Wait for key-press if 20 lines on screen.
  126.  
  127.    If none of the attribute switches are set, then a listing will be 
  128.    made of the files and an indication of which attributes are set
  129.    will be displayed beside each file name.  
  130.      ---------------------- CDD - Documentation ---------------------
  131.  
  132. CDD:  Change Drive and Directory.  This program will change both in one
  133.       operation.  
  134.  
  135.       Also, it will do its best to find the path given, even if only a
  136.       partial path was given.
  137.  
  138.       It first searches the present path, and moves down one step at a
  139.       time until the ROOT directory is reached.  Then it initiates a
  140.       complete search for the unfound path.
  141.  
  142.       switches: 
  143.           /a   - find all matching paths & allow selection.
  144.           /D?  - Multiple DRIVE switch, /Dabc = find on drive A, B & C.
  145.  
  146.       EXAMPLE:   to switch to \WP\MY\DOC  from \WP\MY\LETTERS\WORK
  147.  
  148.                  type:  CDD doc (RETURN)
  149.  
  150.  
  151.      -------------------- CHKFILE - Documentation -------------------
  152.  
  153. CHKFILE:     This program (in conjunction with DSPTXT also on your 
  154.              Pfind Utilities disk) and CHKDSK which came with your
  155.              copy of DOS, will allow you to check your disks, create
  156.              files from the unlinked clusters found (if any) and view
  157.              the files named: FILE####.CHK, delete them or rename them.
  158.  
  159.    Files named FILE0000.CHK through FILE9999.CHK are created by the DOS
  160. program CHKDSK when the /f fix-switch is used and if there are
  161. unassigned data sections on the disk, CHKFILE can run CHKDSK in this
  162. mode if you tell it to do so at the question "Run CHKDSK Y/N?".  The
  163. CHKFILE program is an easy way to run CHKDSK and then review the
  164. created files and make your decision to save or delete these files on
  165. the spot.  This saves typing in the file names if there are a number of
  166. these files.
  167.  
  168.    SWITCHES: /c#.#  - color switch fore.back-ground colors (Will use 
  169.                       AMSCRT.DAT colors or will attempt to use the
  170.                       colors set from your AUTOEXEC.BAT file if any.)
  171.  
  172.    FORM: chkfile [switch(es)]       EXAMPLE:  chkfile /c7.1
  173.      -------------------- CLRCRT - Documentation -------------------
  174.  
  175.  
  176.  
  177.      This program clears the CRT completely & waits fo almost any key
  178.  to be pressed.
  179.  
  180.  
  181.  
  182.       This will help keep your CRT from suffering from "burn-in". The
  183.   computer can be left on & the CRT will be blank.
  184.  
  185.  
  186. *
  187.      -------------------- CURSOR - Documentation -------------------
  188.  
  189.  
  190.  
  191.      If you have a program that returns to DOS & turns the cursor off,
  192.   then use this program to turn it back on.
  193.  
  194.      FORM:  cursor [ # # ] or [switch] (RETURN)  
  195.  
  196.   switches: /n - turn cursor on
  197.             /f - turn cursor off
  198.        first # - starting scan line (to change cursor size)
  199.        second# - ending scan line (to change cursor size)
  200.  
  201.     To turn cursor on:       cursor /n
  202.     To make block cursor:    cursor 0 7  (for CGA)
  203.     To make block cursor:    cursor 0 15  (for MONO)
  204.  
  205.   NOTE:  CURSOR will not work under DOS 3.3X, and under some BIOSes.
  206.          Best advice, try it and see.
  207.  
  208.    ---------------------- DELE - Documentation -----------------------
  209.  
  210.    This program will DELete all files Except the file(s) named.
  211.  
  212.    Form:  dele drive:path\filename(or part) switches
  213.  
  214.    Example:  dele c:\temp\*.txt   /q /db870717
  215.  
  216.       In the above example files that do NOT have the extension "txt" 
  217.    and have dates AFTER July 17, 1987 will be deleted.
  218.  
  219.    Switches: /a  - Delete files from ALL sub-paths of designated path.
  220.              /as - As-is switch, delete all but this exact name.
  221.              /d? - date switch, form: /d?YYMMDD ? = a or b
  222.                    a = (this date & above), b = (this date & below)
  223.              /n  - delete in the NORMAL fashion. Delete those files that
  224.                    DO have the filename given & or the date given as 
  225.                    indicated.
  226.              /q  - ask question for each delete.
  227.              /s  - Skip main "ARE YOU SURE" question.
  228.      ---------------------- DSD - Documentation ---------------------
  229.  
  230.     Delete Sub-Directory - will delete the sub-directory named by 
  231.                            deleting all files in all sub-directories 
  232.                            within the named sub-dir and removes the now 
  233.                            empty sub-directoies.  (NEEDS DELE.EXE)
  234.  
  235.    Switches: /q - question each file to be deleted
  236.  
  237.              /d?YYMMDD - ? = a/b = above/below date given, including 
  238.                                     date.
  239.  
  240. *
  241.      --------------------- DSPTXT - Documentation ------------------
  242.  
  243.  
  244.       FORM:  dsptxt drive:\path\file-name [[/c##,##]] [[/switches]]
  245.  
  246. Switches:
  247.           /a# -- Protect lines above this line number (lock titles.)
  248.           /b#.#- Banner (#.# = colors, optional), if /a# used FIRST.
  249.           /c#.#- Color, fore.back-ground colors , or . allowed.
  250.       /f[text] - display file & auto FIND this "text".
  251.           /l## - Protect columns to the left of the column.
  252.           /nlr - No Left/Right movement
  253.           /r## - Only active if /l## used: The is the RIGHT column to
  254.                  START at in the right-hand-left/right movement window.
  255.  
  256.         DSPTXT now allows lines up to 256 characters in length, lines
  257.      longer than 256 characters wrapped.  80 columns will be showen at
  258.      one time.  Use of the Left/Right arrows moves the text from right
  259.      to left.  Pressing the SPACE-BAR will activate a second HELP line
  260.      for left/right movement.
  261.  
  262.         Search inputs are limited to 70 characters.
  263. *
  264.      ----------------------- DT - Documentation ---------------------
  265.  
  266. DT       - Date Time Stamp Changing program.  This program allows one
  267.            to correct an incorrect data and time stamp on any file.
  268.  
  269.    SWITCHES: /w     - Wait for key-press after 20 lines on screen.
  270.  
  271.  
  272.    FORM:  dt drive:\path\file-name [MM/DD/YY] [HH:MM:SS] [switch(es)]
  273.  
  274.  
  275.    NOTE: File-name: the file-name follows the same form as with all
  276.          the other Pfind Utilities.  That is, all files will be found
  277.          that have the contiguous letters specified as "file-name". 
  278.          For example, specifing ADE as the file-name will cause files
  279.          such as: ADEme.exe, coolADE.doc, and help.ADE to all be
  280.          found.  One can use the characters * and ? as with normal DOS
  281.          type commands.
  282.  
  283.          HH: The hours must be given in 24-hour clock mode.  Thus, 6 PM 
  284.              would need to be entered as: 18.
  285.  
  286. *
  287.      --------------------- EoF - Documentation ---------------------
  288.  
  289.  
  290.      This program simply places a DOS EoF character (dec 26) at the
  291. end of a file.
  292.  
  293.      Switches:  none
  294.  
  295.      Forms:
  296.  
  297.             eof filename.ext
  298.  
  299.             eof \path1\path2\name.ext
  300.  
  301. *
  302.        ------------------------ FE - Documentation -----------------------
  303.  
  304.    FE - Front End.  Use this to add Circle Software file finding
  305.         methods to any other program.
  306.  
  307.    Switches: 
  308.         /a - ALL PATHS SEARCHED!
  309.         /D?- Multiple DRIVE switch, /Dabc = find on drive A, B & C.
  310.         /d - Date switch, form: /d?YYMMDD for July 14, 1987 and
  311.              above it would be: /da870714 ? == a (above) - b (below)
  312.              indicator.  If two dates are given (above = & below =)
  313.              then only files with dates between & = to these dates will
  314.              be found.
  315.         /e - Extension name search/match only.
  316.         /p - Program to pass this stuff to switch.   FORM:
  317.                         /p prgm-name [[any switches]]
  318.              EVERYTHING after /p is passed to the program to be run by FE.
  319.         /q - Question each operation to be performed.
  320.         /s - switch to each path as match is found.
  321.  
  322.      Example:
  323.  
  324.         fe txt /a /da890901 /db890930 /p[dsptxt
  325. *
  326.      ---------------------- FINDA - Documentation ----------------------
  327.  
  328.        FINDA first locates a file whose name matches the given search
  329. name & then searches the files for the sting of interest.  If found it
  330. then prints the drive: path\file.name & five (5) lines.  The line of
  331. interest is in the middle.
  332.                            Switches:
  333.           /A#.# - Auto goto list of finds.  Put it at #.# = strt.end lines.
  334.           /a  - search for ALL matches in a file (not just one).
  335.           /b  - Beep off, a beep normally sounds when a match is found.
  336.           /D? - Multiple DRIVE switch, /Dabc = find on drive A, B & C.
  337.           /d? - Date Check switch, form: /d870714  == July 14, 1987.
  338.                 ? = a (date >= ), or b (date <= ).
  339.           /E[name] = Enter name of editor or dispaly program. /E[edlin].
  340.                      /E[editor /sw-/sw/-sw] /sw == a switch if needed.
  341.           /e  - Extensions (on the file name) checked ONLY.
  342.           /f  - List out all file names & paths for files searched.
  343.           /h -  Hi-light matching line.
  344.           /i  - case NOT Ignore - string search is case dependent.
  345.           /k  - Sequential KEYWORD search.
  346.           /l  - Relative Line number of matched line printed (###).
  347.           /m  - print more lines, 17 lines, 8 above & below.
  348.           /m#.# - position line/col of "searching..." message.
  349.           /n  - Never mind - Print first lines no checking of string.
  350.           /o  - Bytes, date time information Off - not printed.
  351.           /s  - Print '*' between information blocks - delimeter/separator
  352.           /w  - Wait for key-press after 20 lines printed to screen.
  353.           /z  - Send DOS EoF indicator "ctrl-z" at end of program.
  354.           /1  - Search only this (or indicated) directory.
  355.  
  356.      Example: finda d:\path\MSS The Congress Passed /e /a /b /l
  357. *
  358.      ---------------------- FINDF - Documentation --------------------
  359.  
  360.       The difference between this program and many others is that one need
  361.     not enter any globals or wild cards to find EVERYTHING that matches!
  362.  
  363.     Example: findf d:\path\FI
  364.  
  365.        The above example will find all files on drive D:\path\ that have 
  366. the letters FI in the file name. Irrespective of the location of these 
  367. letters in the file name.
  368.  
  369. switches: /a  - Puts paths in front of ALL found files
  370.           /b  - BATCH file creator
  371.           /D? - Multiple DRIVE switch, /Dabc = find on drive A, B & C.
  372.           /d? - Check DATE >= in form: /d870714  == July 14, 1987.
  373.                 ? = a (date >= ), or b (date <= ).
  374.           /e  - Check EXTENSIONS only
  375.           /f  - List FREE bytes only
  376.           /k  - KILL switch, batch files: to DEL or ERASE files.
  377.           /m  - More lines to display switch, 43 lines for EGA screens.
  378.           /n  - No screen display.
  379.           /o  - Turns bytes/date/time stamp OFF, they are not printed.
  380.           /p  - PATHs only listed.
  381.           /s  - List SUB-DIRECTORIES too.
  382.           /t -  List ALL files and their attribute settings (More below).
  383.           /v  - View found file list, uses DSPTXT.
  384.           /vs - Save found file list, after viewing it using DSPTXT.
  385.           /w  - WAIT! after 20 lines printed to screen for key-press.
  386.           /y  - YES auto erase - for KILL batch files only!
  387.           /z  - Send DOS EoF indicator "ctrl-z" at end of program.
  388.           /1  - Search only ONE dir, the one named.
  389.           /5 -  List files five at a time then a blank line.
  390.  
  391.  
  392.     /t? -  List ALL files and their attribute settings.
  393.            (optional) ? = r/h/s/a and [+/-] read only, hidden, system, 
  394.                                             archive.
  395.            (optional) + = list only those that match with attribute set.
  396.            (optional) - = list only those that match with attribute clear.
  397.  
  398.               EXAMPLE:  /th+ = list files that are hidden.
  399.                         /ts+ = list system files.
  400.                         /tr- = list unprotected files (not read-only).
  401. *
  402.        ---------------------- FINDL - Documentation ----------------------
  403.  
  404.         Functions exactly like find_, or may be used in interactive mode
  405.         by starting the program with just its name on the DOS command line.
  406.              (Not in the Shareware  Version to conserve disk space)
  407.  
  408. *
  409.        ---------------------- FIND_ - Documentation ----------------------
  410.  
  411.         This file is functionally like the DOS find program. It finds a 
  412.         line that has the searched for string in it. It then prints this
  413.         line to the CRT. The differences are:
  414.      
  415.         The first input is the file name & the second is the string to
  416.         match up. The third + positions are for the optional switches:
  417.      
  418.  SWITCHES:
  419.             /c - Count the lines that have a match - NO printing.
  420.             /i - Case  NOT Ignored  switch.
  421.             /k - Sequential KEYWORD search.
  422.             /n - Relative number of line precedes printed line.
  423.             /o - Beep Off - no beep sounds when a match is found.
  424.             /r - Send RETURN between lines.
  425.             /v - Prints lines that do NOT match string.
  426.             /w - wait - pause after 20 lines (for a key press).
  427.             /z - Send DOS EoF indicator "ctrl-z" at end of program.
  428.  
  429.  EXAMPLE:
  430.             find_  file.txt  this is the string to match  /c /i     
  431. *
  432.      ------------------------ FK - Documentation ----------------------
  433.  
  434.     FK - The FAST KEY utility will allow you to change the repeat speed of
  435.          your keyboard, as well as the delay factor.
  436.  
  437.          Normally a held down key will start repeating after a delay of
  438.          half a second, and repeat the key 10 times a second.  To use FK
  439.          the form is:
  440.                          FL ## # (RETURN)
  441.  
  442.          The first ## is the number of repeats per second wanted (in 
  443.          increments of 5, from 5 to 30).
  444.  
  445.          The second # is for the number of quarter seconds in the delay.
  446.  
  447.          EXAMPLE:  We want 25 repeats per second after a delay of three
  448.                    quarters of a second, use:
  449.  
  450.                                FK 25 3 (RETURN)
  451.  
  452. *
  453.      -DANGER-*-*-*-*-------- KF - Documentation --------*-*-*-*-DANGER-
  454.  
  455.  * DANGER * DANGER * DANGER * DANGER * DANGER * DANGER * DANGER * DANGER * 
  456.  
  457. KF:    This program will KILL any file or sub-directory!  EVEN if they
  458.        are PROTECTED by the normal DOS protection attributes!
  459.  
  460.        The DOS protection ATTRIBUTES are called: Read Only, System, and 
  461.        Hidden.  These protection bits WILL NOT PROTECT a file being deleted 
  462.        by KF (KILL FILE).
  463.  
  464.        There is only ONE exception to this statement, and that is that
  465.        KF will NOT KILL a sub-directory that is not empty first.
  466.  
  467.    SWITCHES:  /d?YYMMDD - date switch ? = a/b after/before.
  468.               /a        - all subsequent sub-directories.
  469.               /s        - sort file names alphabetically.
  470.               /x        - group file names by extension.
  471.  
  472.        FORM:     KF drive:\path\file-type /d?YYMMDD /a
  473.  
  474.     EXAMPLE:     KF b:\tmp\my /a
  475.  
  476.     This will list all files in all paths starting with B:\TMP which have
  477.     "MY" in the file name.  You may exit the program without deleting any
  478.     file, and you get three chances to get it right.
  479.  
  480.     WARNING: Once you press ''K'' to KILL the files, they are GONE!
  481.  
  482.        NOTE: There are utilities that allow recovery of deleted files
  483.              KF (Kill File) does NOT overwrite the deleted data areas
  484.              so these programs may be able to recover the Killed data.
  485.  
  486.     ATTRIBUTES:  D - Directory
  487.                  s - System
  488.                  h - Hidden
  489.                  r - Read Only
  490.                  a - Archive (NOT a protection bit, but tells if it needs
  491.                               to be backed up or not.)
  492. *
  493.      ----------------------- LOG - Documentation --------------------
  494.  
  495. LOG:     This program keeps a log file (called: "LOG") of every time it 
  496.          is run.  It will normally request a password from the user and 
  497.          if it is not correct, it will lock up the computer so that it 
  498.          must be re-booted.  It can also be used in BATCH files (like 
  499.          AUTOEXEC.BAT) and along with the Advanced Menu System (also by 
  500.          Circle Software) to allow only qualified persons access to 
  501.          various sections of the hard disk.
  502.  
  503.    SWITCHES: /c#.#  - color switch fore.back-ground colors (will use 
  504.                       AMSCRT.DAT if it is found.  This is the Advanced 
  505.                       Menu System screen file)
  506.              /npw   - No PassWord required, just keeps a log
  507.              /fwr   - Fail with return (used in BATCH files, will fail
  508.                       on the first false password entry and return an 
  509.                       ERRORLEVEL of 254 to the BATCH file to act on.)
  510.              /ncr   - No Copyright display, no clearing the screen.
  511.  
  512.    FORM: log [drv:\path] [switch(es)]
  513.  
  514.  
  515. *
  516.      ---------------------- MMD - Documentation ---------------------
  517.  
  518.      Make and Move to Directory:  This program will make a directory
  519.                                   on the present drive or on the 
  520.      directed drive and then move to it unless told NOT to.
  521.  
  522.      FORM: mmd drv:\path (RETURN)
  523.  
  524.      EXAMPLE:  mmd d:\wp\joe\memos
  525.  
  526.                if \wp\joe is not a valid directory mmd will make:
  527.  
  528.                d:
  529.                d:\wp
  530.                d:\wp\joe
  531.                d:\wp\joe\memos        
  532.  
  533.                and then switch to drive d & the directory just made.
  534.  
  535.      SWITCHES: 
  536.      /s - If making a new directory on the present drive, do NOT switch to it.
  537.           If making it on a different drive, do NOT switch to the drive but
  538.           switch the active directory on that drive to the new one made.
  539.  
  540.      /ss- If making a directory on a different drive do NOT switch to that 
  541.           drive AND do NOT change that drives active directory.
  542. *
  543.      -------------------- MODE80 - Documentation --------------------
  544.  
  545.  
  546.      Mode80 : To use type mode80 (RETURN)
  547.  
  548.        Will change the screen back to the 80 character wide color mode.
  549.  
  550.     Switch:  /m - monochrome mode
  551.  
  552.        If Pmenu has been run in the 40 Character SAVE mode & you then
  553.     use the DOS "mode 80" command & a program that should run in
  554.     color is not doing so, try using this program. type: mode80
  555.  
  556.        To force the 80 character monochrome mode type: mode80 /m
  557.  
  558.        DOS comes with a command called "MODE" - it can set 40/80 
  559.     characters, color or Black & White, or MONO. Look in you DOS
  560.     manual for its use.
  561.  
  562. *
  563.      -------------------- PCOMP - Documentation --------------------
  564.  
  565.      This program will compare files like the DOS comp function.  It is
  566. different in that one can give it simply a few letters that are in the
  567. file name & it will then find all files with those letters in the file
  568. name & compare them.    Note: PCOMP uses the DOS function COMP.
  569.  
  570.      Switches:
  571.                 /a  - Compare files in ALL PATHS from start.
  572.                 /b  - beep when done.
  573.                 /c  - Clear the screen after done. (Protects from burn in.)
  574.                 /d? - Date switch, MUST be followed by the date in the
  575.                       form: /da870714 which is July 14, 1987.
  576.                       ? = a or b, a: date = or After, b: = or before.
  577.                 /e  - check file and EXTENSION only for match & compare.
  578.                 /f -  Force file search ignor paths of same name.
  579.                 /h  - here, copy to target drive:\path, don't make paths.
  580.                 /q  - Question each copy to be.
  581.                 /l  - List to disk all non-matches found. (This list can
  582.                       then be viewed later from file "NOMATCH")
  583.                 /n  - No pause when non-match found. (Good to use in 
  584.                       conjunction with /l above.)
  585.  
  586.      Forms:   pcomp pc b:
  587.               pcomp pc \utils
  588.               pcomp \utils\pc b:\help
  589. *
  590.      -------------------- PCOPY - Documentation --------------------
  591.  
  592.      This program will copy files like the DOS copy function.  It is
  593. different in that one can give it simply a few letters that are in the
  594. file name & it will then find all files with those letters in the file
  595. name & copy them.     Note: PCOPY uses the DOS function COPY.
  596.  
  597.      Switches:
  598.                 /a  - Copy files in ALL PATHS from start & make them on.
  599.                       target drive.
  600.                 /b  - beep when done.
  601.                 /c  - Clear the screen after done. (Protects from burn in.)
  602.                 /d? - Date switch, MUST be followed by the date in the
  603.                       form: /da870714 which is July 14, 1987.
  604.                       ? = a or b, a: date = or After, b: = or before.
  605.                 /e  - check file and EXTENSION only for match & compare.
  606.                 /f  - Force file search ignor paths of same name.
  607.                 /h  - here, copy to target drive:\path, don't make paths.
  608.                 /q  - Question each copy to be.
  609.                 /v  - Verify
  610.                 /z  - Place DOS EoF (26) at end of copied file
  611.  
  612.      Forms:   pcopy pc b:
  613.               pcopy pc \utils\
  614.               pcopy \utils\pc b:\help
  615. *
  616.      ---------------------- RDF - Documentation ---------------------
  617.  
  618.  
  619.      This program uses the RED program distributed through PC-Magazine
  620.      and the DOS COPY and DOS COMP programs to help "redirect" files from 
  621.      one directory to another, and from one drive to another.  RDF uses
  622.      the Pfind Utilities file name matching methods, and will "move" 
  623.      entire directories and their sub-directories from drive to drive.
  624.  
  625.      FORM:  rdf (file-name) (target drive:\path) [switches]
  626.                   () = MUST have,    [] = optional
  627.  
  628.      SWITCHES:  /a    - All paths from designated one to same in target.
  629.                 /a1   - All paths from designated one to ONE target path.
  630.                 /d?#  - date ? = a(bove) or b(elow) flags. (V1.30)
  631.                 /i    - User interactive mode.
  632.                 /k    - Keep these files, do NOT delete them. (only works
  633.                         between drives.)
  634.                 /s    - Sort list alphabetically.
  635.                 /u    - User interactive mode.
  636.                 /x    - Group list by extensions.
  637.  
  638. *
  639.      -------------------- RUN_IT - Documentation -------------------
  640.  
  641.     This program tries to run the given program. It searches ALL 
  642.     directories of the present disk drive. If the program is found, 
  643.     run_it will switch directories & run the program. When the running 
  644.     program terminates, run_it will switch back to the indicated, or 
  645.     present, sub-dir and exit.  If NO program is found, run_it exits 
  646.     with ERRORLEVEL = 1, otherwise it exits with ERRORLEVEL = 0. 
  647.  
  648.    Form: run_it filename.ext [path] [p/switch] [/switch]
  649.  
  650.     Filename: MUST have an extension! Extension MUST be either EXE or COM.
  651.  
  652.     path: MUST start with "\". This is the path to RETURN to.
  653.  
  654.     p/switch - are switches that are to be passed to the program to run.
  655.  
  656.     /switch are run_it switches.
  657.  
  658.     SWITCHES:   /c##,##  - color, foreground, background. Decimal #'s.
  659.  
  660.              /p - Print, to printer, the path where the program was found.
  661. *
  662.      ---------------------- VIEW - Documentation -------------------
  663.  
  664.      This program works like KF (Kill-File) except that it only allows
  665.      the viewing of the found files.
  666.  
  667.      FORM:   view (drive:\path\file-name) [switches]
  668.                   () = MUST have,    [] = optional
  669.  
  670.  
  671.      SWITCHES:  /a    - All paths from designated one.
  672.                 /d?#  - date ? = a(bove) or b(elow) flags. (V1.30)
  673.                 /s    - Sort list alphabetically.
  674.                 /x    - Group list by extensions.
  675.  
  676.  
  677. *
  678.