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 TouchToneTommy 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: *

  • Users: toaran
  • Content: Threads
  • Order by date
  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

    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...
  5. 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
  6. 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