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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Creating a Windows scheduled task in Java

  • 09-11-2005 5:25pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    Or call out to the system using the AT command.


Advertisement