View Single Post
Old 26 December 2017, 21:30   #22
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,335
More precisely, it would look this way :
Code:
list dirs lformat "script2 *"%s*"" >script1
execute script1
With "script2" having the "s" bit set and looking like this :
Code:
.key dir/a
.bra {
.ket }

if exists "{dir}.info"
echo {dir}
endif
(where you replace "echo" i used to list them, with any command you wish)

There is perhaps a simpler way, but it works at least for listing them
meynaf is offline  
 
Page generated in 0.05291 seconds with 11 queries