home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / chopp10.lha / Chopper.txt < prev   
Text File  |  1993-04-27  |  5KB  |  135 lines

  1.                                 Chopper v1.0
  2.                                 ------------
  3.                           (c) 1993 Alternate Image
  4.  
  5.                           111-F Wellesley Crescent
  6.                       London, Ontario, Canada, N5V 1J6
  7.  
  8.                              BBS: (519)457-6855
  9.                           FIDO-NET NODE: 1:221/120
  10.  
  11.                  Programmed by: John Hickson & Jon Loyens
  12.  
  13.   Purpose
  14.   -------
  15.       CHOPPER was a program designed to allow the transfer of large  files
  16.   between hard drives and across platforms. By allowing the user to select
  17.   any path name with a disk changing option, large  files  may  easily  be
  18.   split onto floppy drives, tape drives, etc.With the addition of the size
  19.   option any size device may be used to its full capacity.
  20.  
  21.   Registration
  22.   ------------
  23.       CHOPPER is hereby declared as SHAREWARE. If you use this program, we
  24.   would like you to send $10 (Canadian) to the address listed  above.  You
  25.   may contact us for special rates for user groups by mailing a letter  or   phoning the BBS number listed above.  Registered  user  will  receive  a
  26.   diskette with the latest version as it becomes available.
  27.  
  28.   Usage
  29.   -----
  30.       CHOPPER can be used from either the command line or  from  the  full
  31.   intuition interface.
  32.  
  33.       CHOPPER.EXE is the MS-DOS version of the progam, which can  only  be
  34.   used through the command line at this time. 
  35.  
  36.  
  37.   Usage from the Command Line:
  38.   ----------------------------
  39.  
  40.   Usage to CHOP file:
  41.  
  42.       CHOPPER [+C] [+R] [+D0] [+D1] S=# <input-file> <output-file>
  43.  
  44.  
  45.   Usage to JOIN file:
  46.  
  47.       CHOPPER [+C] [+R] [+D0] [+D1] +J  <input-file> <output-file>
  48.  
  49.  
  50.    OPTIONS:
  51.  
  52.       +C  ... This option is used to prompt the user for disk changes.
  53.  
  54.       +R  ... This option is used to read/write the split files to/from
  55.               the RAM: directory.
  56.  
  57.       +D0 ... This option is used to read/write the split files to/from
  58.               the DF0: directory. This forces a +C to the options.
  59.  
  60.       +D1 ... This option is used to read/write the split files to/from
  61.               the DF1: directory. This forces a +C to the options.
  62.  
  63.       S=# ... This option is used so the user may specify the size of the
  64.               split files created (in kilobytes).
  65.  
  66.       +J  ... This option is used to join the split files back together.
  67.  
  68.  
  69.    FILES:
  70.  
  71.       <input-file>  : The full name of the file to split or the prefix
  72.                       name of the files to join.
  73.  
  74.       <output-file> : The prefix name of the split file to create or the
  75.                       full name of the joined file.
  76.  
  77.  
  78.    EXAMPLES FROM SHELL:
  79.  
  80.     1) To split a file onto the standard devices DF0: and DF1:
  81.  
  82.          CHOPPER +D0 +D1 S=800 Big.Anim SplitAnim
  83.  
  84.     2) To split a file from one directory to another:
  85.  
  86.          CHOPPER S=800 hd0:Big.Anim dh1:SplitAnim
  87.  
  88.     3) To rejoin a file from RAM: to the current directory.
  89.  
  90.          CHOPPER +R +J SplitAnim Big.Anim
  91.  
  92.  
  93.   Usage from the Intuition Interface:
  94.   -----------------------------------
  95.       The intuition interface consists of a movable window  containing  two
  96.   string fields, one integer field, five checkbox gadgets and three butons.
  97.  
  98.       The two string fields are for the input file and output file. You may
  99.   use the standard file requester to join these by clicking on  the  InFile
  100.   and OutFile buttons, respectively. Make sure that when joining files back
  101.   together the name does not include the '.#' suffix.
  102.  
  103.       The integer gadget is labelled 'Size' and it used to set the size  of
  104.   the output split file in # of bytes.  This field is ignored when  joining
  105.   files.
  106.  
  107.       The following checkbox gadgets are used as follows:
  108.  
  109.     RAM:  - When activated chopper will send it's output to the RAM:
  110.             device (Same as the .
  111.  
  112.     DF0:  - When activated chopper will send it's output to DF0:.
  113.             Note: this function will force Disk Prompt to be active.
  114.  
  115.     DF1:  - When activated chopper will send it's ouput to DF1:.
  116.  
  117.         If both DF0: and DF1: are activated chopper will use both as output
  118.         devices.
  119.  
  120.     Disk Prompt - When activated this gadget will enable the prompts for 
  121.                   disks when Chopper starts a new file.  This allows the
  122.                   use of removable media devices as  well  as  floppies,
  123.                   ram, and hard drives.
  124.  
  125.     Join - Will take a pattern from the InFile string and join the
  126.            associated files back into one.
  127.  
  128.  
  129.       Spliting and Joining files are done in much the same as they are from
  130.   the command line.  When all options have been selected and fields are set
  131.   to the desired attributes, click on the GO TO IT!  Gadget to send CHOPPER
  132.   to work.  Chopper's Title bar will change to "Working..."  and the InFile
  133.   and OutFile fields will be ghosted. Everything will return to normal when
  134.   CHOPPER has finished.
  135.