Jump to content

Type Field


Recommended Posts

Tried it with v2? B) Works like a charm.

Can I get the the input to get typed into my dos utility?

Right now my script is like:

Send, D:{ENTER}

Send, CD\\DOSPGRM{ENTER}

Send, UTILITY{ENTER 2}

Send, DAT\\DOSDATFILE.DAT{ENTER}

Send, {RIGHT}{ENTER}

send, OUTPUTFILE{ENTER 2}

Send, {ESC}

Like can i Send,"myvariable" vs. Send, dat\\dosdatfile.dat

Thank you.

Link to comment
Share on other sites

Perhaps this will work for you:

Send, D:{ENTER}
Send, CD\\DOSPGRM{ENTER}
Send, UTILITY{ENTER 2}
Send, %MyVariable%{ENTER}
Send, {RIGHT}{ENTER}
send, OUTPUTFILE{ENTER 2}
Send, {ESC}

Good luck!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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