Jump to content

Services.au3


Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...