From: Abhishek T. <abh...@au...> - 2016-02-04 08:51:11
|
Hi My script looks like this : ---------------- #!/bin/sh # the next line restarts using tclsh \ exec tclsh "$0" "$@" interp create container interp eval container { source c:/DEV/listmanager.LM110dev/qa/Profiling.CreateDlvrDashData.withmf.withsitemap/mult_1_run.tcl } interp delete container interp create container interp eval container { source c:/DEV/listmanager.LM110dev/qa/Profiling.CreateDKIMdata.withmf.withsitemap/mult_1_run.tcl } interp delete container ------------------------- But its giving me this error : can't read "argv": no such variable at these lines : interp eval container Please suggest the solution Regards Abhishek |