exec script in welcome msg and return value
i want the script to return a variable in my logon msg
ive tryed several ways for example this ..:
%[exec(TCL ..\scripts\ioUptime.tcl uptime mins)]
but its not working how is that ..
script
return $varname
or does it need to be puts ??
|