I'm looking for a way to open files in a spec. folder sequentially
and, after a file is opened, run a script on it. (the script is for all files the same)
lets say i have 3 txt files in a folder (a.txt, b.txt and c.txt)
i want the script to open
a.txt => run script => close a.txt
b.txt => run script => close b.txt
c.txt => run script => close c.txt
and this for all the files in the spec. folder
hope some1 can help me!
