mekasampath
Programmer
Hello All,
I am new to TCL Scripting i have an existing tcl script in that i need to invoke/call VBScript file based on the return value of the VBSCript TCL script should terminate or proceed.
Kindly help me in achieving.
Sample code :
tk_messageBox -message "This is starting"
set res [exec cmd.exe /c start G:/TestSample.VBS]
tk_messageBox -message "This is starting 2"
Thanks & Regards,
Sampath
I am new to TCL Scripting i have an existing tcl script in that i need to invoke/call VBScript file based on the return value of the VBSCript TCL script should terminate or proceed.
Kindly help me in achieving.
Sample code :
tk_messageBox -message "This is starting"
set res [exec cmd.exe /c start G:/TestSample.VBS]
tk_messageBox -message "This is starting 2"
Thanks & Regards,
Sampath