dirclean

Discuss RoboTask here
Post Reply
dbortunk
Posts: 27
Joined: Mon Jun 08, 2009 10:38 am

dirclean

Post 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?
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

dirclean

Post by Oleg »

Add -c parameter.
Dirclean don't work without this parameter in this case. I don't know why.
dbortunk
Posts: 27
Joined: Mon Jun 08, 2009 10:38 am

dirclean

Post 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
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

dirclean

Post by Oleg »

I checked this. It's working.

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