Script challenged - redux

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Script challenged - redux

Post by aurumdigitus »

Before 7.6 this (from another Forum member) worked fine:
msg "delete items forever?",1;
openwith ""C:\WINDOWS\system32\sdelete.exe" -p 5 -s <items>", m
It now opens up an MS Explorer window. As it has neither Variables nor dots my knowledge of scripting is insufficient to trouble shoot. :oops:

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Script challenged - redux

Post by serendipity »

I use this from Catalog now and without problems.

Code: Select all

//Delete items
 focus;
 #101;
 msg "Delete below item(s) permanently? <br> <clipboard>",1; 
 openwith """C:\WINDOWS\system32\sdelete.exe"" -p 5 -s <items>", m

Post Reply