Binh Hoang wrote: > I have changed interface tkemc. Now, i have a script with file.tcl but i > don't know to compile that file? please! > tcl scripts are not compiled. The are interpreted in real time by the tcl interpreter. If you have a stand-alone tcl script, you can run it with a command like this :
wish file.tcl (in some cases you have to say wish source file.tcl) If it is part of a larger system, line EMC, then you can just put it in the emc/tcl directory and name it tkemc.tcl If you want to execute it by a selection from the .ini file, then I think you are going to have to modify the emc command script to call it up. Jon ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
