Hi,guys
I need a command to press the space , but alle the keyboard commands are there except how to press Space, i have tried to write "Press Space" ,but it doesnot work. Help me please!
commands with Press ?
Moderators: JRL, Dorian (MJT support)
-
- Junior Coder
- Posts: 28
- Joined: Wed Jun 08, 2005 2:48 pm
thanks!
thanks! It works as you say.
one more question: I donot want to see the windows during the auto Installation per Macro Scheduler.I want to do 100% silent Install for Software. Is it possible by MacroScheuder?
one more question: I donot want to see the windows during the auto Installation per Macro Scheduler.I want to do 100% silent Install for Software. Is it possible by MacroScheuder?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Just press the spacebar as you would any other printable "character"
Be careful, that normally you may want to Remove Trailing Spaces, but not always as this example shows:Trailing Spaces are generally a problem when refering to variables and/or labels.
Code: Select all
SEND>Space between these words.
SEND> 5SpacesBeforeTheseWords
Code: Select all
SEND>5SpacesAfterTheseWords
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!