Alt.Binz forum
New Alt.Binz versions => Requests => Topic started by: kadoosh on January 10, 2010, 10:27:46 am
-
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).
-
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)