I have a batch file that renames a file in a folder using:
rename filename.exe filename.bac
This works good in Win XP. But in Vista/7, if the batch file is run under Program Files/ it does not rename the file unless I run it as administrator. Is there any way to bypass the UAC and use this without the need to run it as administrator?
thanks.