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
dirclean
Add -c parameter.
Dirclean don't work without this parameter in this case. I don't know why.
Dirclean don't work without this parameter in this case. I don't know why.
dirclean
I checked this. It's working.
Dirclean is third party utility. Refer to developers of this utility, please.
Dirclean is third party utility. Refer to developers of this utility, please.