Make Delete Scripting Command More Like "Nuke"

Features wanted...
Post Reply
Jeff Bellune
Posts: 284
Joined: 13 Dec 2007 12:55

Make Delete Scripting Command More Like "Nuke"

Post by Jeff Bellune »

I'd like to have the delete scripting command work like Nuke.

If I delete user temp files by using Nuke, any file that's open or protected gets silently ignored.

If I delete those same files by script:

Code: Select all

DELETE 0,0,"E:\User\Temp\*"
Then I get the standard Try Again/Cancel warning dialog.

I have UAC turned completely off in Vista 64.

I've noticed that even with Nuke, any open or protected files in the system temp folder (Windows\Temp) will produce the warning dialogs.

Is that because the OS is 64-bit and XY is 32-bit?

I ask that question because another file manager program that-I-don't-like-anywhere-near-as-much-as-XY-for-lots-of-reasons has a 64-bit version with a quiet deletion mode that suppresses even the system temp file warnings.

-Jeff

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: Make Delete Scripting Command More Like "Nuke"

Post by jacky »

Jeff Bellune wrote:I'd like to have the delete scripting command work like Nuke.
I think what you're after would be for command delete to have a param to "Skip Locked" which could be nice, yeah.
Proud XYplorer Fanatic

Jeff Bellune
Posts: 284
Joined: 13 Dec 2007 12:55

Re: Make Delete Scripting Command More Like "Nuke"

Post by Jeff Bellune »

jacky wrote:
Jeff Bellune wrote:I'd like to have the delete scripting command work like Nuke.
I think what you're after would be for command delete to have a param to "Skip Locked" which could be nice, yeah.
Oooooh. "Skip Locked". I like it a lot! :D

Jeff Bellune
Posts: 284
Joined: 13 Dec 2007 12:55

Re: Make Delete Scripting Command More Like "Nuke"

Post by Jeff Bellune »

Is adding the "Skip Locked" parameter to the scripting "Delete" command possible? It seems like a nice FR.

-Jeff

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make Delete Scripting Command More Like "Nuke"

Post by admin »

Jeff Bellune wrote:Is adding the "Skip Locked" parameter to the scripting "Delete" command possible? It seems like a nice FR.
Later. Also "Safe Erase" (what should have been called "Nuke" properly) should/could be added: repeated overwriting with random patterns.

What's FR?? Feature?

Jeff Bellune
Posts: 284
Joined: 13 Dec 2007 12:55

Re: Make Delete Scripting Command More Like "Nuke"

Post by Jeff Bellune »

admin wrote:
Jeff Bellune wrote:Is adding the "Skip Locked" parameter to the scripting "Delete" command possible? It seems like a nice FR.
Later. Also "Safe Erase" (what should have been called "Nuke" properly) should/could be added: repeated overwriting with random patterns.

What's FR?? Feature?
Thanks, Don.

Feature Request

-Jeff

Post Reply