I'm just using IIS. I got around the problem by having the user click a link that runs a batch file and obtains the local hostname and runs the scripts I need. Probably not the ideal solution but it gets me what I need. Thanks
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?
You can use the Windows PSTAT utility (http://support.microsoft.com/kb/927229). You would need to write some code to parse the output though. You can also use PSINFO (http://www.microsoft.com/technet/sysinternals/systeminformation/psinfo.mspx) which might be a little easier to use. Good luck...
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
Thanks, I'll try that. Whats wierd is the feedback bar appears at the end, when it is complete, but its in the background (not the focus). It just doesn't want to display as it updates... Its not hiding in the background somewhere because I run it with no windows open.
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...
You can also do it on the fly with the command prompt (on Windows),
exec cmd /C echo "Whatever $var or text" > C:\\your_file
and append to the file with double >>
exec cmd /C echo "Whatever else" >> C:\\your_file
What if you tried dumping the name of the directory selected into a file somewhere, like C:\Temp or someplace, then the next time you fire off your program check if that file exists and grab the value from it
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...
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.