ghost_slim Wrote: > The SlimServer runs under Windows XP Prof. > > If RunScript start the Shutdown Script (define in the plugin-parameter > from the SlimServer) slim.exe crash with an AccessViolation.
Windows doesn't support forking (which is used in that plugin). The attached version just runs the script, blocking slimserver while waiting for the script to return. No problem if you want to shut down the server, but not really handy if you'd like to start the web browser using your slimserver remote control ;-) +-------------------------------------------------------------------+ |Filename: RunScript.pm | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=1496| +-------------------------------------------------------------------+ -- mherger Michael ----------------------------------------------------------- Help translate SlimServer by using the SlimString Translation Helper (http://www.herger.net/slim/) ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=25280 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
