I am new in tcl.
I want to ask the question about tcl exec command. I want to execute the command through exec with -file arguments. for example
exec myprogram -tcl -file [file_name.tcl] -nogui
I am writing this code in tcl_file and trying to execute the tcl code through tclsh tcl_file.tcl , but due to wrong arguments I could not able to pass file_name.
advance thanks