WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:01:23:10:52:58
Last Updated: 2001:01:23:10:52:58