MyBuildingTclViewer.bat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
The | [[Image:BuildingTclLogo.gif|link=BuildingTcl|right]] | ||
The following command needs to be in one line. It calls the OpenSeesTk executable and automatically sources MyBuildingTclViewer.tcl | |||
<source lang="Tcl"> | <source lang="Tcl"> | ||
"C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/OpenSeesProgramFiles/OpenSeesTk" | "C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/OpenSeesProgramFiles/OpenSeesTk" "C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/myBuildingTclViewer.tcl" | ||
"C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/myBuildingTclViewer.tcl" | |||
Line 14: | Line 13: | ||
---- | ---- | ||
Return to [[BuildingTcl Installation Instructions]] | Return to [[BuildingTcl Installation Instructions]] | ||
Latest revision as of 17:10, 30 October 2009
The following command needs to be in one line. It calls the OpenSeesTk executable and automatically sources MyBuildingTclViewer.tcl
"C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/OpenSeesProgramFiles/OpenSeesTk" "C:/Users/AASilvia/AAProjects/OpenSees/BuildingTcl_All/BuildingTcl_Release1.9/myBuildingTclViewer.tcl"
Return to BuildingTcl Installation Instructions