For Programmers: Free Programming Magazines  


Home > Archive > Java Help > August 2005 > Re: I need a command line in Windows NT









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: I need a command line in Windows NT
Roedy Green

2005-08-29, 3:57 am

On 28 Jun 2005 15:04:41 -0700, "redgambit" <mbrandt@earthlink.net>
wrote or quoted :

> String cmdLine6 = "cmd \\\\a1\\scripts\\clientconvert.exe";
> try {
> Process process = Runtime.getRuntime().exec(cmdLine6);


you don't need CMD to exec an exe file. See
http://mindprod.com/jgloss/exec.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com