Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exec wish problem

Status
Not open for further replies.

shenjo

Programmer
Joined
Sep 22, 2005
Messages
1
Location
MX
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top