Does anybody know if its possible and if so how to output the results of the windows find command to a text file?
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.
Im not sure i understand what you mean but you can redirect the output of any shell command to a file using the > and >> symbols.
like:
this will write the output of the dir command to the text file 1.txt without showing this on the console.