Hi
I am trying to create a script listing the names of the files return by a program.
The program is called ShowFiles.exe and it takes to arguments like this:
"ShowFiles opened ..."
so argument 1 is "opened" and argument 2 is "..."
The the result looks like this:
c:\tmp\test1.txt#0 - add default
c:\tmp\test2.TXT#1 - edit default
What i want is to only get the names of the files.
Like this:
test1.txt
test2.txt
Thanks alot for any help.