Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 6661984

  1. 6661984

    VBS pull window program

    so it should be WshShell.AppActivate "SapLogon.exe" or WshShell.AppActivate "SapLogon" ?
  2. 6661984

    VBS pull window program

    it works when i left clik on saplogon window before sendkeys ctrl+f pls advise
  3. 6661984

    VBS pull window program

    its not working, sendkeys ctrl + F should go to application not to desktop ;/
  4. 6661984

    VBS pull window program

    Maybe its something related with Microsoft task scheduler set up, because when i just run script manually it works.
  5. 6661984

    VBS pull window program

    its not working its opening Recycle Bin :) in windows
  6. 6661984

    VBS pull window program

    Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "SapLogon.exe" wscript.Sleep 9000 WshShell.SendKeys "(^f)" WshShell.Sendkeys "r/3" WshShell.Sendkeys "{ENTER}" wscript.Sleep 6000 when i run this script from Task scheduler part sendkeys (^f)...
  7. 6661984

    VBS pull window program

    Hello I need your help, i am trying to write code to start application (exe)already done that, but i need to make sure that cursor is placed in this application or make sure that proram window is active. Do you know how i can handle this. Please advise Thank you

Part and Inventory Search

Back
Top