This program can use command line or *.ini file to create timed commands for virtual input actions.
1:Simple Mode
2:Command_INI
3:INI_Creator
Move cursor to specific postition and press one of this key(R, L, k, K, F, E, P, T)
- R:RightClick
- L:Left Click
- K:Double Left Click
- F:Double Right Click
- E:Exit Rocording
- P:Set Cursor Position
- T:Paragraph Type After that enter time delay to act this command.
After exit recording, enter date and time to start recorded commands.
Enter *.ini file name to run ordered commands in this file.
Enter file name you want create.
Enter can looping value (True/False) Or (1/0)
- if it true: this file can run again.
- if it false: this file can't run again.
Enter date and time to start recorded commands. (n = now)
Enter number of command type:
0: Right click
1: Double Left Click
2: Right Double Click
3: Left Click Down
4: Left Click Up
5: Left Click
6: Mouse Position
7: Paragraph Type
Move cursor to specific position and press enter to set position of cursor.
Enter time delay to act this command.
Press 'Y' to create next step or 'N' to create your *.ini file.
This is *.ini example:
[Main]
Year = n
Month = n
Day = n
Hour = 14
Minute = 30
Second = 0
canLoop = False //False:This file can't run again True:This file can run again
Capacity = 1 //Number of 'Step' sections
[Step0]
Type = 5 //This is type of command (read step three)
PosX = 228 //This is position of cursor in x-axis
PosY = 483 //This is position of cursor in y-axis
Delay = 1000 //Delay to run this 'Step' section
paragraphType = //To type a text (If 'Type' key is not equal to 7 value, this value 'paragraphType' is not working)
Sorry if my English is not good.