Hi,
For Windows, you want this:
orPHP Code:$FILTERS = array("encode"=>"C:\\inetpub\\wwwroot\\sbs4money\\cgi-bin\\fmencoder -ksbs4m.txt",
PHP automatically maps '/' to '\' on Windows boxes for file pathnames.PHP Code:$FILTERS = array("encode"=>"C:/inetpub/wwwroot/sbs4money/cgi-bin/fmencoder -ksbs4m.txt",
Note also the "-ksbs4m.txt" - you were missing the "k".


Reply With Quote
Bookmarks