Search:

Type: Posts; User: davidvee

Search: Search took 0.13 seconds.

  1. Re: Program that Opens/Executes a File on Windows

    Problem solved. I just had to change my array around to:

    {"rundll32", "url.dll,FileProtocolHandler", "C:\\Documents and Settings\\Folder\\Filename"}
  2. Program that Opens/Executes a File on Windows

    I made a program that could open a file on a mac and it worked fine. For some reason when I try it on Windows with this code I receive an error message.


    try{
    Runtime.getRuntime().exec(new...
Results 1 to 2 of 2