penguin321
Programmer
I am having a problem. I am tring to copy a file from one location to another using the Runtime object, but can't seem to get it to work. I keep getting the following error:
CreateProcess: copy C:\recap.tbl C:\remote\recap.tbl error=2
Does anyone know what this means? This is the code which is causing the exception:
Runtime rt = Runtime.getRuntime();
rt.exec(ComUtility.getBlisProperty("RemoteBillSys");
CreateProcess: copy C:\recap.tbl C:\remote\recap.tbl error=2
Does anyone know what this means? This is the code which is causing the exception:
Runtime rt = Runtime.getRuntime();
rt.exec(ComUtility.getBlisProperty("RemoteBillSys");