Running a TCL through HM platform
Hi,
I would like to know if I can write a batch file to run a tcl script through the HM platform without actually needing to open Hypermesh .?
My code is written such that it can run via Wish console, but in my office where this macro will be used, only hypermesh is available to run tcl codes.
Also as this work does not require HM to be open, I don't want to use the FILE -> RUN option in hypermesh (making it more user friendly by not asking him/her to open hm).
Is there any way to create a batch to execute this file ?
Answers
-
Tcl wish app is in <install dir>/hw/tcl/tcl8.5.9/bin/win64
0 -
Try and then let us know result.
0 -
\Altair\14.0\hw\tcl\tcl8.5.9\win64\bin\wish85 Y:\Cae\TCLTK_BG913\pedpro_request.tcl
I wrote it like that in notepad and saved as a .bat file. It is working.
0