Re: I need a command line in Windows NT
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 09:07:13 -0700
redgambit wrote:
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.
Are you handling STDIN and STDOUT for your command line program? If not it can hang.
--
Knute Johnson email s/nospam/knute/ .
- 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
- 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: Handling "Press any key to continue..."?
- Previous by thread: Re: I need a command line in Windows NT
- Next by thread: Best way to develop in parallel
- Index(es):
Relevant Pages
|