2 rem SPDX-License-Identifier: GPL-2.0-or-later
\r
3 rem startscript for xmaxima
\r
5 rem get directory, where xmaxima.bat is installed (including final "\")
\r
7 rem change "\" to "/" in that path. Works too and causes less troubles.
\r
8 set "xmpath=%xmpath:\=/%"
\r
10 set "MAXIMA_PREFIX=%xmpath%/.."
\r
12 start "Xmaxima" /b "%xmpath%wish86s.exe" "%xmpath%xmaxima" %*
\r