gogasha

MCopy v1.00 (2005/10/04)

download(mcopy100e.zip)
Caution: Producer cannot carry all even when there is some damage (damage of the file, loss, and damage of hardware, etc.) in the use of this application.


readme.txt

  MCopy v1.00e (2005/10/20) 
                                          Copyright (c) 2005 gogasha, pinu
  [Outline]
  This is a console application that compares two folders, and copies
  different files if there is a difference. This is possible to use it
  for the synchronization of data and update a large amount of file. 
  According to circumstances, because the copy processing is done with
  the MultiThreading, it might be fast. 

  [OS]
  Windows 95/98/2000/XP(Command Prompt Only)

  [Caution]
  Producer cannot carry all even when there is some damage (damage of the
  file, loss, and damage of hardware, etc.) in the use of this application. 

  [Use]
  mcopy.exe -s SrcPath -d DstPath [-c CpyPath] [-l size] [-t num] [-umeivn]
    -s SrcPath
      Specify source directory in absolute path.
    -d DstPath
      Specify destination directory in absolute path.
    -c CpyPath
      Copy to CpyPath not only DstPath, if there are difference files.
    -l size
      Ignore the files that are over specified size.
        default 127MB, Maximum 255MB
    -t num
      Number of thread.
        default 6, Maximum 64
    -u
      Copy to DstPath when this option is on. 
    -m
      Do in sub derectries.
    -e
      Delete copied files.
    -i
      Ignore sub derectries.
    -v
      Show all information on standard output.
    -n
      No standard output.

  [Contact]
  info@goga.jp

usage.txt
  mcopy.exe -s SrcPath -d DstPath [-c CpyPath] [-l size] [-t num] [-umeivn]
    -s SrcPath
      Specify source directory in absolute path.
    -d DstPath
      Specify destination directory in absolute path.
    -c CpyPath
      Copy to CpyPath not only DstPath, if there are difference files.
    -l size
      Ignore the files that are over specified size.
        default 127MB, Maximum 255MB
    -t num
      Number of thread.
        default 6, Maximum 64
    -u
      Copy to DstPath when this option is on. 
    -m
      Do in sub derectries.
    -e
      Delete copied files.
    -i
      Ignore sub derectries.
    -v
      Show all information on standard output.
    -n
      No standard output.


© 2005 gogasha. All rights reserved.