kdf;213154 Wrote: > try changing the Execute.pm so that every case of: > system $runScriptPath; > > becomes: > system "$runScriptPath"; > > I believe that should help it work with paths that contain spaces on > windows. > -kdf
I changed all the cases where I saw system $runScriptPath; to system "$runScriptPath"; But still no dice.... Here is the resulting log after I press play: SaverSwitcher: callback running Execute: loading scripts from c:\Program Files\Slimserver\Scripts Execute: found test.bat Execute: found test1.cmd Execute: loading scripts from c:\Program Files\Slimserver\Scripts Execute: found test.bat Execute: found test1.cmd Execute: path: c:\Program Files\Slimserver\Scripts Execute: file: C:\Program Files\Slimserver\Scripts\test1.cmd Execute: Executing: C:\Program Files\Slimserver\Scripts\test1.cmd And after I press Power Off. Execute: Power Off Execute: No Script Selected As I mentioned before, I can not get my scripts selections to stick in the SB. Is there a key I need to press after I select one of the scripts to the right of "Execute On Power Off" or any other choice? It keeps returning back to (none). The only way that it "appears" to do something is when I press the Play key in the remote when I select one of the scripts. Btw. kdf, thanks for your help -- tamanaco ------------------------------------------------------------------------ tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620 View this thread: http://forums.slimdevices.com/showthread.php?t=31035 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
