When the command prompt opens and then just closes really fast (because there isn’t a pause line) is there a way to see what it just showed you?
When the command prompt opens and then just closes really fast (because there isn’t
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not after the fact, no. Once it’s gone, it’s gone. If you have the luxury of being able to run it again (i.e., you know what program or command was executed), then you can use some of the other suggestions noted here, and then count on the output from your run being the same as it was in the previous run. Suggestions include running the command in an already-open console window, piping the output to a file so you can read it later, and running the program in a batch file that has the
pausecommand afterward.