View Single Post
Old 09 January 2020, 22:15   #11
Nightshft
Registered User
 
Nightshft's Avatar
 
Join Date: Mar 2018
Location: Austria
Posts: 617
Hey guys,

Quote:
Originally Posted by thomas View Post
list all files p=foo
did the trick. Together with the lformat syntax from post 3.

For further reference:
Create a script with "command path/name" of all filtered filenames (including subfolders):
Code:
list >ram:script1 all files p=name1 lformat="command *"%p%n*""
execute ram:script1
So with this I could add the "s" flag to all the 407 files (in an equal number of subfolders) affected.
Code:
list >ram:script1 all files p=name1 lformat="protect *"%p%n*" +s"
Worked perfectly. Thanks a lot!
Nightshft is offline  
 
Page generated in 0.08530 seconds with 11 queries