home *** CD-ROM | disk | FTP | other *** search
- ***** ***** ***** ***** ** ** **
- ** * ** * ** ** ** ** ** ** ****
- ** ** ** ** ** ** ** ** ****
- ** ** ** ** ***** *** **
- ** * ** * ** ** ** ***
- ***** ***** ***** ** *** **
-
- CCOPY ver 1.0 By Kenneth E. Sandquist Jr.
- Vision Software January 07, 1992
-
- ------------------------------------------
-
- CCOPY is designed to be used INSTEAD of DOS's COPY command! CCOPY has
- several advantages over DOS in that it will enable overwrite warnings for
- files that already exist in the target directory. The program has cleaned-up
- the copy process...basically the names don't scroll off the screen. There is
- another nifty feature in CCOPY...the -s command. This will allow the
- suppression of all screen output (except for overwrite warnings!). Sure
- beats DOS's:
-
- JUNK.FIL
- 1 file(s) copied.
-
- Neat!
-
- Usage: CCOPY [parameter] {d:}Sfilename {d:}Tfilename /V
- Where parameter:
- -o = disable overwrite warnings.
- -s = suppress screen output (except overwrite warnings).
-
- d: = drive specifier.
- Sfilename = source filename (can include wildcards and path).
- Tfilename = target filename (can include path).
- /V = turn verify on.
-
- EXAMPLE:
-
- Let's say we have a directory called C:\TEMP in which there are files
- with the .EXE extension. If we wanted to copy all files with the .EXE
- extension to a directory called D:\OLDTEMP then we do the following:
-
- CCOPY C:\TEMP\*.EXE D:\OLDTEMP
-
- That's it!
- Likewise, we can do it another way...we can change to the D:\OLDTEMP
- directory and type:
-
- CCOPY C:\TEMP\*.EXE
-
- or
-
- Change to the C:\TEMP directory and type:
-
- CCOPY *.EXE D:\OLDTEMP
-
- Well...you get the picture!
- All the examples do the exact same thing - copy files from one directory to
- another!
-
- Very handy!
-
- To interrupt a copy function, just hit <CTRL>-C.
-
-
-
-
- -----------------------------------------------------------------------------
- VERSION INFORMATION
-
- New with version 1.0! It was released!
-
- ----------------------------------------------------------------------------
- DISCLAIMER STUFF
-
- The author of this program has taken every care so that CCOPY will run on
- every computer...However...Due to the vast number of computer manufacturers
- no warranty, implied or otherwise, shall be in effect.
- -----------------------------------------------------------------------------
- REGISTER ???
-
- Although any contribution would be appreciated (hint! hint!), If you
- find this program of some use, pass it along to a friend...Right now I'm
- looking for recognition not, so much, money. HOWEVER...don't be shy with the
- ol' checkbook !!! If you do make a contribution, you will be given the next
- release along with any other utilities I come up with between now and then!
- -----------------------------------------------------------------------------
- WHO IS VISION SOFTWARE?
-
- Vision Software was founded by the author:
-
- Kenneth E. Sandquist Jr.
- 3187A Aqueduct Dr.
- Lexington, Ky. 40517
- -----------------------------------------------------------------------------
-
-