Alt.Binz forum
New Alt.Binz versions => Requests => Topic started by: davidq666 on October 25, 2008, 01:32:40 pm
-
I use two folders one for download one for unrar/archiving. The idea is to keep the first folder clean except for the downloads pending. but some posts don't need unraring so these files get stuck in the first folder and i have to transfer them manualy. i tried the move to unrar folder option, but since there is no unraring there is no transfer. Therefore I would like to have the option to automaticaly move the downloaded files to the unrar folder when is finished downloading and unraring isn't needed.
-
Yes please.
-
An 'Extracted/Completed Folder' option would be greatly appreciated here as well.
-
for anyone interessted. for the cases in which the post contains a par2 file a batch file can do the job:
name: move.bat
Command:
path-to-bat\move.bat "$d" "$u"
move %1\*.mp3 %2
move %1\*.avi %2
rd %1