Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Automatically Clear Pause after EXE runs

Keywords:     pipe output answer file

Question:

I've got some EXEs that I run, that require parameters. I pass the parameters as follows:
        RunWait("settcpip.exe", "-I ip 230.230.230.230")
However, after the program runs, it gives me one of these "Please hit any Key to continue".

Is there anything I can do, in the above command, to automatically have this executed. I tried the following:

        RunWait("settcpip.exe", "-I ip 230.230.230.230 << y.bat")
With y.bat being just a text file with a Y in it. It basically ignored this. I am running this on a NT 4.0 workstation.

Answer:


Article ID:   W13132
Filename:   Automatically Clear Pause after EXE Launches.txt