CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1998
    Posts
    2

    Application that executes automatically



    I need to know a way of executing an exe at a certain time everyday,



  2. #2
    Join Date
    Dec 1998
    Posts
    1

    Re: Application that executes automatically



    There is a programm Norton Commander Scheduler in Windows and you can do it with this programm

  3. #3
    Join Date
    Jan 1999
    Location
    Calgary, AB, Canada
    Posts
    3

    Re: Application that executes automatically



    If you are fortunate to be running Microsoft Windows NT you can take advantage of the AT command. Select the DOS Command Prompt in NT. Type AT ? you will see a list of all the possible commands that can be used. Once you set, you can simply sit back and watch you job run each day/week/hour,etc.


    I have used as the auto scheduler for many Windows NT Servers and Workstations and have been very happy with the results.


    Hope this helps.

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