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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to