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.
16 lines
477 B
16 lines
477 B
18 years ago
|
@echo off
|
||
17 years ago
|
rem Example of a post processing script for SABnzbd
|
||
18 years ago
|
|
||
|
echo.
|
||
|
echo Running in directory "%~d0%~p0"
|
||
|
echo.
|
||
18 years ago
|
echo The first parameter (result-dir) = %1
|
||
|
echo The second parameter (nzb-name) = %2
|
||
|
echo The third parameter (nice name) = %3
|
||
|
echo The fourth parameter (newzbin #) = %4
|
||
17 years ago
|
echo The fifth parameter (category) = %5
|
||
17 years ago
|
echo The sixth parameter (group) = %6
|
||
17 years ago
|
echo The seventh parameter (status) = %7
|
||
10 years ago
|
echo The eight parameter (failure_url)= %8
|
||
18 years ago
|
echo.
|