10 lines
111 B
Batchfile

for %%s in (
CLI
) do (
CALL gams %%s.dmp gdx=GAMSSAVE\%%s
GDX2VEDA GAMSSAVE\%%s times2veda.vdd %%s
)
pause