Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Redirecting output to Command Window

Name: Anonymous 2011-05-11 22:08

I'm trying to find a way to redirect output strings into different forms in an application that runs in a console window.(Windows XP)
I'm fine with Java, C, C++, C#, Perl, and Python.

The target application has fields in standard positions, and I only need to put strings in it.
I'm in a data entry position, and trying to automate my work.

Name: Anonymous 2011-05-12 1:59

Re-write the application from scratch to accommodate your needs.

Name: Anonymous 2011-05-12 3:28

>>1
standard position
Is this an angle?

Name: Anonymous 2011-05-12 5:48

If you're ````fine'''' with all those languages, you should be fine with stdout, by far the simplest way of getting output from a program.

Name: Anonymous 2011-05-12 17:40

Maybe I'm not explaining this right.
I need to parse and excel document(no problem) then input the info into a order management system that only takes input through some kind of ncurses-esque interface.
I do not have access to any of the inner workings of the the order management system.

The input fields are always at the same place, so setting the cursor by pixel position, or just giving that window focus and arrowing/tabbing around will work.

Name: Anonymous 2011-05-12 17:44

AIDS was made by THE GOVERNMENT

Name: Anonymous 2011-05-12 19:14

>>6
so was the internet.  who gives a shit?

Name: Java Suit 2011-05-12 21:04

how do i fart the new autism?

Name: Anonymous 2011-05-12 22:04

>>5
I think you just answered your own question on how to do it.

Name: Anonymous 2011-05-12 23:56

MORE LIKE
SOMEONE NEEDS TO LEARN ABOUT COM, REAL QUICK
AMIRITE LOLLLLLLLLLLLLLLLLLLLLLLLZzz!!11oNE!!1ONE1!

Name: Java Suit 2011-05-13 3:45

how do i fart the new autism?

Name: Java Suit 2011-05-13 3:47

how do i fart the new autism?

Name: Anonymous 2011-05-13 6:37

>>9
yes i have a general idea of how it would eventually work.  i have no clue how to implement it.
how do i move the mouse or force arrow/tab key presses?

Name: Anonymous 2011-05-13 7:13

>>13
Write something that simulates input events on a target window. Your program may have to launch the order management system in order for it to have the privileges to input to its window, or you could use whatever equivalent windows has to xdotool.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List