I want to run a batch to do something to my hex file after a build, so I specify that batch file as "User Program #1" in the project settings. But I don't want to give it an absolute path, because it should be portable and work no matter what my working directory is. However, if I just type the name of the batch file I get an error saying it can't execute that .bat file. Is there some way to make uVision execute files in the same directory that the project is in without specifying an absolute path? Thanks!