Page 1 of 1

SC Delete: No Option to Skip Locked?

Posted: 14 Oct 2013 16:13
by SkyFrontier
Hi.
I'm probably missing something here but I can't see an option so sc delete behaves like Delete (Skip Locked) GUI feature.
If any, I'd like to know how to have returned the skipped items in the process.

Re: SC Delete: No Option to Skip Locked?

Posted: 14 Oct 2013 16:31
by TheQwerty
Currently not part of the delete SC.

If you're only working with the current list/tree selection you can use the command ID instead - and presumably compare the selection counts to determine the number that could not be deleted.

Re: SC Delete: No Option to Skip Locked?

Posted: 14 Oct 2013 16:57
by SkyFrontier
Among other stuff, I'm trying to auto-clean %tmp% folder after each zip_extract() operation...
sc delete with skip locked parameter returning locked stuff would certainly make my job easier here.