Is there a way to make a macro that will automatically save all the new files to a specified fixed location, like C:\tmp, without prompting for a name for each file?
When you create new files, UE names them Edit1, Edit2, .. etc.
I want the macro to automatically save all such files as C:\tmp\Edit1, C:\tmp\Edit2 etc. without asking for names. No extension is fine.
I need this because I very often need to compare pieces of data I get from the clipboard. To do this I create new files and paste inside. UE can not compare non-saved files, and manually saving each one is just too tedious so I want to somehow automate it.
Thanks.
When you create new files, UE names them Edit1, Edit2, .. etc.
I want the macro to automatically save all such files as C:\tmp\Edit1, C:\tmp\Edit2 etc. without asking for names. No extension is fine.
I need this because I very often need to compare pieces of data I get from the clipboard. To do this I create new files and paste inside. UE can not compare non-saved files, and manually saving each one is just too tedious so I want to somehow automate it.
Thanks.