----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
--- Keith Ball <[EMAIL PROTECTED]> wrote:
> Runtime.getRuntime().exec("mkdir
> ItWorked");
Any reason why you are using Java to do (non-portable)
shell scripting? ;)
Seriosuly, I should think this would be a lot easier
to make and manipulate a file / dir with java.io.File,
et al.
But if what you want is to pass params to your shell
exec, you will need to look into the System class.
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]