erlang - How to run Elixir from a thumb drive and without batch file launchers? -


i have erlang , elixir installed on thumb drive. launcher elixir windows batch file rather standalone executable.

one of computers use regularly school blocks command prompt, erlang runs without command prompt, able use erlang on school computer.

i wondering if run elixir manually or potentially powershell, code @ school.

if @ the bottom of batch file you'll see elixir.bat building argument string use when invoking erlang executable. can build argument string hand, , if launch erlang correctly you'll in elixir-land.

alternatively, if can run executable, maybe should try putting copy of powershell on thumb drive.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -