home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1994 October / SOFM_Oct1994.bin / pc / gi / tncopy / tncopy.doc < prev   
Text File  |  1994-06-17  |  3KB  |  73 lines

  1.  
  2.     ==================================================================
  3.  
  4.     TNCOPY.DOC
  5.  
  6.     Documentation for TNCOPY.COM
  7.  
  8.     Copyright (c) 1993 T. Nelson
  9.  
  10.     ==================================================================
  11.  
  12.  
  13.     In these days of multi-megabyte files, it may be  surprising  that
  14.     MS-DOS's  COPY  command has not kept up by allowing some provision
  15.     for splitting a file while copying, to  allow  the  result  to  be
  16.     stored  on  several floppies. TNCOPY fills this void. TNCOPY takes a
  17.     file, breaks it up into 300k pieces, copies it,  then  reassembles
  18.     the  file  at the destination. The size of 300k was chosen because
  19.     this is the amount of  free  space  available  on  a  360k  floppy
  20.     containing  system  files,  i.e.,  the  smallest size likely to be
  21.     encountered. 
  22.     
  23.     Usage:
  24.     
  25.     To split a file:
  26.     
  27.           TNCOPY filename destination s
  28.           
  29.           example:
  30.           
  31.           TNCOPY bigfile.doc A: s
  32.           
  33.           This will copy bigfile.doc to drive A: and split it up.       
  34.           TNCOPY will create several 300 k files named "COPY.XXX",
  35.           where XXX increments from "AAA" to "ZZZ". When drive A:
  36.           becomes full, TNCOPY prompts you for a new disk.
  37.                                       
  38.     To reassemble a file:
  39.     
  40.           TNCOPY filename destination s
  41.           
  42.           example:
  43.           
  44.           TNCOPY A: C:bigfile.doc c
  45.           
  46.           This will combine the intermediate files into the original
  47.           file, named "bigfile.doc" on drive C.  There is no danger
  48.           of assembling the parts in the incorrect order. If you
  49.           insert the wrong floppy, TNCOPY will simply prompt you for
  50.           the correct disk. 
  51.                                        
  52.                                     
  53.     =============================================================
  54.     
  55.     TNCOPY is distributed as Shareware. You may make unlimited copies
  56.     of this program, upload it to bulletin boards, and make it
  57.     available on ftp sites, provided that this documentation file is
  58.     included with it and that no changes are made to the executable
  59.     file (TNCOPY.COM).
  60.     
  61.     If you find the program useful, you should register your copy by
  62.     sending $2.50 (U.S.) to the following address:
  63.     
  64.                   T. Nelson
  65.                   Box 275
  66.                   11140 Rockville Pike
  67.                   Rockville, MD 20892, USA.
  68.                   
  69.     Please indicate how you obtained your copy (e.g., Compuserve, ftp,
  70.     friend, etc.).
  71.                   
  72.     Registering your copy will help ensure that similar, more powerful
  73.     programs will be made available in the future.