Author Topic: Detect type of file in rar folder and extract it to a chosen folder  (Read 2168 times)

Offline kadoosh

  • Contributor
  • ***
  • Posts: 4
Would be nice if the program can detect say a AVI file inside a rar file and then automatically extract it to a different folder then the default folder (say d:/video and others like iso files would go in d:/iso and everything else goes in d:/unrared).

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Detect type of file in rar folder and extract it to a chosen folder
« Reply #1 on: January 10, 2010, 02:01:37 pm »
Would be nice if the program can detect say a AVI file inside a rar file and then automatically extract it to a different folder then the default folder (say d:/video and others like iso files would go in d:/iso and everything else goes in d:/unrared).


u can use a batch script to do something simular:

open editor. enter

move %1\*.mpeg d:/video
move %1\*.avi d:/video
move %1\*.iso d:/video

save as "move.bat" with quotationsmarks.

enter path to bat "$u" as standard execute comand in stettings( i believe nzb #2)