Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. toaran

    download a file from http server

    hi i tried to download a file from a http server an save this to my HD its funcional but not if i'm behind a firewall so my question is: how can i put in the username and PW from the firewall? this is my test code i get it from this forum i'm a beginner in TCL :) package require http 1.0...
  2. toaran

    what means this piece of code

    hi i found this piece of code inside a proc but i don't know what "expect *" means ... expect { -re ".*" { expect * set temp1 $expect_out(buffer) # puts...
  3. toaran

    breaking an endles loop

    hi i have the problem.. i have an endless loop and want press a key to stop the loop ..... is this posible ??? i use the NT ported version
  4. toaran

    NT_version of expect

    problem solved ... the problem was spawn telnet localhost 7043 --> slavedrv.exe crash spawn 127.0.0.1 7043 --> all is running fine ... :confused: but only on one PC ... on all others spawn telnet localhost 7043 was ok anyone have a idea why ???
  5. toaran

    NT_version of expect

    hi i have a myterious problem ... i have the NT version of TCL/TK with expect all is running fine but only on one PC (same configuration as the other PSs) the slavedrv.exe produces an error when i run an script that spawns a telnet process...... my question now is what is the slavedrv.exe...
  6. toaran

    automatic resize the picture when loadet in a PicBox

    hi i need some help with the PictureBox... when i load a .bmp Pic in the Box by drag&drop it should be resized ... but if i drop it in, the Box is resized .... how can i change this to see the full picture ??? thx for help
  7. toaran

    How to convert hex to bin?

    hi this was my first script i made with tcl(only one part) and it works ... proc hex_to_bin {hex} { set hex_to_bin(0) 0000 set hex_to_bin(1) 0001 set hex_to_bin(2) 0010 set hex_to_bin(3) 0011 set hex_to_bin(4) 0100 set hex_to_bin(5) 0101 set hex_to_bin(6) 0110 set hex_to_bin(7) 0111 set...
  8. toaran

    lates expect version ported for WinNT/2K

    hi what is the latest version for expect and where can i download it for Windows Nt or win 2K ? greets toaran

Part and Inventory Search

Back
Top