I am trying to execute one script file from my main script
by using "exec <filename>".
The following error message appears :
end of file' unexpected
I work under Solaris OS and the file that I invoke with
exec contains only plain tcl commands.
In general, how can I execute one script file from another ?
Could anybody help ?
by using "exec <filename>".
The following error message appears :
end of file' unexpected
I work under Solaris OS and the file that I invoke with
exec contains only plain tcl commands.
In general, how can I execute one script file from another ?
Could anybody help ?