The redirection in DOS does not seem to work with this application
either. Is it possible that some security features were used to stop
this option ?
On Jan 11, 3:10 pm, christ...@gmail.com wrote:
> SendKeys works with VB, otherwise
> shell somtehing like "blaerg.exe < input.txt "
[quoted text clipped - 4 lines]
>
> //CY
christery@gmail.com - 11 Jan 2008 23:02 GMT
On 11 Jan, 16:33, "garykennea...@gmail.com" <garykennea...@gmail.com>
wrote:
> The redirection in DOS does not seem to work with this application
> either. Is it possible that some security features were used to stop
> this option ?
I dunno, but figure about SendKeys... that simulates keypresses (this
is in VB, havent done that in c#)
redir ony works if stdin is console without any cntrol of cursor/user
(that might "eat it up")
For example if a menu is used and they want to ceep it clean (the
keybord buffer) the program starts with
"eating up" the redirected file. Not what we want now, but the
programmer was not being thinking security,
just did that to enshure that the program works without problems.
Back to SendKeys in c# then *heh* it there is something like that...
//CY