Ok this is something i was wondering if it is possible to do. I'm running a batchfile from a procedure.
and in this batch file I'm doing a grep command on let's say and EmailClass.p
so now it searchs our source and in the command it will display every .w .p .r that has emailclass.p in its source.
I was wondering if there was a way to return all these file names from this cmdline back to progress.
The reason im wondering is im thinking about creating a dev app for our programmers to use?
and if this is possible does anyone have any idea on how this would be done?
and in this batch file I'm doing a grep command on let's say and EmailClass.p
so now it searchs our source and in the command it will display every .w .p .r that has emailclass.p in its source.
I was wondering if there was a way to return all these file names from this cmdline back to progress.
The reason im wondering is im thinking about creating a dev app for our programmers to use?
and if this is possible does anyone have any idea on how this would be done?