Dave,
Although using Autoit, and agreed that with a gui, it cannot happen on
logoff - I think I have other ways round it by switching to VisualBasic
scripts - but my main problem seems to be in getting any task set up with
Windows task scheduler to run at logoff.
I've tried (to test passwords and access etc) scheduling a task to simply
open a program (such as Excel) with both my normal user/password logon to
Novell (and this runs fine when logged on) and at logoff (when it doesn't)
I've also tried using the 'user' Schedule to perform the same task - and in
this case (despite having successfully adding this user/password to net users
localgroups administrators) it neither works on logon or logoff - task
schedules are shown as 'running' but nothing happens - if I could solve this
problem with the 'Schedule' user at both logon and of course logoff in
particular, then I could re-write my Autoit scripts as Visualbasic.
The tasks I am trying to automate relate to a real-time database containing
data which is continually updated - and I am producing hourly reports between
09:00 and 22:00 Mon-Sun initially in html format then in .xls format then
saving them to folders Mon-Sun. It will save a department some 35 hours of
manual work per week if this is implemented so I think it is worth trying to
find a solution if I possibly can.
Dave Patrick said:
No idea really since I don't know what you're doing. But any gui interface
interaction won't be able to happen.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Zakynthos said:
Dave,
Thanks for that.
Yes I am using Autoit scripts, does that mean I won't be able to run them
with task scheduler when logged off, or can I configure it in some way to
work in this environment?