in reply to Re: How to find that a line "genman.py" exists in a python filein thread How to find that a line "genman.py" exists in a python file
findstr /c:"genman.py" C:\python.py findstr /v /c:"genman.py" C:\python.py [download]