Re: I need a command line in Windows NT
- From: "redgambit" <mbrandt@xxxxxxxxxxxxx>
- Date: 29 Jun 2005 07:59:44 -0700
Its weird because I also have this in my program
String cmdLine5 = "\\\\a1\\scripts\\licensesign";
try {
Process process = Runtime.getRuntime().exec(cmdLine5);
}
catch (IOException ioe) {
System.out.println(ioe);
and it works fine. Also if I open the task manager and watch it the
processes CMD shows up on Processes tab but doesn't run and doesn't
show up on the Applications tab like its suppost to.
.
- Follow-Ups:
- Re: I need a command line in Windows NT
- From: Knute Johnson
- Re: I need a command line in Windows NT
- From: William Brogden
- Re: I need a command line in Windows NT
- References:
- I need a command line in Windows NT
- From: redgambit
- Re: I need a command line in Windows NT
- From: Alan Krueger
- Re: I need a command line in Windows NT
- From: redgambit
- I need a command line in Windows NT
- Prev by Date: Re: I need a command line in Windows NT
- Next by Date: Re: drawing arrows...
- Previous by thread: Re: I need a command line in Windows NT
- Next by thread: Re: I need a command line in Windows NT
- Index(es):
Relevant Pages
|