Is there any program that can search for strings.
For example, seach c:\abcd.txt "Matchless Under Heaven"
would display on the screen all lines in c:\abcd.txt that contain "Matchless Under Heaven".
It would be best if it supports wildcards, like seach *.txt "Matchless Under Heaven".
If there really is one, please briefly introduce the syntax.
"CD" can only display the current directory on the screen. Is there any way to write the current directory into SET?
Is there any program that can copy based on a string? For example, copy "Matchless Under Heaven" *.txt c:\windows would copy all text files in the current directory containing "Matchless Under Heaven" to c:\windows.
Many thanks in advance!
For example, seach c:\abcd.txt "Matchless Under Heaven"
would display on the screen all lines in c:\abcd.txt that contain "Matchless Under Heaven".
It would be best if it supports wildcards, like seach *.txt "Matchless Under Heaven".
If there really is one, please briefly introduce the syntax.
"CD" can only display the current directory on the screen. Is there any way to write the current directory into SET?
Is there any program that can copy based on a string? For example, copy "Matchless Under Heaven" *.txt c:\windows would copy all text files in the current directory containing "Matchless Under Heaven" to c:\windows.
Many thanks in advance!


