Is it possible with the SHELL function in PB 3.5 for DOS to call a
DOS program in such a way that there is no screen output from that
SHELL child?
In other words, I'd like to use the operating system to do a task,
yet not tell the program user what is going on in that task!
Haven't tried it, but could I, perhaps, send the visual output of
the child to a pipe null somehow like I do when I call an executable
in a batch file and pipe the output to a file name?
Inquiring mind wants to know!
Thanks..
------------------
Mike Luther
[email protected]
DOS program in such a way that there is no screen output from that
SHELL child?
In other words, I'd like to use the operating system to do a task,
yet not tell the program user what is going on in that task!
Haven't tried it, but could I, perhaps, send the visual output of
the child to a pipe null somehow like I do when I call an executable
in a batch file and pipe the output to a file name?
Inquiring mind wants to know!
Thanks..
------------------
Mike Luther
[email protected]
Comment