Originally posted by Mike Luther:
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..
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..
Yeah, I've done it.
Try writing to a screen that's not being displayed.
Use the SCREEN statement in the child program, and diddle the apage and vpage controls.
------------------
Leave a comment: