exec [file nativename "c:/WINNT/system32/cmd.exe /c start "]
I am trying to launch a shell to run a telnet within from an tcl command but i am failing to execute the /c start part
i get the following error
exec return: "couldn't execute "c:\WINNT\system32\cmd.exe \c start ": invalid argument"
thanks in advance
I am trying to launch a shell to run a telnet within from an tcl command but i am failing to execute the /c start part
i get the following error
exec return: "couldn't execute "c:\WINNT\system32\cmd.exe \c start ": invalid argument"
thanks in advance