Hello,
I am runing the following command line and get the error below.
Code:
eraser addtask -m=(d1583631-702e-4dbf-a0e9-c35dba481702) -s=now -d=c:\temp\
I am guessing I got the path wrong. Can someone point out my error?
Session: Friday, September 16, 2011 5:07:59 PM
Friday, September 16, 2011 5:07:59 PM Error Value cannot be null.
Parameter name: path
This one without the "\" at the end give me the error below.
Code:
eraser addtask -m=(d1583631-702e-4dbf-a0e9-c35dba481702) -s=now -d=c:\temp
Session: Friday, September 16, 2011 5:13:55 PM
Friday, September 16, 2011 5:13:55 PM Error Attempted to access a path that is not on the disk.
Looking at the GUI, looks like its trying to target c:\program files\eraser\temp
Why is it virtualizing the path? How do I direct it to C:\temp from the command line?