hi
i have one program "1.tcl" in there i have this line
"exec wish {2.tcl} {file} &"
the first is the name of the file, and the second ?
heres the thing, i need to open the file 2.tcl and when opened send a variable (file) to do things with it..
this can be done with exec wish ? or with what command i can execute a tcl file and send commands ?
what will the correct sintaxis for that if it can be done.
thxs
i have one program "1.tcl" in there i have this line
"exec wish {2.tcl} {file} &"
the first is the name of the file, and the second ?
heres the thing, i need to open the file 2.tcl and when opened send a variable (file) to do things with it..
this can be done with exec wish ? or with what command i can execute a tcl file and send commands ?
what will the correct sintaxis for that if it can be done.
thxs