CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Scheduled Exe.

  1. #1
    Join Date
    Oct 1999
    Posts
    44

    Scheduled Exe.

    Does anyone out there have any experience with scheduling an app to execute automatically at a specified time of day? If you do, I would like some assistance. This is on an NT system. I think I can use AT to do this, but I would like to have a done via an application. Thanks,

    gdog


  2. #2
    Join Date
    Apr 1999
    Location
    Paris France
    Posts
    134

    Re: Scheduled Exe.

    Hi,

    If you have access to on-line help, take a look to the API functions NetScheduleXXX.
    If needed, i can send you sample code

    I Hope this helps

    Gabriel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured