cmd.exe /c not automatically closing

  • Thread starter Thread starter Craig Ferraguti
  • Start date Start date
C

Craig Ferraguti

I forgot to mention I am running the rsh command from the
cmd.exe. Here is the full call to the cmd prompt I am
using.

cmd.exe /c rsh server -l user /dir/progname param1 param2
c:\temp\text.txt

Thanks again,
Craig
 
SP4 -- these commands:

C:\>start /separate cmd /c dir

C:\>start /separate cmd /k dir

The first returns, the second stays open as documented.

Best GUESS is that it is something to do with the rsh,
probably not directly in the cmd behavior (although it
could be.)
 
Back
Top