Hi all,
my tcl/tk program works fine, as long as program.tcl file is launched.
BUT, if I compile it to .exe (as described here: and I launch program.exe file, exec commands - like the following - don't work anymore:
set out [catch { exec "./collectfiles.bat" -ne $ip -dir -outDir "$Glob(out_dir)" -timeout 100 >> "$Glob(out_dir)/$ip.log" & } err]
I suspect a different behavior of stdout in program.exe. Is it possible?
Has anybody of you had any similar experience after compiling an exe file?
Thanks in advance.
my tcl/tk program works fine, as long as program.tcl file is launched.
BUT, if I compile it to .exe (as described here: and I launch program.exe file, exec commands - like the following - don't work anymore:
set out [catch { exec "./collectfiles.bat" -ne $ip -dir -outDir "$Glob(out_dir)" -timeout 100 >> "$Glob(out_dir)/$ip.log" & } err]
I suspect a different behavior of stdout in program.exe. Is it possible?
Has anybody of you had any similar experience after compiling an exe file?
Thanks in advance.