This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Denied Error

So, i am doing a project on 8051 core. I would like a output to be a .bin format than .hex. So, i use hex2bin.exe for that purpose. It is easy to create a batch file and execute it from User commands in Options For Target.
But the trick is that i have 12 different projects. So i want to make 12 different binaries. Now i make a batch file which would take input from user and based on that input, that particular section of batch file is called and binary file is made successfully.
But the problem is that i keep getting following error:

Error: Access is Denied

whenever i run batch file from Run Commands in Options for Target.
But it runs fine when i run it simply double clicking.

Can someone plz help me figure this problem out.

0