I'd start hacking the module. First thing I'd do is edit the msg() call in the block that's trying to execute your script so that it will show you not only the script name but also the value of $scriptPath. If $scriptPath uses backslashes, you may well have to make several changes to Execute.pm so that it will work on Windows, replacing the hard-coded references to "/" with calls to Perl's catfile() function.
-- peterw ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=31035 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
