Jump to content

Recommended Posts

Posted

I have list of 3 letter commands like FFS

this is the script I have

If not ProcessExists("UiView32.exe") Then

Run ("C:\Program Files\Peak Systems\UI-View32\Uiview32.exe")

EndIf

Sleep(5000)

WinSetState ( "UI-NWS V2.71", "", @SW_MAXIMIZE )

WinActivate ( "UI-NWS V2.71")

MouseClick("left", 146, 29 )

WinSetState ( "Finger WxSvr", "", @SW_MAXIMIZE )

WinActivate ( "Finger WxSvr")

MouseClick("left", 14, 560 )

send ("TBW")

send ($cmdline[0])

MouseClick("left", 780, 559 )

WinActivate ( "- TBw$cmdline[0]")

what do i need to do so i can send text as a commd line once it is a exe

thank for all help

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...