Jump to content

When will or how do I get text from command lines


themax90
 Share

Recommended Posts

You could write a script to read the letters, horribly inefficient and crude but it'll work.

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Link to comment
Share on other sites

If You can not use redirected stdout, may be transfer via Clipboard can help:

;e.g. start a cmd.exe with:  start "test CMD" dir /p
WinWaitActive("test CMD")
Send("{ALTDOWN}{SPACE}{ALTUP}ES{ENTER}") ; Letters ES are language dependent!
$CmdCaptured = ClipGet()
MsgBox(0, "CMD-Capture", $CmdCaptured)

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...