"wait" command?
Posted: Wed Feb 11, 2009 4:20 pm
I'm trying to make a cfg with a list of commands, but I don't know how to exec them with a pause of a certain number of seconds..I tried:
wait 10
wait "10"
wait (10)
wait ( 10 )
wait10
10wait
10 wait
...but all these seems not work...what can I try?
Also I would know if there's a sort of "goto" command (similar to the one of batch files) and how to you it..for exemple:
someone knows something about that? tx
wait 10
wait "10"
wait (10)
wait ( 10 )
wait10
10wait
10 wait
...but all these seems not work...what can I try?
Also I would know if there's a sort of "goto" command (similar to the one of batch files) and how to you it..for exemple:
Code: Select all
:proof
...
...
goto proof