Thanks for your help in advance.
Of course the dos bat should probably have a start command in it, and
with whatever it needs to close up.
Some tn5250 emulators do not support the strpccmd and others do not
support it properly.
I write some c# programs and do things (windowless dot net) but I
always call them from a bat and I make sure that I have cmd and /c in
there also:
STRPCCMD ('CMD /C C:\BGCOMBINE.BAT')
my bat will do a START c:\mycsharp.exe (with any command line
arguments)
hope this helps.
chris
You may want the pause if your pc command creates a file and the next
step is to push that file to the iSeries....If you didn't pause, your
next step would fail if the file doesn't exist yet. If you just want
to kick an application off, no pause needed.