|
wth Novice
Joined: 14 Nov 2001 Posts: 37 Location: Poland
|
Posted: Thu Nov 15, 2001 10:02 am
Repeatable commands? recurency? |
Hello
How to make allias/command to be executed ie. every 150 second?
Is that correct or can make recurency problems (stack, memory, etc.):
#AL foo {command1; command2; #WAIT 150000; foo}
Rgds
|
|
|
|
cingulli Wanderer
Joined: 30 Aug 2001 Posts: 53 Location: Finland
|
Posted: Thu Nov 15, 2001 10:39 am |
Ya wanna make a system which executes always 2 commands after 150s, better use #ALARM:
#ALARM -02:30 {command 1;command 2}
Check 'alarm' in help files for mr info. |
|
|
|
|
|