i kind of want the batch file to save every results in notepad?
so i need the input and the output.
to make a batch file prompt and save it search result in notepad
Moderator: DosItHelp
Re: to make a batch file prompt and save it search result in notepad
Not possible to save something directly in notepad with batch files but you can use redirection to create a text file for output.http://www.robvanderwoude.com/redirection.php