Automatic Startup of Programs

Asked

Viewed 19 times

1

Well, I have two programs one written in JAVA that queries a database and and generates an xml, and another written in C++ that traverses the xml generated by the java program. I wonder if there is a way to create a service or something of the kind for them to run in a certain period, by will be installed on a machine as server. I thought of something like creating a . bat to run both and then if it is possible to turn this bat into a service. As a beginner I would like suggestions.

  • 1

    Use the windows "Task Scheduler".

  • 1

    If you are on linux, you can use cron

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.