I can imagine that it would be handy to use to consolidate all your music from different pcs into one folder.
It requires cat.exe from UnxUtils because AutoHotkey doesn't allow you to send the output directly to the commandline. So if you want any output then put |cat at the end of a command. Instead you can also pipe it to a textfile.
for example:
[copy or print]
level -oo -s c:\temp\1\*.* c:\temp\2\*.* d:\temp\output |cat
This would copy all never files from 2 sources on the c-drive into one destination folder in the d-drive, including subdirectories. However the output folder won't have any subdirectories (it's flat -- so if you have duplicate files, the newest version is always available)level -oo -s c:\temp\1\*.* c:\temp\2\*.* d:\temp\output |cat
Feel free to use it in any way or if you have suggestions they are welcome too.
Download Page











)
Logged


