Scripting on windows

liunx

Guest
Hello, i am making a simple script on windows xp and need to be able to read the success / error message. The problem is that it closes too fast. I have tryed using the PAUSE command to halt the program at completion but still no luck, an example is <br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />cd C:\work<br />CALL dowork.bat<br />PAUSE<br /><!--c2--></div><!--ec2--><br /><br />Can anyone explain why the PAUSE statement is not stopping the program until i press a key?<br /><br />Thanks,<br />Chris.
</div>
 
Top