It now opens up an MS Explorer window. As it has neither Variables nor dots my knowledge of scripting is insufficient to trouble shoot.msg "delete items forever?",1;
openwith ""C:\WINDOWS\system32\sdelete.exe" -p 5 -s <items>", m
Script challenged - redux
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Script challenged - redux
Before 7.6 this (from another Forum member) worked fine:

-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Script challenged - redux
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
XYplorer Beta Club