Hi,
I am doing like below.
*createbutton(5, 'Import Model', 0, 0, 10, BLUE, 'Import Model.', EvalTcl, '$::env(FRAME_DIR_PATH)\IMPORT.tcl')
where FRAME_DIR_PATH = Path of the folder which contains IMPORT.tcl.
it is giving error as
---------------------------
Tcl/Tk script error ...
---------------------------
evaltclscript error:
The specified file 'C:\TEST\IMPORT.tcl' could not be found.
---------------------------
OK
---------------------------
where i set FRAME_DIR_PATH = C:\TEST
any one tell me how to call a tcl file which is not in any HM folders.
Thanks