home *** CD-ROM | disk | FTP | other *** search
- DirCopy
-
-
- Introduction:
- I wrote this program to copy a collection of files, onto as few disks
- as possible, hence "0 bytes free". It was originally conceived as a tool
- for moving a directory from one machine to another easily. As it turns
- out, it does that job quite handilly (except for the sub-dirs), but I also
- use it to back up some of my directories.
-
- Enough said, here's what you need to know to use it.
-
-
- Usage:
- c> DC source_dir destination_drive
-
- The source must specify a directory, but can optionally specify a wildspec
- also. The destination must be a disk indicator. So what does all that mean,
- it means that you can type things like this:
-
- c> DC . A: ! Copy all files in the current directory onto a collection
- of floppy disks that you are going to insert into the
- A Drive.
-
- c> DC e:\util B: ! Same type of thing except these files come from the
- E drive, and the sub-dir UTIL
-
- c> DC C:\*.com A: ! Only twist here is to pick up just the *.COM files.
-
-
- You now know enough to use this little tool.
-
-
- Comments:
- If you are interested in sponsoring the author, then SEND NO MONEY, just
- let me know that you like it. If enough people think the tool is worth
- something then maybe I will enhance it. I have a long list of enhancements
- but this weekend is just about over, and it is off to bigger and better
- things.
-
- This program has been released to the public domain. Author assumes no
- liabilities or responsibilities. Use it at your own risk. No fee may
- be charged for the program (distribution fees excluded).
-
-
- Closing:
- Happy Copying
- Keith E. Robbins
- CIS 71121,2426
-
- P.S. Have you tried DirSize. It provides a graphical tree that gives you
- a lot of information. This is a sample of its output.
-
- c> DS d:\turbo\tp
-
- Dir size File size Files Directory name
- 5261313 761856 23 D:\TURBO\TP
- 63488 4 ├───DEMOS
- 32768 4 ├───DOC
- 2887681 55297 9 ├─┬─EDITOR
- 428032 41 │ ├───BINARY
- 874496 80 │ ├───FIRST
- 1529856 76 │ └───MICRO
- 583680 14336 6 ├─┬─GAMEWORK
- 212992 11 │ ├───BRIDGE
- 307200 29 │ ├───CHESS
- 49152 6 │ └───GO
- 626688 544768 38 ├─┬─GRAPHIX
- 81920 29 │ └───DEMO
- 245760 27 ├───PPROGS
- 55296 3 ├───TURBO3
- 4096 3 └───SAVA
-
- Space allocated: 5261313 22.8%
- Space available: 3315712 14.3%
-
- DirSize is also public domain. It you like it then please SEND NO MONEY.
- Just show a little interest. But in this case, comments on enhancements
- would be appreciated. I don't have a long list of ideas for DirSize.