Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to avoid system lock while running Windows Based Application
#4
Solved: 11 Years, 3 Months, 2 Weeks ago
Hi Saran,

Code:
Create .vbs file with the follwing code:
    Const DELAY_MINUTES = 10

    Wscript.Sleep DELAY_MINUTES * 60000
    Do
      CreateObject("Wscript.Shell").SendKeys "+"
      Wscript.Sleep DELAY_MINUTES * 60000
    Loop
Then using this .vbs create a task in the task scheduler.

Regards,
Sudha
Reply


Messages In This Thread
RE: How to avoid system lock while running Windows Based Application - by sudha_abap - 12-23-2010, 03:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  capturing message on web page when caps lock is on helan 0 2,370 04-29-2015, 05:25 AM
Last Post: helan
  System work slow with UFT 12.02 elyanivson 0 2,755 02-10-2015, 05:09 PM
Last Post: elyanivson
  can not record Windows application QTP 12.1 pratapchinta 1 2,227 12-01-2014, 06:30 PM
Last Post: supputuri
  UFT 12 unable to recognize the objects of a java based application (jre - 1.7.0_65) Sushant Dasgupta 2 9,160 09-17-2014, 03:47 PM
Last Post: Sushant Dasgupta
Cool ntdll.dll crash problem with UFT 11.5 Application in Windows Server 08 gangadhar 1 4,805 06-13-2014, 04:43 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)