
--------------
About AutoEdit
--------------

If you don't want to program the Macro by yourself,you don't need to use AutoEdit,Just use AutoRecorder to record and replay the Macro.

AutoEdit is free to you. You can use it to edit the scripts of AutoRecorder more conveniently.

So if you want to program the Macro result by yourself or modify something of the scripts,
you can try this AutoEdit.

After you register AutoRecorder,you can save the revised scripts at any time.
Now AutoEdit's version is 0.9 ,I'll improve it in future.

--------------
Play scripts
--------------
Open script file(File-Open or Ctrl+O)

Select scripts to play(Ctrl+A to select all),you can select parts of it.

Check checkbox to set break point(if need),you can debug your scripts.

Click Play button in toolbar to play selected scripts.
Red means first minimize the window,then play scripts.
Bule means play scripts without minimize the window.


--------------
Stop
--------------
Press "Break" key to stop replay.

--------------
Modify
--------------
Select Type(Edit,Insert or Delete) in toolbar.

Double click the script you want to modify.

Select the script type you want to use (Window/Keyboard/Mouse.....).

Double click script command,you should modify script by yourself.(See "support scripts" below for example)

Select OK to ensure.

--------------
Work flow
--------------
Record script by using AutoRecorder.

Open script file by AutoEdit.

Set break points to find out where you want to revise.(Also can use Ctrl+F to find strings if you know)
Revise the scripts....

Save....

Use AutoEdit to play ,see if it meets your purpose......


-------------
Support scripts (v0.9) contact author to know more information or more script's command
-------------

WaitforWindow(windowname,10000,open(c:\boot.ini))
EMAIL(mailto:fred@abc.com)
EXIT() -----------Stop playing
IF_WINDOW_EXIST(windowname,open(c:\boot.ini),run(notepad))
IF_FILE_EXIST(filename,open(c:\boot.ini),run(notepad))
GetWindow(NULL,windowname,top,left,bottom,right)
PowerOff(x) --------------x=0: shutdown(force) 1:logoff 2:poweroff(ATX) 3:reboot
OPEN(filename) ----------run program or file (eg: open(c:\boot.ini) or open(c:\abc.exe)

delay(xxx)      	 do nothing ,just wait ( xxx ms) 
M_LD(xxx,yyy)         	 mouse left button down at xxx, yyy position 
M_LU(xxx,yyy)            mouse left button up at xxx, yyy position 
M_RD(xxx,yyy)            mouse right button down at xxx, yyy position 
M_RU(xxx,yyy)            mouse right button up at xxx, yyy position 
M_LCLK(xxx,yyy)          mouse left buton click at xxx, yyy position 
M_RCLK(xxx,yyy)          mouse right button click at xxx, yyy position 
M_DCLK(xxx,yyy)          mouse left button double click at xxx, yyy position 
M_MV(xxx,yyy)            mouse move to xxx , yyy position 

KD(x)                       key press down 
KU(x)                       key up 
KB_CLK(x)                   key stroke(down and up) 


/*()                     for comments 
RUN(programname) 	 run this program(eg: notepad or c:\win98\calculator.exe) 

Dos Command usage:

RUN(command /c copy c:\config.sys c:\config.bk1)          for Win98
RUN(cmd /c copy c:\boot.ini c:\boot.bk1)                  for Win2K


Author's email:
fredzhu_zz@hotmail.com
or
support@readmesoft.com