> If !between 6 am and 6pm
>   move the mouse a bit
> endif

Er, well, I've never had to do that myself, but why not just use the MOUSE 
command?

Granted that you didn't say HOW you wanted to move the mouse, you can do 
something like this:

If !BETWEEN(HOUR(datetime()), 6, 18)
    Mouse At mrow(), mcol()+10
Endif

Or something like that.  Also see:

http://msdn.microsoft.com/en-us/library/hks4ccc0%28VS.80%29.aspx 


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/dc75c2fdc64443908f2b929b7e52e...@asus1
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to