is there script that may simulate all user's action:
a) keyboard press, letters as well special win keys like alt+enter
b) mouse moving [pointer moving accross the screen] and click and double
click
the idea is to have recorded [i'll rather say programaticaly "constructed"]
all keyboard and mouse activities and than making "replay"
i suppose to have some control data file like:
<mouse_to> x1,y1
<wait> 1 second
<mouse_click>
<mouse_drag_to> x2,y2
<mouse_click>
etc...
script is reading that control file and performing action [moving mouse]
accros the screen.
this could allow me to controll some other win program, exactly as user
sitting in front of display.
is it possible? is there some script or com object or whatever?