Hi All -
I have a situation where I have 2 tasks to perform. The first is to set a system date (run -> cmd -> date 01/01/2010), and the second to click a button in my app's UI. The problem is that I have to do this 180 times (at least, once for each date).
What I envision is something like this:
Date_01_01_2010.Start()
Click_Button.Start()
Date_01_02_2010.Start()
Click_Button.Start()
Where Click_Button.rxrec is called over and over (single recording), but with unique date files as they have different dates for each iteration.
My question is - how might I do this most effective, hopefully without having to run the recorder 179 more times? My ideal solution would be to create the first recording, Date_01_01_2010.rxrec, then copy and paste it 179 times, making the very small changes needed to each one. This is still a lot better than recording each one from a blank recording, but still painful.
Any ideas on how I might accomplish this very unpleasant task?
Thanks so much, in advance!