JAL-3830 BAT file wrapper around powershell, so jalview works in command prompt....
[jalview.git] / utils / getdown / bin / jalview.bat
diff --git a/utils/getdown/bin/jalview.bat b/utils/getdown/bin/jalview.bat
new file mode 100755 (executable)
index 0000000..428019b
--- /dev/null
@@ -0,0 +1,4 @@
+@ECHO OFF
+SET ThisScriptsDirectory=%~dp0
+SET PowerShellScriptPath=%ThisScriptsDirectory%jalview.ps1
+PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%' %*";