Avatar billede adada Nybegynder
23. marts 2002 - 08:24 Der er 1 kommentar og
1 løsning

en komando til at åbne exe filer

Er der nogen der kender en komando til at åbne exe filer i java, en komando lige som shell i visual basic, som kan åbne en exe fil?
Avatar billede geputzt Nybegynder
23. marts 2002 - 08:54 #1
Prøv med:
try {
Runtime.exec("dinfil.exe");
}
catch (IOException e){}
Avatar billede disky Nybegynder
23. marts 2002 - 09:41 #2
Der findes en hel del overloadede metoder du kan bruge til det:

Process exec(String command)
          Executes the specified string command in a separate process.

Process exec(String[] cmdarray)
          Executes the specified command and arguments in a separate process.

Process exec(String[] cmdarray, String[] envp)
          Executes the specified command and arguments in a separate process with the specified environment.

Process exec(String[] cmdarray, String[] envp, File dir)
          Executes the specified command and arguments in a separate process with the specified environment and working directory.

Process exec(String cmd, String[] envp)
          Executes the specified string command in a separate process with the specified environment.

Process exec(String command, String[] envp, File dir)
          Executes the specified string command in a separate process with the specified environment and working directory.

Alle kan kaste en IOException
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester