Merrik 0 Posted March 30, 2011 Hi, I have created a service using services.au3 and the example by Arker. It works fine, but when I try a NET STOP testsrv it just hangs there trying to stop. My service just displays a simple message box at a certain time under the _Svc_Main() function While If @HOUR = 9 Then MsgBox(16,"It is 9:00 AM", "It is 9:00 AM") EndIf WEnd I was hoping someone could help out. Thanks, Travis Share this post Link to post Share on other sites
Merrik 0 Posted March 31, 2011 I am really hoping someone can provide some insight into this. Share this post Link to post Share on other sites
skylarknz 0 Posted April 13, 2011 (edited) I also find that I can create, install and start services using the services.au3 and the example by Arker, but the service fails to stop. Edited April 13, 2011 by skylarknz Share this post Link to post Share on other sites