Wim Van Laere - 2016-05-06

Hello there

I installed portable DEV C++ 5.11 a few days ago. This PC runs under Win 7 and I don't have admin rights. Everything seems to work well until I start compiling. After a few seconds the computer prompts a dialog "MAKE<random number="">.BAT is not allowed for user <user>" . He gives this error with every g++.exe statement that is executed.

On this pc I have access to executables and i suppose also .BAT files only when they are run from within the APPS folder. I tried to locate the generated MAKE<random number="">.BAT file but without succes. It seems hidden somewhere.

What can I do to let the compiler do its work without being interupted by this system error?
Where does DEV c++ put this MAKE<..>.BAT file , can I change that location?
What is the purpose of this MAKE<..>.BAT file?

I hope you can help me.

Thanks
Wim

example of one of the g++.exe statements that raises an error.
g++.exe -c mijnKlasse.cpp -o mijnKlasse.o -I"D:/Apps/Dev-Cpp/MinGW64/include" -I"D:/Apps/Dev-Cpp/MinGW64/x8664-w64-mingw32/include" -I"D:/Apps/Dev-Cpp/MinGW64/lib/gcc/x8664-w64-mingw32/4.9.2/include" -I"D:/Apps/Dev-Cpp/MinGW64/lib/gcc/x8664-w64-mingw32/4.9.2/include/c++" -std=gnu++11