Response from Clib.System method in eScripting
Hi,
I am trying to read response from Clib.System method, it looks like this method just returns 1 or 0 whereas i am expecting to read values.
I am running just a findstr in command prompt to search for a string, with the response plan is to get second part of the line.
Command to run
findstr "\<00028\>" C:\Test\SearchFile.txt
SearchFile will contain text as below:
00028,5xxxx90
00004,6xxxx40
Regards,
Srinivasa.