2009-07-06, 02:49 AM
Empty EPG?
it seems that my MSN XMLTV scraper does not work correctly unless i do the following things first:
1) delete the old scraper XML file
2) EMPTY EPG
3) download new XML file
4) update using new XML file
so i believe that the batch file i have can handle #1, 3 & 4.... however, i just need to add a command line for #2.
Batch file is as follows
@echo off
del "d:\Media\MSN XMLTV Scraper\DIRECTV Mobile(B)DITV686- XMLOut.xml"
"d:\Media\MSN XMLTV Scraper\MSN_XMLTV_scraper_V.65.exe" /s "d:\Media\MSN XMLTV Scraper\settings.xml" /d
thanx ahead for any info.
it seems that my MSN XMLTV scraper does not work correctly unless i do the following things first:
1) delete the old scraper XML file
2) EMPTY EPG
3) download new XML file
4) update using new XML file
so i believe that the batch file i have can handle #1, 3 & 4.... however, i just need to add a command line for #2.
Batch file is as follows
@echo off
del "d:\Media\MSN XMLTV Scraper\DIRECTV Mobile(B)DITV686- XMLOut.xml"
"d:\Media\MSN XMLTV Scraper\MSN_XMLTV_scraper_V.65.exe" /s "d:\Media\MSN XMLTV Scraper\settings.xml" /d
thanx ahead for any info.