vote up 2 vote down star
y: &pause
cd ptls5.0 &pause
sdp describe Integration.dpk &pause
z: &pause
cd ptls5.0 &pause
dir &pause

I have those commands in the 1.cmd file. First three are executed fine. The result of it is that after "sdp describe Integration.dpk &pause" is executed I'm given "press any key to continue..." after I hit any key. The command prompt quits. Instead of changing drive to z:>. What is wrong with it?

flag
@Blorgbeard, I'm truly sorry to have messed up your edit! Go ahead, I won't interfere again. – Konrad Rudolph Oct 5 '08 at 19:03
@Konrad - no worries, your edit was better anyway! – Blorgbeard Oct 6 '08 at 20:45

2 Answers

vote up 3 vote down

If sdp is a .cmd or .bat file, change it to "call sdp....."

link|flag
vote up 1 vote down

Is "sdp" another batch file itself? If so, you will need to use call:

call sdp describe Integration.dpk &pause
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.