| View previous topic :: View next topic |
| Author |
Message |
mikesatriaevo
Joined: 21 May 2007 Posts: 3
|
Posted: Mon May 21, 2007 9:27 pm Post subject: How to use key stroks command |
|
|
Hi,
I really need help as i'm doing my project either your software can integrate with our systems. The problem now, our program have this option to input username and password. Can your program enable automazation using keystroke where i input the username and password.
Sample as below:
Username : ...................
Password : .....................
i had read ur sample but seems not working? what do u mean by chains? Hope u reply to my questions as soon as possible? |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Tue May 22, 2007 8:24 am Post subject: |
|
|
| Automize is not designed for macro related tasks like opening windows, typing into them etc.. You should try and use Macro Magic or Macro Scheduler etc.. |
|
| Back to top |
|
 |
mikesatriaevo
Joined: 21 May 2007 Posts: 3
|
Posted: Tue May 22, 2007 5:26 pm Post subject: |
|
|
Morning,
Thanks for your reply. I'm trying to use your program to open up a system develop under Fox Pro. The system had an option for user to select the DB. I manage to open the program but when I'm using keystrokes command, I'm using command such as "down" to select the db but the system does not seem to response. Do u have any such sample coding for such scenario. May I know as well does automize have limitation on doing such tasks?
I want to used your program to automize some process such as generating reports from the option available inside the systems which we trying to integrate with your program on certain dates and time. I hope you will reply my mail as soon as possible. |
|
| Back to top |
|
 |
mikesatriaevo
Joined: 21 May 2007 Posts: 3
|
Posted: Wed May 23, 2007 2:11 am Post subject: |
|
|
| i just wanna add another question that i found in your program that make me interested is the scheduler. I wonder either we can get the variables from the scheduler to be pass to the system i'm trying to integrate with your software. Example, i set the date where the system will generate the report. I wanna pass the date value to my system so that it can generate the reports. |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Wed May 23, 2007 7:44 am Post subject: |
|
|
You can connect Automize to your setup via the commandline.
You can do one of the following:
1) if your setup can be called from the commandline (i.e. .bat or .exe file), then you can pass the variable as a commandline argument
....\test.bat $%automize_variable%$
2) From the commandline you can get/set the value of Automize task variables, user variables, task parameters and even run Automize tasks via your setup.
a) Task Variables - use Tasks Menu / Variables menu / Task Variables Menu / Click on 'Commandline Task Variables' button.
b) User Variables - use Tasks Menu / Variables menu / User Variables Menu / Click on Help button.
c) Task Parameters - Utilities menu / Commandline menu / Set Task Parameters menu
d) Run Automize tasks from other .exe or .bat etc.. - Utilities menu / Commandline menu / Task Runner menu |
|
| Back to top |
|
 |
|