file-grep in progress

file grep

  • a:2:{i:56;a:5:{s:12:"polloptionid";i:56;s:6:"nodeid";s:5:"85166";s:5:"title";s:9:"file grep";s:5:"vo

    Votes: 0 0.0%

  • Total voters
    0

cyberdevil

New Member
i would like to forfill a "file-grep" in progress

for instance:

i have a string (for instance: "test")
now i want to show all the programmes in a particular directory (c:\temp) who contains that certain string.
how do i program in progress such a file-grep?


greetz
 
Hi,

Please follow the steps below to achieve your objective;

1. Inculde c:\test in the Progress Propath.
2. Run os-command(FINDSTR /M "<search-string>" *) silent

Alternatively, you may wish to spool the output to a file. Do this by just adding 'output to <filename>'. and 'output close' commands.

HTH.
Thanks.
Ajay.
 
Back
Top