cmd.exe /c not automatically closing

  • Thread starter Craig Ferraguti
  • 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
 
H

Herb Martin

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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top