home *** CD-ROM | disk | FTP | other *** search
/ PC Open 20 / pcopen20.iso / Msdos / Rccopy / RCCOPY.DOC < prev    next >
Encoding:
Text File  |  1994-08-28  |  10.2 KB  |  224 lines

  1.           ┌─────────────────────────────────────────────────────────────┐
  2.           │                                                             │
  3.           │         ____   ____            ____ ___  ______   __        │
  4.           │        |  _ \ / ___|          / ___/ _ \|  _ \ \ / /        │
  5.           │        | |_) | |      _____  | |  | | | | |_) \ V /         │
  6.           │        |  _ <| |___  |_____| | |__| |_| |  __/ | |          │
  7.           │        |_| \_\\____|          \____\___/|_|    |_|          │
  8.           │                                                             │
  9.           │                         _____  ___                          │
  10.           │                        |___ / / _ \                         │
  11.           │                          |_ \| | | |                        │
  12.           │                         ___) | |_| |                        │
  13.           │                        |____(_)___/                         │
  14.           │                                                             │
  15.           │                                                             │
  16.           ├─────────────────────────────────────────────────────────────┤
  17.           │ (C) Copyright 1990-1994, RCSOFT    Written by Renier Crause │
  18.           ╘═════════════════════════════════════════════════════════════╛
  19.  
  20. ┌─────────────────────────┐
  21. │ Introduction            │
  22. ╘═════════════════════════╛
  23.   I once used this program called DirMagic which could copy many files
  24.   to different floppies, filling up each floppy.  I thought about it,
  25.   and realized I could write a better version, but keep it key-compatible
  26.   to DirMagic.  RC-COPY was born.
  27.  
  28. ┌─────────────────────────┐
  29. │ Requirements            │
  30. ╘═════════════════════════╛
  31.   This program requires the following:
  32.     MS-DOS 3.x of higher
  33.     286 or higher CPU
  34.     Color display recommended.
  35.  
  36. ┌─────────────────────────┐
  37. │ Command line options    │
  38. ╘═════════════════════════╛
  39.   Usage:  RCCOPY [options] [[d:]directory]
  40.  
  41.   Options:
  42.  
  43.     /F  -  Select all files from start-up
  44.            Selects all the files in the directory when RC-COPY is started.
  45.            This would be the same a pressing F6 immediately after RC-COPY
  46.            started.
  47.  
  48.     /A  -  Archive mode on
  49.            This will automatically select all files with the archive
  50.            attribute set.  And also switch on archive mode, which means
  51.            that for all files copied, the archive bit attribute will be
  52.            switched off again.  This can be helpful to for using RC-COPY
  53.            as a backup tool.  I usually use it if I have to copy many files
  54.            but I have to quit RC-COPY before all are copied.
  55.  
  56.     /M  -  Move mode on (will move files instead of copying)
  57.            Will switch move mode on.  Used if you want RC-COPY to delete
  58.            each file after copying it.
  59.  
  60.     /D  -  Disable color display.
  61.            Supress all colors in RC-COPY.  Will only use two shades of
  62.            gray, and inverse video.
  63.  
  64.     /G  -  Disable character redefining.
  65.            If RC-COPY detects a VGA adapter it will redefine some characters
  66.            just to look better.  Use this switch to disable this feature,
  67.            if your VGA adapter isn't compatible enough, or if some characters
  68.            on the screen looks corrupt.  This switch must be used if RC-COPY
  69.            is run from MS-WINDOWS.
  70.  
  71.     /S  -  no Sound
  72.            Suppress the beep when copying complete or disk is full.
  73.  
  74.   Options can be preset in the environment variable DDIR using the
  75.   SET command.  For example SET RCCOPY=/D /G.  This command can be
  76.   placed in your autoexec.bat file, to be executed each time you switch
  77.   your PC on.
  78.  
  79. ┌─────────────────────────┐
  80. │ Keys                    │
  81. ╘═════════════════════════╛
  82.   F1       - Help
  83.              Display these keys in a window.  Press any key to quit from
  84.              the Help window.
  85.  
  86.   F2       - Change destination drive
  87.              Change the drive to which all files will be copied or moved.
  88.              This would mostly be a floppy/stiffy drive, but and legal
  89.              Dos path is allowed.
  90.  
  91.   Shift-F2 - Change source drive/directory
  92.              Change the source from which to select files.  When RC-COPY
  93.              is first started it will use the current directory or the
  94.              directory specified on the command line.
  95.  
  96.   F3       - Unselect upto cursor
  97.              Will unselect all files from the start upto the inverse marker.
  98.  
  99.   F4       - Select upto cursor
  100.              Select files from start upto the inverse marker.
  101.  
  102.   F5       - Unselect all
  103.              Cancel all selections made.  No files will be selected.
  104.  
  105.   F6       - Select all
  106.              Select all files in the directory.  This will be done
  107.              automaitcally if the switch /F is specified on the command
  108.              line.
  109.  
  110.   Space - Select/Unselect hightlighted file
  111.           Select or unselect the current file under the inverse cursor
  112.           each time Space is pressed.  On a color display a selected file
  113.           will be displayed in bright red.
  114.  
  115.   Enter - Start copying/moving
  116.           Start the copying process, by starting at the first file it finds
  117.           which is selected, copying it to the destination drive and then
  118.           marking it as copied.  This process continues until no more files
  119.           can be fit onto the destination drive.  Then you can insert a new
  120.           floppy and just press Enter again to continue with the rest of
  121.           the selected files.
  122.           If move mode is on, then each file will be deleted after it has
  123.           been copied.
  124.  
  125.   Esc   - Quit
  126.           Quit from RC-COPY immediately.  No prompt is given to make sure
  127.           you're sure, so be sure, you are sure, you want to Quit. :)
  128.  
  129.   S     - Change sort order
  130.           Will produce a siple menu for you to select the order the files
  131.           should be displayed.  The default is according to size, and from
  132.           large to small, since this will allow you to use the fewest number
  133.           of floppies to copy the same number of files.
  134.  
  135.   D     - Delete all files/dirs on destination
  136.           After prompting you are sure, all files will be deleted on the
  137.           destination drive, using a fast FCB delete.
  138.  
  139.   A     - Select all files with archive bit set
  140.           Select only the files with the archive attribute on, all other
  141.           files will be unselected.
  142.           This key will also switch archive mode on/off.  I archive mode
  143.           is on, a "A" will be displayed in the PROCESSED heading, to
  144.           remind you that after each file is copied, the archive bit in
  145.           the attributes will be switched off.
  146.  
  147.   M     - Move files to destination
  148.           Switch move mode on/off.  If move mode is on, a "M" will be
  149.           displayed in the PROCESSED heading, to remind you that all
  150.           files will be deleted after they are copied.
  151.  
  152. ┌─────────────────────────┐
  153. │ Use of colors           │
  154. ╘═════════════════════════╛
  155.   The status of each file is depicted by the first character on the line
  156.   and if a color display is used, the also with a unique color for each
  157.   status.
  158.  
  159.   Normal   - No first character and displayed in normal light gray.
  160.   Selected - First character is  and displayed in bright red.
  161.   Copied   - First character is √ and displayed in blue.
  162.   Deleted  - First character is φ and displayed in dark gray.
  163.   Error    - First character is ε and displayed in brown.
  164.  
  165. ┌─────────────────────────┐
  166. │ License and copyright   │
  167. ╘═════════════════════════╛
  168.   RCCOPY 3.0  (C) Copyright 1994 RC-SOFT, All rights reserved!
  169.                                           Written by Renier Crause.
  170.  
  171.   This program is copyrighted by me, Renier Crause.  That doesn't mean
  172.   you shouldn't copy this program, in fact I order you to give this
  173.   program to every living person you know (it would of course help, if
  174.   the person you give it to, owns a PC).  No, this copyright means you may
  175.   not change my program, or disassemble it without my permission.  This
  176.   program is NOT freeware.
  177.  
  178.   This program is copyrighted under the Shareware concept.  It is not free
  179.   software, it is rather is look first, pay later scheme.  You may freely
  180.   copy this software (providing you include all files, including this
  181.   document) and I actually ask you to show or give this program to everyone
  182.   you see (heck, I've said that before so maybe it's important!).  If you
  183.   find this program good (or likeable at least) and you continue to use it
  184.   after 30 days, you are required send me R50 (or $25).  Please send Postal
  185.   Orders, since cashing a foreign, personal check here is a pain, and
  186.   exspensive.  If you do send a check, then you are required to pay $30.
  187.   See below for my address.  After paying, you will become a registered
  188.   user, and maybe receive free or low-cost information and updates,
  189.   (nothing guaranteed).
  190.  
  191. ┌─────────────────────────┐
  192. │ How to contact me       │
  193. ╘═════════════════════════╛
  194.   I would prefer you to contact me through eMail.  My internet address
  195.   is:
  196.       s9147659@rkw-lan.cs.up.ac.za
  197.       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  198.   Yes you read correctly I'm from South-Africa, and we can actually program
  199.   here (well some of us anyway).  If you don't have access to eMail (shame
  200.   on you) you can also reach me at:
  201.       R.G. Crause
  202.       P.O. Box 38141
  203.       Garsfontein X10
  204.       0042 PRETORIA
  205.       South-Africa
  206.   PLEASE contact me if you have any comments, suggestions, wish lists,
  207.   bug reports, hate mail etc.  I'll answer all meaningful eMail, and
  208.   even some meaningless ones.  Sorry I can't answer any snail mail
  209.   comments, but I can sure act on any suggestions you mailed to me.
  210.  
  211.   If you decide to register please tell me what your system looks like,
  212.   you know stuff like which CPU, which graphics etc.  And please include
  213.   what you thought of this program. (Also include the version number please)
  214.  
  215.   My eMail address would probably only be available until the end of 1994,
  216.   but please still send me your eMail address, and maybe I can contact you.
  217.  
  218. ---------------------------------------------------------------------------
  219.  
  220.   Renier.
  221.   (written on 28 August 1994)
  222.  
  223. ----------------------------------ooOoo------------------------------------
  224.