Search found 15 matches

by Member
04 Mar 2020 05:52
Forum: Tips & Tricks, Questions & Answers
Topic: Launching Apps with a Press of a Button?
Replies: 2
Views: 1746

Launching Apps with a Press of a Button?

I'm trying to create a button where pressing down would run multiple applications all at once. I have added the commands below, but all I am getting is a drop down menu to click on them to run. run """<xydrive>\Apps\App1\App1.exe"""; run """<xydrive>\Apps...
by Member
04 Mar 2020 03:24
Forum: Script Exchange
Topic: ListManagementHouseCleaning
Replies: 119
Views: 44315

Re: ListManagementHouseCleaning

Confirmed working now. Thanks gentlemen.
by Member
03 Mar 2020 04:58
Forum: Script Exchange
Topic: ListManagementHouseCleaning
Replies: 119
Views: 44315

Re: ListManagementHouseCleaning

Updating line 110 and 153 did remove the syntax error. However, running the script after the update does not clear the history.

Turning off syntax checking before updating line 110 and 153 did remove the error, and also cleared the history.

Any thought on what else needs to be updated?
by Member
02 Mar 2020 06:33
Forum: Script Exchange
Topic: ListManagementHouseCleaning
Replies: 119
Views: 44315

Re: ListManagementHouseCleaning

Getting an error "Dubious syntax: $sel_name*"

Does anyone know how to fix that? Thanks.
by Member
20 Oct 2013 17:43
Forum: Tips & Tricks, Questions & Answers
Topic: The End of the Lifetime License
Replies: 40
Views: 13433

Re: The End of the Lifetime License

I thought after more than 12 years XYplorer will cease to offer the Lifetime License?
by Member
11 Nov 2012 18:05
Forum: Tips & Tricks, Questions & Answers
Topic: CRC32 String as File's Name?
Replies: 4
Views: 1383

Re: CRC32 String as File's Name?

Nevermind, I got it to work. Thanks highend!
by Member
11 Nov 2012 18:00
Forum: Tips & Tricks, Questions & Answers
Topic: CRC32 String as File's Name?
Replies: 4
Views: 1383

Re: CRC32 String as File's Name?

I got an access denied error. Attached is the error snapshot.
by Member
11 Nov 2012 01:25
Forum: Tips & Tricks, Questions & Answers
Topic: CRC32 String as File's Name?
Replies: 4
Views: 1383

CRC32 String as File's Name?

How can I get the batch renaming command to work with CRC32? I tried the below item but it renames all the files with the same CRC32. Each file should have a different CRC32 string.

rename b, hash(crc32,,1);
by Member
18 Oct 2011 05:20
Forum: Script Exchange
Topic: How do I copy a file.txt from C: to D?
Replies: 0
Views: 1113

How do I copy a file.txt from C: to D?

How do I copy a file.txt from C: to D?

Edit: Nvm, figured it out.
by Member
17 Oct 2009 04:43
Forum: Wishes
Topic: 3 Wishes
Replies: 2
Views: 757

3 Wishes

Hello, I've been playing around with XYplorer for a bit. I like it so far. Is it possible to remove search history? It gets so clutter. Can you also add a feature where we can edit the context menu so we can add scripts and goto functions? And lastly integrating shelltoys with XYplorer? Well, just s...
by Member
15 Oct 2009 03:12
Forum: Tips & Tricks, Questions & Answers
Topic: Need a Script.
Replies: 6
Views: 1835

Re: Need a Script.

Could someone further help me on this script? I was wondering how I can make the script below to perform on sub directories and files as well. i haven't tested it, but this should work on all files and sub-dirs of the current folder. #263; //show all items in branch sel a; //select all items settin...
by Member
13 Oct 2009 15:53
Forum: Tips & Tricks, Questions & Answers
Topic: Need a Script.
Replies: 6
Views: 1835

Re: Need a Script.

Wow, thank you so much serendipity . It works like a charm. I was trying to figure it out myself, yet you make it look so simple. Hi and another welcome to the XY forums! And thanks again for making that change to your ID! I started looking at what you wanted and then realized that I didn't know sc...
by Member
13 Oct 2009 06:01
Forum: Tips & Tricks, Questions & Answers
Topic: Need a Script.
Replies: 6
Views: 1835

Re: Need a Script.

Wow, thank you so much serendipity.
It works like a charm. I was trying to figure it out myself, yet you make it look so simple.

May I ask where did #127 come from? Or what it's called.

Edit: Nevermind, it's called a Command ID.
by Member
13 Oct 2009 03:11
Forum: Tips & Tricks, Questions & Answers
Topic: Need a Script.
Replies: 6
Views: 1835

Need a Script.

Could someone help me with a script that would do something like this: o1. Select all files that needs to be renamed. o2. A window pops up asking to input Beginning Increment Renaming Value. o3. Adds a period after the Increment. o4. A window pops up asking for a new filename. o5. Keeps the extensio...