Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell support #1

Open
deining opened this issue Jan 10, 2017 · 1 comment
Open

Powershell support #1

deining opened this issue Jan 10, 2017 · 1 comment

Comments

@deining
Copy link
Contributor

deining commented Jan 10, 2017

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
Copy link
Owner

xpol commented Jan 10, 2017

Thank you for your advice. I'll add luavm.ps1 your suggested or consider a full powershell support.
Thank you for using LuaVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants