Page 1 of 1
Moving Files
Posted: February 14th, 2009, 4:26 am
by fade
Hi, is it possible that when a file has finished downloading and extracting to move certain of these extracted files to different folders.
At the moment you can delete these files but, not move them.
For example I would like to move all .nfo files to a special nfo folder.
Does anyone know how I might do this?
Re: Moving Files
Posted: February 14th, 2009, 7:20 am
by shypike
Write a user script.
Just an example:
Code: Select all
@echo off
copy %1\*.nfo MY-NFO-FOLDER
More info on user scripts:
http://sabnzbd.wikidot.com/user-scripts
Re: Moving Files
Posted: February 14th, 2009, 9:37 am
by fade
Hi, that seems to be what im after.
How do you actually create a script? there foes seem to be any documentation i.e. what do you call the file, what file type should it be etc?
Re: Moving Files
Posted: February 14th, 2009, 9:44 am
by fade
looking at other peoples scripts I have made a nfo.cmd file. Put the above in there altering where I want the files mvoed to.
Gone config->folders and set the default directory for scritps to D:\newsgroup.
Under switches _>config.
It wont let me set a default script. It is just an empty drop down box.
Any idea why?
Re: Moving Files
Posted: February 15th, 2009, 9:42 am
by shypike
You need to tell SABnzbd where the scripts are.
Config->Folders, item "Script Folder".