Search found 13168 matches

by highend
10 Mar 2024 03:20
Forum: Tips & Tricks, Questions & Answers
Topic: [Scripting help] Moving a lot of files based on their names into a specific folder
Replies: 2
Views: 90

Re: [Scripting help] Moving a lot of files based on their names into a specific folder

Select all files to be moved $root = "D:\dir"; setting "BackgroundFileOps", 0; $root = trim($root, "\", "R"); $files = <get SelectedItemsPathNames>; foreach($file, $files, <crlf>, "e") { $name = gpc($file, "file"); $prefix = regexmatches($n...
by highend
09 Mar 2024 17:14
Forum: Tips & Tricks, Questions & Answers
Topic: Help on reseting foder icons to their default sizes
Replies: 4
Views: 75

Re: Help on reseting foder icons to their default sizes

Uncheck: Menu | View | Views | [x] Touchscreen Mode?
by highend
09 Mar 2024 09:06
Forum: Tips & Tricks, Questions & Answers
Topic: rename hyphen from files names and make space instead of hyphens ?
Replies: 2
Views: 49

Re: rename hyphen from files names and make space instead of hyphens ?

Either use the context menu (if those items are enabled) or the rename button: Search and Replace...?
by highend
07 Mar 2024 21:32
Forum: Tips & Tricks, Questions & Answers
Topic: how to debug problems with remote control?
Replies: 5
Views: 91

Re: how to debug problems with remote control?

get() knows how to show the data that XY has received via WM_COPYDATA

You'd should look at the senders side if everything was working correctly, I've used remote control for at least 6 years with AHK + PB and it hasn't failed once
by highend
07 Mar 2024 17:25
Forum: Tips & Tricks, Questions & Answers
Topic: Two weird things I can't figure out :(
Replies: 7
Views: 166

Re: Two weird things I can't figure out :(

Check the serial numbers?

Go to the Computer / This PC entry in the tree, switch the view mode to details
There you can see the serial numbers of attached drives.
Compare them with what is used in the tag.dat file
by highend
07 Mar 2024 15:32
Forum: Tips & Tricks, Questions & Answers
Topic: Renommer en masse des fichiers images - variable date de prise de vue
Replies: 2
Views: 98

Re: Renommer en masse des fichiers images - variable date de prise de vue

Instead of date, datem or datec you can just use dateexif

E.g.: Nouveau_<dateexif yyyy-mm-dd> = Nouveau_2009-08-15.jpg
by highend
07 Mar 2024 11:52
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

Show a screenshot of (ofc after clicking on that "Apply to..." button^^:
Configuration | General | Startup & Exit | Save Settings | Apply to...
by highend
07 Mar 2024 11:32
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

It's not "just" that you're losing the lock of the tab, you're losing the complete tab... Run XY Create a new tab, lock the location Save your settings (don't quit XY!) Go into your %appdata%\XYplorer\Panes\1 folder Open the pane.ini file Scroll down to the [Tabs] section Show the section ...
by highend
07 Mar 2024 09:40
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

That info looks correct

And now do me a favour and record the same .gif animation again with this XY instance (that the lock of tabs get lost).
by highend
07 Mar 2024 08:43
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

If a fresh instance doesn't show this behaviour (and you've proved that with the .gif animation) it's unlikely that it's an OS problem. Additionally I doubt that you've used the XY installer. Why? You are on a 64-bit OS ( C:\Program Files (x86) folder exists) and your XY folder is / was in C:\Progra...
by highend
05 Mar 2024 16:27
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

C:\program files\xyplorer\data That is your XYplorer data folder? Seriously? This is inside a UAC-protected folder^^ If you don't start XY with admin privileges it won't store its settings there (at least not if you didn't mess with the permissions of that folder)... Show the content of this file: ...
by highend
05 Mar 2024 12:43
Forum: Bug Reports
Topic: Locked tabs are not saved with latest beta
Replies: 17
Views: 445

Re: Locked tabs are not saved with latest beta

Get https://github.com/NickeManarin/ScreenToGif/releases and record a .gif animation (as short as possible) that shows the problem with a _fresh_ instance _fresh_ instance: Get the portable version, extract it into a folder in the root of a drive, do the recording for that one. Ofc the recording sho...
by highend
04 Mar 2024 22:22
Forum: Bug Reports
Topic: Tab title redraw bug
Replies: 9
Views: 300

Re: Tab title redraw bug

Try the latest beta…
by highend
04 Mar 2024 20:08
Forum: Other Software
Topic: LibreAutomate - windows macros in C#
Replies: 4
Views: 198

Re: LibreAutomate - windows macros in C#

AHK's syntax wasn't perfect but that changed for good with v2 :)