I have a batch file that executes a batch file which
executes a program to create a batch file. I then try and
execute it with no luck from within the original batch
file. Confusing, but here it is.
rpipe temp.pip
Rem rpipe is a BATCH FILE WHICH TRIGGERS THE running of a
Rem program which processes the statements in temp.pip.
Rem temp.pip creates the temp1.bat file correctly
Rem temp1 will not execute from here
Rem I suspect processing is not returning to this Batch
temp1
rpipe temp1.pip
How can I get this file to process?
Thanks
|