I've just known that I have to bring the bat-file tomorrow into my university. Of course, there are a lot of information about writing them but I don't have time :( it's late-late night now and I can't think.
Can somebody help me with this? I will be very glad for any help.
The exercise is:
Write a bat-file that displys the contents of text files containing specified with the command word findstr for a given type of text files in a specific folder.
Files in the folder are shown with the command for.
- 1st arg: folder to search in
- 2nd arg: (optional) is the type of
file:
text,bat,all.
If the 2nd arg is not specified, ask user to enter a filename (where could be used '?' and '*'), and ask a file extension (one of 3: text, bat, all).
The word search is defined by a query.
To display the contents of text files, call the program C:\WINDOWS\Notepad.exe, and to output the contents of a 'bat' file - the command edit.
At the end of program show number of text, bat files in folder.
For all show number of both: text and bat files.
If the string isn't found in file, display message: 'Search string not found in file filename', otherwise it will contain the string "Displays the contents of the file filename."
Any help, please? I really don't have time to learn this :( I know that you will spend less time than I for this at all.