I would like to use a Xojo script to build one application multiple times (with multiple names) eg the Windows App name is called ‘BlackDog.exe’, but I want the script to build ‘BlackDog A.exe’, ‘BlackDog B.exe’, ‘BlackDog C.exe’, etc. I can bring the app to the foreground and build it, but the exe name is always just ‘BlackDog.exe’. This is for Windows, but cross platform would be useful to know. I have tried to just rename the exe, but Xojo refuses to run the app as the libraries are not named the same.
Thats not entirely true. If you were to put a script like the one David posted into a folder named Scripts next to your project, you could run that by selecting it from the File > IDE Scripts menu.
If you did just want to rename the app, you could also rename the support folders to just Resources and Libs and that should work too.