Hello,
i'm creating a batch file and just a little thing i want to know:
my (WINDOWS) batch file needs to search 'hello' in a text file.
If it is there, it should use the GOTO command to somewhere else in the batch file.
If it isn't there, it should write 'hello' on a new line.
How can you do that?
I know that you can use FIND and ERRORLEVEL, but i don't know how.