Add hypergeometric representation of erf_generalized
[maxima.git] / crosscompile-windows / lispselector.bat
blob67836257c56aba9bbb5dfd5fa5b384f2c2b3efa7
1 @echo off\r
2 rem startscript for Lisp configuration tool\r
3 \r
4 rem the get directory, where the this file is installed (including final "\")\r
5 set xmpath=%~dp0\r
6 \r
7 start "" "%xmpath%wish86.exe" "%xmpath%lispselector.tcl" %*\r
8 \r