Copy handler written in Windows 98 era ~ 2002 written to by used by myself. To speed up file copy operations, thanks to bigger buffer size. Work as simple shell extension (Send To). Source files to be copied are always passed as string list via Clipboard. Destination directories passed via program parameters list. Note - you could copy multiple sources into multiple places at once!
You will be able to:
- Copy files
- Move files and entire directories
- Delete directories
- Encrypt individual files,
- Compress using LZS, HUF, ARI, MTF, BWT
Compressor speed was up to 4MB/s on 1GHz Celeron S370 ratio simmilar to NTFS compression built in.
- There are GUI and non GUI versions created, compiled using many different compilers WATCOM, Visual Studio, Borland C++, Embarcadero 10.1 ported to Qt thanks to DFM2Qt.
Instalation.
Put executable wherever want. Want shell extension edit .reg file provided adjusting location, integrate it to registry.
Or LNK files to Send To folder
Features
- copy handler multiple in, multiple out, ability to pause and resume
- file compressor and entropy pre-processor LZS, BWT, HUF, ARI, MFT
- directory files listing to be copied to text file or clipboard
- simple naive XOR/ROT encryption
- simple shell integration send to or shell via registry modification