mr_unreliable
Thu Apr 05 14:59:18 CDT 2007
hi SumGirl,
AFAIK there is no such thing.
And even if there was, all vbs can do is send keystrokes,
it has no mouse move capability (unless you are willing to
call api's from script -- but then all bets are off).
I suggest AutoIt3 as a scripting language, if you want
to do this sort of thing:
http://www.autoitscript.com/autoit3/
The autoit community has developed a "macro recorder"
which will do what you suggest, albeit the recorded
commands are autoit commands.
http://www.autoitscript.com/autoit3/scite/docs/AU3record.htm
Although, if you are determined enough to use vbs, you
might eventually find your way back to vbs. Here's how:
record your macro in autoit, and then convert it back to
vbs (not too hard). Finally, you can use the autoitX
(an actX control) in vbs to get the mousemove capability.
cheers, jw
____________________________________________________________
You got questions? WE GOT ANSWERS!!! ..(but,
no guarantee the answers will be applicable to the questions)
sumGirl wrote:
> Hey all. Anyone know if there are any products that will record mouse
> actions and key strokes and save that as vbscript? I am looking for a
> time saver to help do some simple automation, but all the macro
> products I look at save the script into their own cusomt languages...I
> really want the reusable output to be in vbscript!
>