![]() | 1 | initial version |
I run a bunch of DOE2.1e files against a bunch of weather files using a batch file: @echo off setlocal EnableDelayedExpansion
for %%a in (*.doe) do ( for %%b in ("weather*.bin") do ( call rundoe2 %%a %%b"
)
)
![]() | 2 | No.2 Revision |
I run a bunch of DOE2.1e files against a bunch of weather files using a batch file:
file:
@echo off
setlocal EnableDelayedExpansion for %%a in (*.doe) do (
for %%b in ("weather*.bin") ("weather\*.bin") do (
call rundoe2 %%a %%b"
)
)
)
Site design and logo: Copyright © 2015 Big Ladder Software LLC. All rights reserved.
The Unmet Hours and Big Ladder names and logos are trademarks of Big Ladder Software LLC.
User contributions licensed under the Creative Commons Attribution Share Alike 3.0 License.