(WIN) WOL (wake-on-lan) batch not working with sickbeard
Posted: February 22nd, 2011, 2:23 pm
Ok, I wrote what I figured would be an easy little script to send a magic packet to my NAS, wait a bit and then send things along to sabtosickbeard.exe.
Apparently I'm missing something though. I'm guessing SAB usually sends along some variables and my batch messes that up. I get the "folder not supplied" warning. Anyone have experience with something like this on windows? I've found some python scripts that do this but I need it in windows. Anyway, here's the simple script I have now.
Apparently I'm missing something though. I'm guessing SAB usually sends along some variables and my batch messes that up. I get the "folder not supplied" warning. Anyone have experience with something like this on windows? I've found some python scripts that do this but I need it in windows. Anyway, here's the simple script I have now.
Code: Select all
@echo off
"c:\Program Files\SABnzbd\scripts\wolcmd.exe" MACADDRESSHERE 192.168.0.152 255.255.255.0
ping -n 11 127.0.0.1 > nul
"c:\Program Files\SABnzbd\scripts\sabToSickBeard.exe"