Author Topic: [Batch File] Sabnzbd / XenonMKV Help.  (Read 791 times)

[Batch File] Sabnzbd / XenonMKV Help.
on: December 15, 2010, 18:27:58 PM
Ive currently got this script

Code: [Select]

cd /d %1
IF NOT EXIST *.mkv GOTO NOMKV
del *sample*.*
del *.srr
del *.srt
del *.nfo
del *.nzb
IF EXIST *.mkv XenonMKV.exe -inputfolder %1 -outputfolder %1
cd /d %1
IF EXIST *.mp4 del *.mkv
:NOMKV
exit


Which works well on my downloader.
The problem Ive got is Ive got SABNZBD set to move anything I categorise as "HD" be moved to drive T:\ - The script then starts to convert the file on my NAS.  Which is VERY SLOW.
I can set it quite easily to not move the file, but does anyone know a way of getting it to move the converted folder to drive T: after processing?

  • Offline shofty

  • Posts: 847
  • Hero Member
Re:[Batch File] Sabnzbd / XenonMKV Help.
Reply #1 on: December 15, 2010, 19:59:31 PM
are you saying you want to copy a folder to the t: after its been converted? look into robocopy.

Matt

0 Members and 1 Guest are viewing this topic.