Re: tcl exec ver command
- From: "suchenwi" <richard.suchenwirth-bauersachs@xxxxxxxxxxx>
- Date: 29 Sep 2005 02:17:39 -0700
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]
.
- References:
- tcl exec ver command
- From: martinkuria
- Re: tcl exec ver command
- From: Arjen Markus
- tcl exec ver command
- Prev by Date: Re: New tclkit builds - 8.4.11 and 8.5a4
- Next by Date: Re: Tcl vs. Python
- Previous by thread: Re: tcl exec ver command
- Next by thread: Re: tcl exec ver command
- Index(es):