|
CDCOPY (Compact Diskette Copy Program) v. 2.1 (20/5/1994, John Sinchak) |
Readme/What's new |
IBM License Agreement for cdcopy
IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
International Business Machines corporation grants you a license
to use the Program only in the country where you acquired it.
The Program is copyrighted and licensed (not sold). We do not
transfer title to the Program to you. You obtain no rights other
that those granted you under this license.
Under this license, you may:
1. use the Program on one or more machines at a time;
2. make copies of the Program for use or backup purposes within
your Enterprise; and
3. modify the Program and merge it into another program.
You must reproduce the copyright notice and any other legend of
ownership on each copy or partial copy, of the Program.
Except as expressly provided in the DAPTOOLS LIBRARY License
Agreement (TOOLIC.TXT), you may NOT:
1. distribute the program in any manner, including through
electronic bulletin board systems or other means;
2. sublicense, rent, lease, or assign the Program; and
3. reverse assemble, reverse compile, or otherwise translate
the object code of the Program.
We do not warrant that the Program is free from claims by a third
party of copyright, patent, trademark, trade secret, or any other
intellectual property infringement.
Under no circumstances are we liable for any of the following:
1. third-party claims against you for losses or damages;
2. loss of, or damage to, your records or data; or
3. economic consequential damages (including lost profits or
savings) or incidental damages, even if we are informed of
their possibility.
Some jurisdictions do no allow these limitations or exclusions,
so they may not apply to you.
We do not warrant uninterrupted or error free operation of the
Program. We have no obligation to provide service, defect
correction, or any maintenance for the Program. We have no
obligation to supply any Program updates or enhancements to you
even in such are or later become available.
IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES, EXPRESS
OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE.
Some jurisdictions do not allow the exclusion of implied
warranties, so the above exclusion may not apply to you.
You may terminate this license at any time. We may terminate
this license if you fail to comply with any of its terms. In
either event, you must destroy all your copies of the Program.
You are responsible for the payment of any taxes resulting from
this license.
You may not sell, transfer, assign, or subcontract any of your
rights or obligations under this license. Any atdttempt to do so
is void.
Neither of us may bring a legal action more than two years after
the cause of action arose.
If you acquired the Program in the United States, this license is
governed by the laws of the State of New York. If you acquired
the Program in Canada, this license is governed by the laws of
the Province of Ontario. Otherwise, this license is governed by
the laws of the country in which you acquired the Program.
-----------------------------------------------------------------------------
CDCOPY - Compact Diskette Copy Program
This program was written to efficiently copy files from a hard
drive to diskette without compressing them. Instead of stopping a
copy sequence when the next file to be copied is found to be too
large to fit on diskette (usually after it attempts to copy it),
this program will find the largest of the uncopied files that will
fit and copy it. This operation continues until all of the
remaining files that can be copied are copied. Loading files on
multiple diskettes as well as automatic directory generation are
supported. A running tally of the remaining diskette space as well
as the size of the file being copied are displayed during the copy
sequence.
The FROM and TO path and file names can be passed as arguments or
entered after executing CDCOPY. Valid arguments are:
cdcopy c:\fromdir1\*.* a:\todir1
cdcopy c:\fromdir1\*.* a:\\ Where TO dir is FROM dir name
cdcopy c:\fromdir1\*.* Where TO dir is current dir
cdcopy *.* a:\todir1 Where FROM dir is current dir
cdcopy *.* a:\\ Where FROM & TO dir are current dir
Note: Directory \\ is a flag to the program that indicates that the
TO directory path (excluding drive) is the same as the FROM
directory path.
May 1993 - V 1.0 - Original Release
***********************************************************************
Dec 1993 - V 2.0
1. Made CDCOPY more flexible when accepting directory arguments. It
now accepts arguments the same as the DOS 'copy' command. \\ can
still be passed as the TO directory.
2. Added the following arguments (placed after the FROM and TO
directory definitions):
-s will not replace files that have the same size, date and time
stamp as the the source file.
-ss will do the same as -s but will not prompt the user for a
copy confirmation. This allows CDCOPY to be used in BAT
files.
3. Testing for correct completion after a file copy is performed.
4. Added tally of files copied/replaced or files not needing
replaced at the end of the program.
5. Complied program with 8086 option for XT users.
6. Made response to (y/n) not be case sensitive.
***********************************************************************
Jan 1994 - V 2.1
1. Added subdirectory copy function and redefined switch arguments.
CDCOPY source [destination] [-s] [-r] [-p]
source : Specifies the source path and wildcards.
destination : Specifies the destination path (optional).
If [drive:]\\ is passed, the destination will have the
same path as the source with a different drive.
-s : Copies the source directory and all subdirectories.
-r : Files with the same size, date and time stamp are not
replaced on the destination drive.
-p : Does not prompt you for a copy conformation. |
Aggiungi un commento