Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Executing a file

    by Norm
    Replies
    5
    Views
    1,222

    Re: Executing a file

    The command that you want to execute.
    If you don't know the command, you should use the Desktop class.
  2. Thread: Executing a file

    by Norm
    Replies
    5
    Views
    1,222

    Re: Executing a file

    If you want to specify the command to use to open the file,
    build a commandline and use the Runtime exec() method to execute it.
  3. Thread: Executing a file

    by Norm
    Replies
    5
    Views
    1,222

    Re: Executing a file

    What does "run that file" mean?
    Are you asking how to ask the OS to start a program when it is given a file to be opened?
    See the Desktop class.

    Or if you have the full commandline to execute,...
Results 1 to 3 of 3