Revision history [back]
How to use Command line
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
How to use Command line
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
How to use Command line
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
How to use Command line
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
How to use Command line
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!5ZoneAirCooled.idf
Here is my script;
c:\>EnergyPlusV8-7-0\Epl-run 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
Y and what I got after running the script;
c:\>IF c:>IF "FALSE" == "FALSE" DEL Energy+.idd
Could Not Find c:\Energy+.idd
c:\Energy+.idd c:\>IF c:>IF
"FALSE" == "FALSE" DEL Energy+.ini
Could Not Find c:\Energy+.ini
c:\Energy+.ini c:\>goto :done
c:\>if c:>goto :done
c:>if
EP == Y pause
pause Thanks