Tieske / luawinmulti

Lua build and installation script for Windows, building multiple Lua versions in parallel, including LuaRocks.
Other
57 stars 5 forks source link

setlua.bat hangs #7

Closed Tieske closed 7 years ago

Tieske commented 7 years ago

Setlua.bat does not complete When I run setlua.bat, my system hangs. I think this is because it is waiting for a response to a prompt that it can never receive. After replacing xcopy "%myownpath%lua%1.exe" "%myownpath%lua.exe" /Y > NUL with copy "%myownpath%lua%1.exe" "%myownpath%lua.exe" /b /Y it runs to completion.

Yes, I recently noticed this. Never had it before, so maybe something with Windows 10 changed (at least I had it on Windows 10)

Thx for the fix, I’ll look into it. Have to update it for the new bug fix 5.3 version anyway.