|
-
Jul 28th, 2008, 01:31 PM
#1
Thread Starter
New Member
[2005] Windows Recorder that outputs VB (or JS?)
The excel macro recorder has been a godsend for me. I'm looking for something that can do the same thing on an OS level- record macros to VB (or JS) so that I can open them, edit them, and, most importantly, run them on other machines via WSH.
Does such an app exist? Can Visual Studio (or a plug in) record basic windows activity?
Last edited by enter8; Jul 28th, 2008 at 01:41 PM.
-
Jul 28th, 2008, 01:40 PM
#2
Re: [2005] Windows Recorder that outputs VB (or JS?)
AutoIt can record mouse and keyboard movements, so it might do what you want.
http://www.autoitscript.com/autoit3/
Make sure you download both the AutoIt setup and the full Scite editor.
-
Jul 28th, 2008, 01:46 PM
#3
Thread Starter
New Member
Re: [2005] Windows Recorder that outputs VB (or JS?)
(bold mine)
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys)
In other words, I can't take an autoit script and run it on another machine that doesn't have autoit installed. I'm also interested in an object oriented recorder, not mouse movement/window position.
Thanks for your reply, though.
-
Jul 28th, 2008, 01:57 PM
#4
Re: [2005] Windows Recorder that outputs VB (or JS?)
You can create an EXE from Auto-it though, which you can then run on another machine.
-
Jul 28th, 2008, 02:43 PM
#5
Thread Starter
New Member
Re: [2005] Windows Recorder that outputs VB (or JS?)
Yes, Jitbit Macro Recorder will compile an exe as well, but once you get the exe to the other machine, it can't be edited.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|