Using a Visual FoxPro 9 executable file, (EXE), I need to be able to place data into the system keyboard buffer which is then to be picked up by another program, (non-FoxPro). I ve already tried using the KEYBOARD command, however, that only seems to work with fields and controls within the FoxPro application! Does anyone have any ideas on how this can be accomplished?
If I run python on the linux command line, and I don t provide any command line arguments, the program displays a welcome message and waits for user input. I would assume that under the hood, the ...