running external Dos commands or programs
- From: "Dubh" <Dubh@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Apr 2005 14:39:11 -0700
I have come up with a problem which I can't seem to be able to resolve. I
want to be able to map a drive but haven't been able to get the
java.lang.runtime to do this for me. To check where the problem might lie, I
called the notepad program instead. Now when I check the Processes under Task
Manager I find that there is a NOTEPAD.EXE process running but there is no
window for the process nor a corresponding application. Can anyone help me as
I am completely baffled. I'm using what I think is standard java code:
Process p = Runtime.getRuntime().exec(command);
Brian
.
- Follow-Ups:
- Re: running external Dos commands or programs
- From: Lars-Inge Tønnessen [VJ# MVP]
- Re: running external Dos commands or programs
- Prev by Date: Re: J# Class Library
- Next by Date: Re: printf in J#?
- Previous by thread: printf in J#?
- Next by thread: Re: running external Dos commands or programs
- Index(es):
Relevant Pages
|