Page 1 of 1

dirclean

Posted: Tue Jun 16, 2009 11:00 am
by dbortunk
I am trying to run a run program task to run a cmd line exe called dirclean. This requires command line parameters to set the path to check. The command would look like this
c:\dirclean\dirclean.exe -i "c:\MY folder" -r -e -d
When i do this as above it doesn't work. If i run it on a directory without a space (MYFOLDER) it works fine. Any idea why and how would i run the command with a space?

dirclean

Posted: Tue Jun 16, 2009 12:18 pm
by Oleg
Add -c parameter.
Dirclean don't work without this parameter in this case. I don't know why.

dirclean

Posted: Tue Jun 16, 2009 12:24 pm
by dbortunk
No it doesn't work with the -c parameter either when there is a space in the folder name. Without a space in the folder name it works fine

dirclean

Posted: Wed Jun 17, 2009 4:23 am
by Oleg
I checked this. It's working.

Dirclean is third party utility. Refer to developers of this utility, please.