Welcome, Guest. Please login or register.

Author Topic: Looping through all directories of a partition?  (Read 3103 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Looping through all directories of a partition?
« on: October 13, 2009, 01:27:13 PM »
If it does not allow wildcards, you can use the List command to call the program for each file:

Code: [Select]

list >ram:scriptfile work:dirname all files p=#?.info lformat="changeicon *"%p%m*" xyz"
execute ram:scriptfile