Hi Larry
U can use

Process p = Runtime.getRuntime().exec("external command name");
p.waitFor();

p.waitFor() will make the current thread waiting for the process to complete.

Cna u or anyone can tell me how to invoke the "mv"  command on solarries or unix
through my Java Application.


Regards

Shahzad Mahmood
Software Engineer
CresSoft Pvt. Ltd.
http://www.cressoft.com.pk

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to