Windows installer: Comment change only.
[maxima/cygwin.git] / crosscompile-windows / xmaxima.bat
blobb2b8dc9734bc44532d8d1d9233aee81b4494c83c
1 @echo off\r
2 rem SPDX-License-Identifier: GPL-2.0-or-later\r
3 rem startscript for xmaxima\r
4 \r
5 rem get directory, where xmaxima.bat is installed (including final "\")\r
6 set xmpath=%~dp0\r
7 rem change "\" to "/" in that path. Works too and causes less troubles.\r
8 set "xmpath=%xmpath:\=/%"\r
9 \r
10 set "MAXIMA_PREFIX=%xmpath%/.."\r
12 start "Xmaxima" /b "%xmpath%wish86s.exe" "%xmpath%xmaxima" %*\r