I have a macro that I use to clean database files prior to import into SQL. Until 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.
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 :D
Replace in Files and select Project Files for Select Where option.
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 UltraEdit
- Run XXX.mac on files *.*
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 :D
Replace in Files and select Project Files for Select Where option.