##// END OF EJS Templates
fixed lost plot D&D...
fixed lost plot D&D Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1457:818df2712e31
r1500:9c0cd97f56a7
Show More
sciqlop.bat
6 lines | 111 B | application/x-msdownload | BatchLexer
Some Windows tweaks...
r1455 pushd %~dp0
set script_dir=%CD%
popd
set PYTHONHOME=%script_dir%\python
Close launcher console on windows...
r1457 start %script_dir%\sciqlopapp.exe
exit