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 bkrike 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: Donald
  • Content: Threads
  • Order by date
  1. Donald

    read a uinx link with java

    I need to read a unix link to find out what directory it's pointing to from a java app. Any ideas? thanks
  2. Donald

    getting environment variables

    System.getenv() is deprecated. How can I get at environment variables that don't appear on getProperties()?
  3. Donald

    how to produce the name of a machine (env doesn't help)

    I need to find the name of a machine programatically, but on hp-ux, there is no reference to it. Is there some secret hp method to get a machine to cough up it's name that doesn't use env?
  4. Donald

    open a self-extracting zip file AND provide the password from app

    Hi all, I'm writing an automation that includes unzipping a self-excecutable zip file which has password protection. I need to start the decompression and then feed in the password. I need to use java or perl to do this. The only things I've found so far use tcl/tk or assembler (for Pet's...
  5. Donald

    open self-extracting zip AND provide the password

    Hi all, I'm writing an automation that includes unzipping a self-excecutable zip file which has password protection. I need to start the decompression and then feed in the password. I need to use java or perl to do this. The only things I've found so far use tcl/tk or assembler (for Pet's...
  6. Donald

    Checking for the existence of other instances a project

    How can I make sure that a c++ program is the only instance (of itself) running on the machine?<br> <br> thanks<br> <br> D
  7. Donald

    C++: Detecting mouse/keyb activity from off form-ie screensaver

    I'm running some login forms that need to restart in case a user walks away from a terminal. Any ideas about detecting inactivity when the application is minimized or hidden?<br> <br> I'm flummoxed.<br> <br> D

Part and Inventory Search

Back
Top