Jump to content

Send and Receive a spcific Character in a Dos-Box


Recommended Posts

Very sorry my last topic was caneld as "K- e-y-g-e-n". P-r-o-f-i-t-ex is my legal licenced Booking applikation (Swissmade) nothing else. Anyway

My Question:

I am a new Autoit3 User. I see the (Functionality it very high). I Check may Examples, but i not Find specific example

I think my Problem it easy for a Auotit Crack. My Problem: I am using a very old Dos Applikation with Forms.

My stupid Script will run, but it is a Risk (Send, Delay, Send), there it no Control about the response

Remarks: The last Charter is alway kown in the Mask.

Is there any Command as like Send, Receive and wait until a def. Character is received

A good exampes for me is in the Dosbox is Send "time" wait until ":" is received

Send "12:00"

;my quick and Durty Script

; start Applikation

Run("blabla")

WinWaitActive("C:\WINDOWS\system32\cmd.exe")

AutoItSetOption("SendKeyDelay", 100)

sleep(1000)

; Passwordeingabe

Send("1234")

Sleep(1000)

; Select Mandant

Send("{enter}")

Sleep(2000)

; Datums Control

Send("{enter}")

Sleep(2000)

Send("{enter}")

Sleep(2000)

; Select Statistiken

Send("y")

Sleep(3000)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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