First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
Are there any ways int Tcl to coordinate 2 EXE files?
Hello, My program includes a Tcl "console", and 2 EXE files. Thay are all started when the programs begins. I try to use the "console" to coordinate the 2 EXE files. For example, step 1: instruct 1st EXE file to do somehing step 2: instruct 2nd EXE file to do somehing, after step 1 finished. The 2 EXE files c... 10 Jul 2008 01:01
expect failing send
Hi Tcl experts, I have a problem trouble me for a long period of time please look at this debug log (where I set exp_internal -f log 0 ) send: sending "//ask this\r" to { exp7 } send: sending "//check \u00b6\u00a7\u00a5\u00fa\u00b8\u00cc \u00b0{\u00c4\u00a3\u$ to { exp7 } send: sending "//ask this\r... 9 Jul 2008 04:28
puts in threads on windows not working
I am trying to learn threads in tcl. I have a tclkit 5.2 on windows, that has threads 2.6.5 and I can create a thread, but if I use a puts in that thread, the thread dies. Does anyone have an example showing how to do a puts to the console from a thread on windows? ... 15 Jul 2008 10:14
nobody in today?
Not a single message today (July 8)? How strange. ... 9 Jul 2008 16:48
expect failing send
Hi Tcl experts, I have a problem trouble me for a long period of time please look at this debug log (where I set exp_internal -f log 0 ) send: sending "//ask this\r" to { exp7 } send: sending "//check \u00b6\u00a7\u00a5\u00fa\u00b8\u00cc \u00b0{\u00c4\u00a3\u$ to { exp7 } send: sending "//ask this\r... 8 Jul 2008 21:19
Random Number
Hi Is there any easy way to generate a random number in TCL? In some way, I wanna force a signal to HIGH for different amount of times between 10 & 30 ns. Any ideas? Thanks! ... 9 Jul 2008 14:44
Mouse events
This is probably not the best place to ask this question, but since at least one part of the question involves Tk, I am starting here in case someone has hit this before. This involves X Windows on Linux with the Xfce4 window manager. Is there any way of making the mouse events go to more than one place ? I... 8 Jul 2008 17:12
spawn and ssh problem
I have the below codes to login a server ---------------------------------------------------------------- proc login {userId serverIp} { spawn ssh -l $userId $serverIp set prompt "(%|#|\\\\$)" while {1} { expect { -nocase "password:" { exp_send "123456\n" } -re $prompt... 10 Jul 2008 14:27
To update a TIP
Cameron Laird wrote: What will it take to augment the TIP discussion with an appropriate reference to the tcl-core mailing list archive? Apart from actually writing it? Email it to me and I'll splice it in. (Withdrawn TIPs are non-editable through the web interface.) Donal (no, I've not time to do the sum... 9 Jul 2008 14:44
To update a TIP (was: Tcl-URL! - weekly Tcl news and links (Apr 30))
In article <g4vf66$ea$1(a)godfrey.mcc.ac.uk>, Donal K. Fellows <donal.k.fellows(a)manchester.ac.uk> wrote: Gilles wrote: But the discussion of the TIP: <http://sourceforge.net/tracker/index.php?func=detail&aid=1477426&group_i d=12997&atid=312997> doesn't show this hostility. Was there a private... 8 Jul 2008 10:00
First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88