Page 1 of 1

Script challenged - redux

Posted: 11 Sep 2008 17:11
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:

Re: Script challenged - redux

Posted: 11 Sep 2008 17:16
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