|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2009
Posts: 2
|
how to search files in subdirectory?
search the exe files: folder " C:\Program Files" i want to search the exe files: ----------Windows Media Player wmplayer.exe ---------WinRAR ... ---------Outlook Express ... |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2009
Posts: 2
|
code: |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Mar 2003
Posts: 571
|
The ${locate::Find} command uses $1 to return the full path and name of the *.exe files it finds. After looping through all of the *.exe files it will return an empty string.
One way to exit from the loop is to test $1 and exit when it is empty. You can do this by changing code: to code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|