I'm a newbie to Dreamweaver but I can't seem to find how to obtain the computer's hostname and/or username that is accessing my page (I want to display it on the page). Any ideas?
Is there a good site for users to share programs? I have created several programs (wrapped into .exes for Windows) that may be useful to other system admins, also I am interested in seeing what else is out there available.
Thanks, Travis
Hey guys - I have a simple program to monitor a folder's size increase, using the iwidgets::feedback. I used prowrap to make a standalone .exe so I could transfer it to a network where I dont have TCL installed (not allowed). The problem is for some reason the progress bar does not want to...
We just recently upgraded to Samba 3.0.13 on an AIX system. We use extended ACLs heavily. The reason for the upgrade was we migrated to a new domain, and the old version of Samba would not support it. Now since the upgrade, only the owner of a file can rename or delete the file, regardless if...
Hello, I'm using Tcl\TK 8.4 on Windows and I'm trying to create a GUI with buttons, pulldowns, etc... but what I want to do is have my GIF logo as the entire background and have the buttons placed inside the logo. I've tried several variations but can't seem to get the buttons to pack inside...
I have an XP and a Win98 machine both hooked to a router on roadrunner. If I do an ipconfig /all in DOS, the 98 machine reports its host name as matt.cfl.rr.com, when the host name in windows is set up as just matt. I can see him as matt on the network, ping him with name and IP, and access...
I did a clean wipe and full install of XP on my system (800 mhz, 256 mb, 20 gig). Ever since then, every once in a while when I launch my browser, the system crashes to the blue screen then reboots itself. Is this a known problem? It only happens when I launch the browser, regardless if I...
I'm trying to figure out how to set up a parent directory so that all sub-directories/files created afterwards retain the same permissions as the parent, regardless of which user/group created it. I know the SGID attribute in the ACL table retains the group ID, but I need the ownership and all...
Hello,
has anyone had experience with running batch files from tcl? I have a .bat file set up for ftp'ing files, and the output of the ftp command pipes to a log file. If I double click the .bat file, it runs fine and the log file reports all the arguments and responses from the ftp command...
Hi all,
I'm having a problem with the gets command. I'm generating a dos directory listing from a text file that is generated by my program on the fly. My problem is when I say [gets $dos_text_file] when it reads a line such as c:\temp\test it automatically treats the \ as an escape character...
Hello, for some reason I can mount a directory on all of my workstations except one, and that one continually gives me a permission denied error. I'm positive the name and password is correct, and all the permissions are correct. The exportfs table on the machine I'm trying to mount from is...
Has anyone worked with TCL on an AIX machine? I can run it fine on SGI machines but AIX is giving me problems. I begin the script pointing towards the shell (#!/usr/local/bin/tclsh) but it won't recognize several commands (tk_messageBox for one). Any suggestions?
Travis Mucklow
Software...
For some reason, the checkbuttons as I have them set up below will not toggle the value of the variables assigned to them when checked/unchecked. Whats odd is this exact same code works in a different procedure but not this one, the variables keep and retain whatever the initial state of the...
Does anyone know a command in either NT or DOS that will display ownership/permissions of a file? I know you can see it by physically clicking on the file's properties but I need to be able to access it through a TCL script. The DOS "cacls" command does not report back enough...
Is there a way to default a checkbutton to be checked initially?
Something like:
checkbutton $w.b1 -text "test" -variable whatever -relief raised and I'm looking for -initial_value checked
or something like that. Any ideas? Nothing has worked so far.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.