JAL-3830 BAT file wrapper around powershell, so jalview works in command prompt....
[jalview.git] / utils / getdown / bin / jalview.bat
1 @ECHO OFF
2 SET ThisScriptsDirectory=%~dp0
3 SET PowerShellScriptPath=%ThisScriptsDirectory%jalview.ps1
4 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%' %*";