-5
I am trying to create a script to configure Opengl in Dev-Cpp automatically. But I’m getting the message "the system can’t find the specified path".
The file code . bat is this below:
echo off
cls
@echo.
@echo Batch para copiar a biblioteca glut32.dll
@echo para dentro das pastas do sistema
@echo na configuração do OpenGL no Dev-Cpp
@echo.
pause
copy glut32.dll "C:\Windows\system\"
copy glut32.dll "C:\Windows\System32\"
copy glut32.dll "C:\Windows\SysWOW64\"
pause
What is wrong?
Paul the OS is a question and answer site, unlike a forum. So, you can post the solution as the answer to your question, and that is highly recommended. Then, take advantage and remove the solution of the question and post as answer (marking as accepted), as well as reference to other people :-)
– user28595
@Aticuno has no answer in the question! The answer I posted down there myself. The question is: What’s wrong? (What’s wrong with my code, which isn’t working). The answer to that is down there. Could you tell me where I put some ANSWER in my question???
– Paulo Dos Santos
Question was edited 1/11/16 at 20:06, my comment was on 14/03/16. There was yes answer in the question, just click on the history of editing and see, my comment is obsolete, Oce did not check the date of it and the date that posted the answer?
– user28595
@Atucuno Truth! Sorry!
– Paulo Dos Santos