In windows prompt i am launching an app. I'd like to see the error code it returns. How do i display it?
|
feedback
|
You can also use an
| |||||||
feedback
|
|
I guess you are running the batch file from the RUN utility in Windows. Try this
This will allow you to review the output and see if there are any error messages. Alternatively, fire up Command Prompt and run the batch file from there directly. | |||
|
feedback
|
