Computer reboot if feed offline

Status
Not open for further replies.

dmoore12345

Member
Feed Provider
Joined
Jun 25, 2010
Messages
24
Location
Lawrenceburg, IN
I'm fairly sure this is not new, but I use Outlook to reboot my computer if I receive an email that my feed is offline.. Works great.. If you need more info let me know...
 

eaf1956

Member
Feed Provider
Joined
May 11, 2007
Messages
3,365
Location
Evansville, IN
If my feed goes offline I fix it when I am home and got time. The world doesn't end if it is offline.
 

dmoore12345

Member
Feed Provider
Joined
Jun 25, 2010
Messages
24
Location
Lawrenceburg, IN
How do use outlook email do reboot your computer?
kb0vwg
wqoi992

I set up a rule/filter, to run a file .bat ("start" in outlook) if a particular email (the offline message at 15 minutes) is received. I have the .bat file below to shutdown and restart the computer...
(I can email you the rule,if needed but action is "start restart.bat" with the file in your user folder.


restart.bat
xcopy c:\Radiofeed-D\RadioFeed.cfg c:\radiofeedbuD /y
xcopy c:\Radiofeed-C\RadioFeed.cfg c:\radiofeedbuC /y
timeout /t 5
%systemroot%\system32\shutdown.exe -r -t 5

the first 2 lines do a backup of the config files before the shutdown but are not neeeded. I rrun a startup .bat to move the backup cfg files back to the original destination at reboot... Propabaly overkill.

I have the email sent to a generic gmail address but also not necesarily needed.
 
Status
Not open for further replies.
Top