Hi all,
I am wanting to create an application for my Nokia e51. Basically what I want it to do, is dial a number, wait for 5 seconds, and then send another string of numbers. I have explored how to do this with Java and Pys60 but I can't seem to find an easy way of doing this.
What would be the best language to accomplish this sort of goal? A mockup of my code (or what I want it to do) is below (sorta in autoit3-esque coding)
Sleep(3000)
DialNumber(1800182412)
Sleep(5000)
DialNumber(3515353133415)
Any help would be greatly appreciated



