##// END OF EJS Templates
Improved AMDA tree, uses node names instead of xml:id which is more...
Improved AMDA tree, uses node names instead of xml:id which is more human friendly Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1457:818df2712e31
r1502:239919e8e177
Show More
sciqlop.bat
6 lines | 111 B | application/x-msdownload | BatchLexer
pushd %~dp0
set script_dir=%CD%
popd
set PYTHONHOME=%script_dir%\python
start %script_dir%\sciqlopapp.exe
exit