Had to move all wrapper scripts for the analysis programs to the scripts
[gromacs.git] / scripts / g_dipoles.bat
blob392fcb4ee41523eb352c9a43f92dd467c9941a2a
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 dipoles %ARGS%