10 lines
113 B
Batchfile

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