I have found a couple of threads on this topic but I have been unable to really modify them to what i need.
I have a macro that i use to clean database files prior to import into SQL.
Untill now i have just loaded the files and run the Macro on "ALL FILES"
however we are now dealing with a few hundred files at a time.
IS there a way to make UE run our macro on all files within a folder?
i would prefer not having to create a UE project to do this.
i was thinking a command line batch file may work.
open UE
run XXX.mac on files *.*
But i have read that this is not posible due to auto macro and wildcards?
i am running UE 11.10a+1
Thanks in advance for any help
ps.
if i do have all the files listed in a project, how do i get a macro to run on entire project?......i think i sorted this part
Replace in files and select "Project Files" in "Select Where" option.
I have a macro that i use to clean database files prior to import into SQL.
Untill now i have just loaded the files and run the Macro on "ALL FILES"
however we are now dealing with a few hundred files at a time.
IS there a way to make UE run our macro on all files within a folder?
i would prefer not having to create a UE project to do this.
i was thinking a command line batch file may work.
open UE
run XXX.mac on files *.*
But i have read that this is not posible due to auto macro and wildcards?
i am running UE 11.10a+1
Thanks in advance for any help
ps.
if i do have all the files listed in a project, how do i get a macro to run on entire project?......i think i sorted this part

Replace in files and select "Project Files" in "Select Where" option.