Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


itellium
2008-02-29T17:03:08Z
I build perl ftp programs every day. Number and name of ftp programs can change. I don't want them define as tasks in a visualcron job every day. But visualcron job should address the list of tasks in defined folder for example on desktop and then start the tasks in serial oder simultaneously.
Sponsor
Forum information
Support
2008-02-29T17:12:24Z
We try to make as generic solutions as possible. If you list the programming steps in this you may find too that the request is very specific to your needs. For me it seems that this kind of logic should exist in your perl file - and that you have one task in VisualCron that launches this perl file.

A VisualCron task is very complex in it's structure. You can look at the jobs.xml file. So, it would be harder for you to create that xml file than solve the actual Task in perl. Please correct me if I have misunderstood you.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
itellium
2008-02-29T17:25:52Z
It is not only perl. It can be another program. Every day I get a list of server names who deliever performance data. The list can change every day. For each server I create a perl ftp. The advantage is I can then start many ftp simulataneously and need much fewer time than pack all perl ftp in one and start this giant ftp. Therefore my idea of a folder which contains programs to start as tasks. Is that not a generic solution for other users?

Maybe there is another solution? Manually I mark up all perl ftp programs in folder and click on OPEN so all programs start at the same time. How could I do that in a batch? Then VisualCron could start this batch. 🤔
Support
2008-02-29T20:28:29Z
It sounds simple. But how should it start the tasks (with what Task) and with what parameters? When should they be started? How should should the format be in your files? There are a lot of questions 🙂
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top