G
Guest
I need to search a string in some text files.
(any good routines out there?)
then, I created a mysearch.exe with a method that will search for a String
in a fileName.
I want "string to search" and "fileName" to be the params in mysearch.exe /
method.
Is there any way to call mysearch.exe from another exe using
mysearch.exe("searchthisstring","inthisfile.txt")
if so... how?, any ideas or tips are accepted.
Thanks
The exception that is thrown when one of the arguments provided to a method
is not valid.
(any good routines out there?)
then, I created a mysearch.exe with a method that will search for a String
in a fileName.
I want "string to search" and "fileName" to be the params in mysearch.exe /
method.
Is there any way to call mysearch.exe from another exe using
mysearch.exe("searchthisstring","inthisfile.txt")
if so... how?, any ideas or tips are accepted.
Thanks
The exception that is thrown when one of the arguments provided to a method
is not valid.