Hello,
I got some issues with running E+ from CMD. Lets say I wanna to run 5ZoneAirCooled.idf (as example file) . I tried different scripts but the process is always terminated!
Here is my script; c:>EnergyPlusV8-7-0\Epl-run c:\EnergyyPlusV8-7-0\Energy+.idd c:\EnergyPlusV8-7-0\ExampleFiles\5ZoneAirCooled c:\EnergyPlusV8-7-0\ExampleFiles\5ZoneAirCooled idf "C:\EnergyPlusV8-7-0\WeatherData\USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3.epw" EP N nolimit N N 0 Y
and what I got after running the script; c:>IF "FALSE" == "FALSE" DEL Energy+.idd Could Not Find c:\Energy+.idd
c:>IF "FALSE" == "FALSE" DEL Energy+.ini Could Not Find c:\Energy+.ini
c:>goto :done
c:>if EP == Y pause
Thanks