You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@echo off
|
|
|
|
rem Example of a post processing script for SABnzbd 0.2.8
|
|
|
|
|
|
|
|
echo.
|
|
|
|
echo Running in directory "%~d0%~p0"
|
|
|
|
echo.
|
|
|
|
echo The first parameter (result-dir) is %1
|
|
|
|
echo The second parameter (nzb-name) is %2
|
|
|
|
echo.
|
|
|
|
|
|
|
|
|