anarchistx
Programmer
Hi everyone,
I've installed activeTCL on my windows machine. I'm using tcl to script commands in the command prompt.
Everything is fine, I've been using exec cmd.exe /c [dos command] to run everything.
When I try to revert back to tcl commands such as glob, nothing happens.
I first tested to make sure glob works by
doing tclsh, which I get ->%
and type in ->glob *
and it works.
but when I use it in my script [test.tcl], I get no results. All my other tcl commands work just fine. Any ideas?
Thanks.
I've installed activeTCL on my windows machine. I'm using tcl to script commands in the command prompt.
Everything is fine, I've been using exec cmd.exe /c [dos command] to run everything.
When I try to revert back to tcl commands such as glob, nothing happens.
I first tested to make sure glob works by
doing tclsh, which I get ->%
and type in ->glob *
and it works.
but when I use it in my script [test.tcl], I get no results. All my other tcl commands work just fine. Any ideas?
Thanks.