Author Topic: Final Folder option  (Read 2203 times)

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Final Folder option
« 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.

Offline gvag

  • Contributor
  • ***
  • Posts: 7
Re: Final Folder option
« Reply #1 on: October 26, 2008, 10:00:05 am »
Yes please.

Offline Hitcher

  • Contributor
  • ***
  • Posts: 14
Re: Final Folder option
« Reply #2 on: October 26, 2008, 10:46:48 am »
An 'Extracted/Completed Folder' option would be greatly appreciated here as well.

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Final Folder option
« Reply #3 on: December 11, 2009, 11:58:39 am »
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"

Code: [Select]
move %1\*.mp3 %2
move %1\*.avi %2
rd %1