Hi,
I have TCL (scripting language) running on my server. I can run it from the command line, but when I type in:
exec master..xp_cmdshell "tcl c:\tcl_scripts\finddate.tcl"
in an isql window, I get the error:
'tcl' is not recognized as an internal or external command,
operable program or batch file.
Any ideas as to why I can run this from the command line and not the isql window?
Thanks!