ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA - Update on RRunner

(1/2) > >>

jovejupiter:
Hi,

I while ago I needed a program to run another program at a random time within a set time period.

The application was a type of training exercise where I wanted a program to run a set of events at a random time.

PhilKC responded and produced a very useful utility named RRunner which works very well.

I now need a slightly more sophisticated version:

When the program starts, or is running and reaches a preset start time, it should wait a random length of time (up to some preset limit), select a random program from a specified folder and run it. It should then wait another random length of time (up to some preset limit), select another program at random from a specified folder and run it.
This should continue until either a preset end time occurs or the program is closed.

The idea being that each of the programs in the specified folder will result in a different set of events occuring. These will appear at random throughout the specified period.

Added desirable functions would be the ability to run the program from either a Windows interface or from the command line (with switches for the start time, end time, folder and time limit for delays) and also the ability to have more than one version of the programme running at the same time to have different time periods, delays and folders.

Thanks in advance

- Tony

jgpaiva:
Here's the link to the original thread.

Ok, so it's something that will run a random program from some folder, in random intervals, right? (being that there is a max possible interval)

jovejupiter:
Yes, That's correct.
Each program in the folder will lead to a set of events which the user needs to repond to. They need to be selected from the available programs at random and the timing needs to be random - That way the user can't predict what's going to happen or when.

jgpaiva:
Ok, it should be no problem doing this.
If nobody does it before, i'll do it tomorrow.

PS: may i ask why would this be useful?

jovejupiter:
Sorry about being slow to reply - Its been a hectic few weeks.

The usefulness is in the unpredictability of the timing. In the real world there might be pop up messages or other alerts and events occuring at random times which the user needs to repond to. I can get the computer to simulate the events, but I at the moment I can't randomise the order or timing of the events unless I laboriously set up timer events for each one with manually chosen timings.

The suggested programme would make life a lot easier.

Navigation

[0] Message Index

[#] Next page

Go to full version