General Macro Scheduler discussion
Moderators: JRL, Dorian (MJT support)
-
erosolmi
- Newbie
- Posts: 2
- Joined: Wed Jan 21, 2004 1:02 pm
- Location: Milan, Italy
Post
by erosolmi » Wed Jan 21, 2004 1:08 pm
Hi,
I've just downloaded not registered version 7.2.043e for testing before buying.
I'm scheduling a macro to start at 14:01 and be repeated every 1 min.
When it's time, macro starts but I got error "Invalid time 14:01".
I changed the time but seems that the repeat interval crete the problem.
Without repeat interval it works fine.
Macro is a simple 1 line "Run Program>"
Is it possible?
-- Eros
-
Lumumba
Post
by Lumumba » Wed Jan 21, 2004 2:17 pm
OK this won't solve a possible bug, but ...
Label>runapp
Run Program>notepad
Wait>60
Goto>runapp
-
erosolmi
- Newbie
- Posts: 2
- Joined: Wed Jan 21, 2004 1:02 pm
- Location: Milan, Italy
Post
by erosolmi » Thu Jan 22, 2004 10:12 am
-- Lumumba
thanks, I will use your suggestion in the meantime.
Eros --