Powershell support
deining opened this issue · 1 comments
deining commented
If you run luavm.cmd use 5.3 from Windows powershell, the file is executed without errors or warnings, but does not have any effect. This can confuse new users. One could remedy the situation by simply adding an additional file luavm.ps1:
Write-Host -ForegroundColor Red -BackgroundColor Black "Powershell not supported!"
Write-Host -ForegroundColor Red -BackgroundColor Black "Run luavm from command line instead."
Would be even better to have a working luavm.ps1 script, though.
xpol commented
Thank you for your advice. I'll add luavm.ps1
your suggested or consider a full powershell support.
Thank you for using LuaVM.