Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Creating a Windows scheduled task in Java

Options
  • 09-11-2005 6:25pm
    #1
    Registered Users Posts: 400 ✭✭


    Hey,

    Does anyone know if/how a a task in the Windows task scheduler can be created through a Java program?

    Cheers!


Comments

  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    You could do it through a system call to "schtasks". This command lets you create, delete, run, etc scheduled tasks through the command line.


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Or call out to the system using the AT command.


Advertisement