bookmark this page - make qweas your homepage  
Help Center - What's New - Newsletter - Press  
Get Buttons - Link to Us - Feedback - Contact Us  
Home | Download | Store | New Releases | Most Popular | Editor Picks | Special Prices | Rate | News | FAQ
Advanced Search ...
All Downloads     Qweas Downloads
Audio & MP3
Video & DVD
Graphics Tools
Security & Anti-Virus
Internet Utilities
System Tools
Zip Tools
Registry
Data Recovery
Backup Tools
Disk Tools
Uninstallers
System Optimizers
System Diagnostics
Desktop Tools
CD/DVD Burning
File Converters
Makers & Designers
Business Finance
Home & Education
Web Authoring
Game Downloads
Screensavers
Pocket Devices



Web qweas.com


Auto Macro Recorder 4.6 - User Guide and FAQ

Screenshots - More Details

How to judge whether webpage has been loaded, by using Auto Macro Recorder?

The simple solution is: Wait long time enough to ensure that the webpage loads. e.g.: If normally it needs need 10 seconds to load the page, when recording you can wait 60 seconds. Then when you replay the script, it'll wait 60 seconds and it's enough.

The second solution is "use WAITFORCOLOR command", you need to edit the script manually.

See: >//0*0*0 is the waiting color: RGB(0,0,0)

WAITFORCOLOR(0*0*0,100000,run(notepad),open(c:\read.txt)) ---- Your mouse point to a pixel, if this color = the waiting color within 100 seconds, then run(notepad) else open c:\read.txt.

To use this, you should move your mouse to point to a special color on the webpage, use a special script to save the color into text file using these command: SaveColor(VARSTR) ----Your mouse point to a pixel, save its color to a special VARSTR (AutoRecorder's system use VARSTR ) WriteLine(c:\abcd.txt,VARSTR) --- Write a log into c:\abcd.txt, you can input your own strings or use VARSTR Or use other tools(e.g.: DreamWeaver) to get the RGB color value. Then edit the part of replay script manually to judge if your mouse point to a correct color (that means the webpage has been loaded), then continue to replay.

There is an example -- wait4blackcolor.scp in installation folder of Auto Macro Recorder. You can run it to see the result. Run that script, after 1 second, if you point to a black color, it'll launch notepad, if you don't point to a black color within 5 seconds, it'll launch Explorer.

WAITFORCOLOR(0*0*0,5000,run(notepad),run(explorer))

You can change it to WAITFORCOLOR(0*0*0,50000,doscp(script1.scp),doscp(script2.scp)) to run other script files. (If point to black color, run script1.scp, otherwise run script2.scp) or WAITFORCOLOR(0*0*0,50000,delay(100),exit()) (If point to black color, run delay 0.1 second and continue to run the script, otherwise exit AutoMacroRecorder)

How to shut down my computer after I quit my TV card's application -- WinDVR?

Run WinDVR to watch TV first. Run Auto Macro Recorder, press F10 to record, set focus to WinDVR, press F10 again to save current active window's title. Use notepad to open the scp file, find that WinDVR's title is "InterVideo WinDVR". In option, Set Repeat Timer = 30 seconds, set repeat times = 999999. Make a tv.scp file; the content is: IF_WINDOW_EXIST ("InterVideo WinDVR",delay(100), open(shutdown.scp)) every time after I start WinDVR, I'll run tv.scp. Now Auto Macro Recorder checks if WinDVR's windows exists; if can't find it, Auto Macro Recorder will shutdown my computer automatically.

Frequently Asked Questions - Auto Macro Recorder

  1. What is AutoRecorder?
    • Auto Recorder is a useful tool for you to record what you operate or write in the computer by mouse or keyboard.
    • It can save all operation records to a script file automatically, but you may modify the script file and replay it manually.
    • Keep watch on your PC to make you have awareness if others use the computer without your permission.
    • It can automatically repeat many times(Even 100 or 1000000 times) on whatever you do or test so that you don't need to stare at the computer.




  2. What's the system requirements?
    Platforms supported: Win9x & WinNT & win2K (Should works well on WinXP & WinMe).
    CPU: Pentium 100(or 100% compatible) or above (Actually should works well on 486)
    RAM: 8M or above



  3. How does it work?
    Just use F10 to Record everything you've done and use F9 to Replay. You can download the Help document and know more information.

  4. How to use Auto Macro Recorder in Excel?
    Auto Macro Recorder's script can NOT be part of the code in VB; maybe you can call the scp file by using VB. You said you use hyperlink to call the scp file, so I suggest you put the excel files and scp files in same folder. When you insert hyperlink, you don't need to input the full path, just input the scp file name. E.g.: There is a folder named c:\myfiles. You put mydoc.xls and script.scp file in c:\myfiles. When you want to insert hyperlink, in Excel, just click Insert -- Hyperlink, then don't browse for file, just input the filename script.scp, Excel will find the script.scp file in the same folder automatically. So even you move the mydoc.xls and scrpt.scp file to other computer or other folder, or if they are in same folder, it's still OK.

  5. How to Power off / Shut down my computer using Auto Macro Recorder?
    In Option, Set Repeat Timer = 14400 seconds (4 hours) Make a shutdown scp file, content is: poweroff(2) (Also you can Record your shutdown windows' operation as shutdown.scp) Run shutdown.scp, Auto Macro Recorder will shutdown my computer after 4 hours.

  6. How do I determine the caption and class name for a window?
    After you pressed F10 to record, when you press F10 again, Auto Macro Recorder will save the active window's caption and class name automatically into the script file. You can use notepad to open the script file, search movewindow for the caption and class name.


Screenshots - More Details

Search - Download - Store - Directory - Service - Developer Center
© 2006 Qweas Home - Privacy Policy - Terms of Use - Site Map - About Qweas