Jump to content
UBot Underground

Schedule Without Built In Scheduler


Recommended Posts

You can make your own simple one, which just checks the time and continues running the script if your time has been passed. You could also use Pash's plugin Advanced Systems to create a Windows task which will auto start your bot to run at a time or on a schedule. 

  • Like 1
Link to post
Share on other sites

You can make your own simple one, which just checks the time and continues running the script if your time has been passed. You could also use Pash's plugin Advanced Systems to create a Windows task which will auto start your bot to run at a time or on a schedule. 

@HelloInsomnia  I have a few customers that need to pay me every 30 days on different days and I want to schedule an email to send them.  Do you know if Pash's plugin will be able to achieve that?

Link to post
Share on other sites

@HelloInsomnia  I have a few customers that need to pay me every 30 days on different days and I want to schedule an email to send them.  Do you know if Pash's plugin will be able to achieve that?

 

Sure as long as the computer is running (you can put it on a server or something). Pash's plugin will use the Windows Task Scheduler, so you will have to have the bot auto run you can do that by using the /auto argument when setting up the task.

 

Also, you can just setup the task manually if you only need it for one task, you don't need the plugin. The plugin will allow you to be able to interact with Windows Task Scheduler, so if you wanted to create a schedule in the bot itself then you would use the plugin.

  • Like 1
Link to post
Share on other sites

Sure as long as the computer is running (you can put it on a server or something). Pash's plugin will use the Windows Task Scheduler, so you will have to have the bot auto run you can do that by using the /auto argument when setting up the task.

 

Also, you can just setup the task manually if you only need it for one task, you don't need the plugin. The plugin will allow you to be able to interact with Windows Task Scheduler, so if you wanted to create a schedule in the bot itself then you would use the plugin.

But each client email will fire off at different times.

Link to post
Share on other sites

But each client email will fire off at different times.

 

What you probably want to do is have the bot auto run once every day and have it check a database or CSV file and then just email the customers for that day. You could just have a task to run the program once per day.

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...