copy

File operations with Progressbar

It's based on the late Ed Rauh's code that uses SHFileOperation Win API and requires his Heap allocation class. It supports wild cards and shows standard Windows progress bar.

Copy, Move, Rename File Preserving Destination Name Case

The CopyFile() and MoveFile() WIN API functions preserve the case of the name for the destination file. Alternatively, WSH can be used.
The source and destination file names should include the directory name in both cases.