Search found 321 matches

by swan_x
14 Nov 2023 09:24
Forum: Tips & Tricks, Questions & Answers
Topic: run NetworkAndSharingCenter & app
Replies: 5
Views: 162

Re: run NetworkAndSharingCenter & app

nope, my "Regards" It's for everyone who has viewed my thread, even if they haven't replied to it. It was a generic greeting because since I didn't have any other solutions from you, I thought it would be a good idea to close the topic with a "simple" run script and again Regards...
by swan_x
13 Nov 2023 19:34
Forum: Tips & Tricks, Questions & Answers
Topic: run NetworkAndSharingCenter & app
Replies: 5
Views: 162

Re: run NetworkAndSharingCenter & app

welcome ... i'm old here. joined on 2009 ... but thanks anyway!
by swan_x
13 Nov 2023 17:31
Forum: Tips & Tricks, Questions & Answers
Topic: run NetworkAndSharingCenter & app
Replies: 5
Views: 162

Re: run NetworkAndSharingCenter & app

ok, solved with run script command only (and assigned letter)

Regards
by swan_x
12 Nov 2023 22:40
Forum: Tips & Tricks, Questions & Answers
Topic: run NetworkAndSharingCenter & app
Replies: 5
Views: 162

run NetworkAndSharingCenter & app

hi there, i need to run NetworkAndSharingCenter window, then run another software so, from 'User - Open' i've put this command: "<xy>" /feed="::runq 'C:\Windows\SysWOW64\control.exe /name Microsoft.NetworkAndSharingCenter';wait 500;runq 'D:\program:name.exe' but this command does not ...
by swan_x
24 Mar 2023 18:41
Forum: Tips & Tricks, Questions & Answers
Topic: rename filenames from clipboard
Replies: 4
Views: 329

Re: rename filenames from clipboard

found easy solution. new script with:

Code: Select all

"copy to clipboard" #102;
"rename" rename "l", <clipboard>;
solved. Regards
by swan_x
24 Mar 2023 17:30
Forum: Tips & Tricks, Questions & Answers
Topic: rename filenames from clipboard
Replies: 4
Views: 329

Re: rename filenames from clipboard

... and little simply script for To Clipboard -> Item Name(s) ? i need one script with 2 part: first part To Clipboard -> Item Name(s) second part (my solution above) rename "l", <clipboard>; yes, i know, first part it's easy from context menu or also Ctrl+Shift+P but need to run script fo...
by swan_x
13 Mar 2023 17:48
Forum: Tips & Tricks, Questions & Answers
Topic: rename filenames from clipboard
Replies: 4
Views: 329

Re: rename filenames from clipboard

sorry for my question.

i've find myself (or understand) a simply solution with run script rename "l", <clipboard>;

then solved. Regards
by swan_x
13 Mar 2023 17:31
Forum: Tips & Tricks, Questions & Answers
Topic: rename filenames from clipboard
Replies: 4
Views: 329

rename filenames from clipboard

i have a list of file. copy to clipboard Item names, then from Rename special - Batch Rename i write <clipboard> but i don't get goal

so, how to rename files from clipboard ?

the files list are on two separate folder (not on same folder)
by swan_x
26 Jan 2023 17:00
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion - part 2

ok thank you. it work

i want write here the right final code, for other users who may have the same needs as me

Code: Select all

delete 0, 0, formatlist(listfolder(, , 1), "f", , "!*.en.lng", "f")
by swan_x
26 Jan 2023 14:38
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

script to delete file with exclusion - part 2

about my post: https://www.xyplorer.com/xyfc/viewtopic.php?t=25718 why you have lock the thread? your command does not work for me. i've already tried the same command, but not work for me. that's why i still didn't understand ... i've run: delete 0, 0, formatlist(listfolder(, , 1), "F", ,...
by swan_x
26 Jan 2023 09:35
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion

anyway problem unsolved i've read the help on formatlist() but can't find right way for my case the inversion was already in your own first post and now you can't even apply that any more? as already mentioned in my first post, if i use the string of post 1, everything is deleted you suggest using f...
by swan_x
25 Jan 2023 14:47
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion

and we are at post number 8. 1 line and 1 answer were enough. is it possible that you have to weigh your knowledge? is it possible that no one else answers a really stupid question? This is really very frustrating for those who do not know things (like me). obviously if i knew I wouldn't have wasted...
by swan_x
25 Jan 2023 14:16
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion

sorry but i can't find a right way ...

with this command

Code: Select all

delete 0, 0, formatlist(listfolder(, , 1), "f", , "*.en.lng", "f")
i have exactly the opposite of what i need
by swan_x
25 Jan 2023 10:30
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion

yes, sorry. i was going to edit my post but you're faster than me!
by swan_x
25 Jan 2023 10:16
Forum: Script Exchange
Topic: script to delete file with exclusion
Replies: 13
Views: 793

Re: script to delete file with exclusion

sorry my ignorance but with "wildcard" you mean ...?