in reply to Re^3: How to continue the execution of a perl script if the user session gets locked while running it.
in thread How to continue the execution of a perl script if the user session gets locked while running it.

No buddy. I don't want any user to interact after the system is locked. I just want my automation to continue if the user locks the session in the middle of execution.

  • Comment on Re^4: How to continue the execution of a perl script if the user session gets locked while running it.

Replies are listed 'Best First'.
Re^5: How to continue the execution of a perl script if the user session gets locked while running it.
by marto (Cardinal) on Feb 04, 2014 at 07:43 UTC

    As I've explained, this isn't going to happen. Your script sends keystrokes. When the screen is locked, finding windows and keystrokes will not work.