Replaced C++ style comments by C style
[gromacs.git] / src / tools / g_sas.bat
blob3c7c38b35d6ff5471978d7bcfc52a6d356a4f9d4
1 @echo off
2 set DIRNAME=%~dp0%
3 REM BAT files only see args 1-9. We use shift to get all.
4 set ARGS=
5 :loop
6 if [%1] == [] goto endloop
7 set ARGS=%ARGS% %1
8 shift
9 goto loop
10 :endloop
11 %DIRNAME%gmx-ana.exe -type sas %ARGS%