aewarnick Posted May 3, 2003 Posted May 3, 2003 That program is frustrating!! I get errors when I try to build sometimes and I run the batch file I created over and over again trying to read the errors because it closes immediately!! How do I pause the csc.exe console program so that I can view the errors? Quote C#
*Gurus* divil Posted May 3, 2003 *Gurus* Posted May 3, 2003 If you're running it with a batch file stick a pause command at the end of it. If you're not running it from a batch file, I suggest you do :) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
aewarnick Posted May 3, 2003 Author Posted May 3, 2003 Yes, I am running it from a batch file. I tried putting choice.com at the end and setting the timer to 4 seconds but it did nothing. I don't know the pause command apart from /p Quote C#
*Gurus* divil Posted May 3, 2003 *Gurus* Posted May 3, 2003 The pause command isn't a parameter, it's just a command. Put it on a blank line after your csc call. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
aewarnick Posted May 3, 2003 Author Posted May 3, 2003 Oh, pause, works. Got it and it works fine. Thanks, divil. Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.