Search:

Type: Posts; User: helloworld922

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    7,264

    Re: Using JAVA to access System Resources

    Sounds like you have some deadlocking issues. Could you post your code so we can take a look at it?
  2. Replies
    9
    Views
    7,264

    Re: Using JAVA to access System Resources

    I did a little reading into the wmic command you're using and you can have it output that information into the standard output instead of a file.

    It will take a while (more time if you have more...
  3. Replies
    9
    Views
    7,264

    Re: Using JAVA to access System Resources

    If you know what commands you want run, you can try using the code I have here: http://www.javaprogrammingforums.com/file-i-o-other-i-o-streams/5734-windows-cmd-prompt-streams.html#post21660. It's a...
Results 1 to 3 of 3