P
PeteCresswell
I posted something like this last night via Individual.net, but can't
find the thread.... so here goes again via GoogleGroups.
We have an overnight batch job that is scheduled to run in the wee
hours of the morning.
Works a-ok in our QA environment, but not in prod.
Bottom line, I have to get up after midnight every night and nurse the
thing to completion by firing it off manually.
I VPN/RemoteDesktop to my client site PC from home and kick off the
job.
Problem is Citrix' inactivity timeout. Job runs 2+ hours.
I fall asleep, then don't wake up in time - and have to start all over
again.
I'm thinking a little MS Access app that runs on the same PC that I
RemoteDesktop into.
The little app would just keep looping and every so often raise a
MouseOver or KeyDown or some other event in the Citrix window.
I know from SendKeys() but have no clue about how to find/identify the
Citrix window and stuff events into it.
Can anybody offer a hint?
find the thread.... so here goes again via GoogleGroups.
We have an overnight batch job that is scheduled to run in the wee
hours of the morning.
Works a-ok in our QA environment, but not in prod.
Bottom line, I have to get up after midnight every night and nurse the
thing to completion by firing it off manually.
I VPN/RemoteDesktop to my client site PC from home and kick off the
job.
Problem is Citrix' inactivity timeout. Job runs 2+ hours.
I fall asleep, then don't wake up in time - and have to start all over
again.
I'm thinking a little MS Access app that runs on the same PC that I
RemoteDesktop into.
The little app would just keep looping and every so often raise a
MouseOver or KeyDown or some other event in the Citrix window.
I know from SendKeys() but have no clue about how to find/identify the
Citrix window and stuff events into it.
Can anybody offer a hint?