forming .exe files on windows
Posted: Thu Jun 21, 2012 10:29 pm
I follow the instructions to create an .exe file but I keep getting an error saying access is denied when I entered it in
this is what happens in the command prompt.
---------------------------------------------------------------------------
C:\Users\David Armendariz>cd C:\Program Files (x86)\LOVE
C:\Program Files (x86)\LOVE>copy /b love.exe+pong.love pong.exe
love.exe
Access is denied.
0 file(s) copied.
C:\Program Files (x86)\LOVE>
-----------------------------------------------------------------------------
the user is a standard users and not admin. I switched over to admin and tried it there but i still got the same response.
this is what happens in the command prompt.
---------------------------------------------------------------------------
C:\Users\David Armendariz>cd C:\Program Files (x86)\LOVE
C:\Program Files (x86)\LOVE>copy /b love.exe+pong.love pong.exe
love.exe
Access is denied.
0 file(s) copied.
C:\Program Files (x86)\LOVE>
-----------------------------------------------------------------------------
the user is a standard users and not admin. I switched over to admin and tried it there but i still got the same response.