dirclean
Posted: Tue Jun 16, 2009 11:00 am
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?
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?