Announcement

Collapse
No announcement yet.

Run as a service

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Run as a service

    I think there is a way to tell WIndows to run a program as a service....not 100% sure but there are some apps that you want to run without loggin in...

    Is there a way to do this in Win2k (I haven't found it yet) or what would it take to write an app to do this?

    I have code (In c) to make a service that launches other services after a given time limit (To avoid conflicts)...

    But to tell the app to run, like Mcaffee and norton do before you log in would be cool..

    Scott

    ------------------
    Scott
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

  • #2
    There is code in the Source Code Forum for creating services, etc. One of those should be able to help you.

    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment


    • #3
      Ah but I don't want to create a service, I want to take an existing application and run it BEFORE the user logs in.
      I think there is a way to do it, whether programmatically or just through the OS, but I'm not sure how....


      Scott

      ------------------
      Scott
      Scott Turchin
      MCSE, MCP+I
      http://www.tngbbs.com
      ----------------------
      True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

      Comment


      • #4
        NT resource kit - srvany.

        Ron

        Comment

        Working...
        X