G
Guest
I need to be able to print out an output file which will contain a user id and pw... I need an automated process to edit these out entirely via the command prompt / batch file but can't seem to figure out how.
I can easily search for the string.. FINDSTR "rootadmin" or FIND "rootadmin" but I can't delete any strings in the text file. Is it possible to do what I need to do
Thanks
Mike
I can easily search for the string.. FINDSTR "rootadmin" or FIND "rootadmin" but I can't delete any strings in the text file. Is it possible to do what I need to do
Thanks
Mike
Whose userid and
However, I am using a telnet wrapper which is is going to record an automated session where I will have a couple values returned. This entire session is going to be then output to a txt file.