Re: Problem invoking Windows copy command using Runtime.getRuntime().exec()

klynn47_at_comcast.net
Date: 02/24/05


Date: 24 Feb 2005 14:20:37 -0800

After the "cmd.exe" try adding "/c".

If that still doesn't work, then you can get a reference to the
ErrorStream of the Process with getErrorStream(). Then you can read
from it with a BufferedReader.