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 wOOdy-Soft 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. IllegalOperation38

    VTCL, has anyone ever used it?

    As I am trying to learn TCL/TK, I have found VTCL seems to be the most up to date GUI of the few I have played with so far, except it comes with zero documentation. (SpecTcl seems primitive?) I cannot seem for the world of me how to set a variable for my program outside of a procedure. I want...
  2. IllegalOperation38

    Curious setting variable problem

    I can do this Linux command from TCL set USER_NAME [exec id -nu] puts $USER_NAME IllegalOperation But when I do a set SERVER_STATUS [exec /etc/rc.d/init.d/vsftpd status] I get vsftpd is stopped child process exited abnormally The "vsftpd is stopped" is what I want, but the...
  3. IllegalOperation38

    How to do this

    Greetings. I would like to know if someone could be so kind as to show me how to do this one thing. Then I can study it and learn, and move on. I have a simple canvas with a button and a display window. When you click the button, it sends the command [df -k] which shows disk space usage in...

Part and Inventory Search

Back
Top