Re: tcl exec ver command



A batch file isn't needed, just call what auto_exe*** gives you, but
with an added [eval], as it's a call to cmd with arguments:

% exec ver
couldn't execute "ver": no such file or directory
% exec [auto_exe*** ver]
couldn't execute "C:\WINNT\system32\cmd.exe \c ver": no such file or
directory
% eval exec [auto_exe*** ver]

Microsoft Windows XP [Version 5.1.2600]

.


Quantcast