15 lines
96 B
Batchfile
15 lines
96 B
Batchfile
set p=..\Gams_WrkJRCTIMES
|
|
|
|
for %%s in (
|
|
|
|
cli
|
|
bau
|
|
cli90
|
|
|
|
) do (
|
|
collect_single %%s %p%
|
|
)
|
|
|
|
PAUSE
|
|
|