Search found 13211 matches

by highend
18 Mar 2024 13:29
Forum: Tips & Tricks, Questions & Answers
Topic: What's up with orphaned tags??
Replies: 10
Views: 227

Re: What's up with orphaned tags??

You upper three lines are borked... Valid paths can't contain a second ":"... Regarding serials: Probably the external case provides it (and not the drive inside of it). In your case it's maybe not that bad, you want the tags to be equal on them anyway. Otherwise one case would need to be ...
by highend
18 Mar 2024 11:42
Forum: Tips & Tricks, Questions & Answers
Topic: Another speed post
Replies: 2
Views: 101

Re: Another speed post

Show the output after executing this script first:
text columnlayout(, "get");
by highend
18 Mar 2024 11:27
Forum: Wishes
Topic: close multi tabs
Replies: 9
Views: 423

Re: close multi tabs

Check the inputselect() options to show generic icons. Maybe that fixes that.

Empty variables to let it run a second time? Em, what?
Be more specific, show the relevant code where something doesn't work as expected and generally, post code in text form, not as an image^^
by highend
18 Mar 2024 09:00
Forum: Tips & Tricks, Questions & Answers
Topic: What's up with orphaned tags??
Replies: 10
Views: 227

Re: What's up with orphaned tags??

- Yellow one file (and remember it's full path) on external drive 1 (whatever that would be) - Menu | File | Settings Special | Save Tags - Disconnect drive 1, attach drive 2 - This file now really shows up in yellow? If yes, open the belonging tag.dat file with a text editor, search for that file n...
by highend
18 Mar 2024 00:11
Forum: Tips & Tricks, Questions & Answers
Topic: What's up with orphaned tags??
Replies: 10
Views: 227

Re: What's up with orphaned tags??

This behaviour doesn't really make sense if the tag.dat is running with serial numbers. If some files are tagged on drive with serial <x> they wouldn't appear tagged on a different drive with serial <y> (if they weren't tagged specifically on that second drive before), regardless if they use the sam...
by highend
17 Mar 2024 21:26
Forum: Tips & Tricks, Questions & Answers
Topic: AI upscaling the toolbar icons
Replies: 10
Views: 372

Re: AI upscaling the toolbar icons

For upscaled icons, very good quality :tup:
by highend
17 Mar 2024 20:14
Forum: Tips & Tricks, Questions & Answers
Topic: What's up with orphaned tags??
Replies: 10
Views: 227

Re: What's up with orphaned tags??

Post all serial numbers of your drives and an small subset of orphaned tags from the tag.dat database file?
by highend
15 Mar 2024 21:26
Forum: Script Exchange
Topic: [Solved] Powershell, space and nested quote (right click menu to open powershell here with admin privilege)
Replies: 5
Views: 172

Re: [Solved] Powershell, space and nested quote (right click menu to open powershell here with admin privilege)

run "PowerShell -Command Start-Process PowerShell -verb runAs -ArgumentList """"""-NoExit"""" """"-Command"""" """"cd '<curpath>'""""""",,,0 That's c...
by highend
15 Mar 2024 10:52
Forum: Tips & Tricks, Questions & Answers
Topic: CorelDRAW file version not display
Replies: 11
Views: 700

Re: CorelDRAW file version not display

Even with the 2019er version I see the full metadata for that file, including file version.
For whatever reason your 32-bit shell properties seem to be broken (and that's what XY presents in these metadata infos)
metadata.png
metadata.png (30.25 KiB) Viewed 80 times
Sorry, can't help with that :om:
by highend
15 Mar 2024 09:38
Forum: Bug Reports
Topic: Errors often lately.
Replies: 16
Views: 262

Re: Errors often lately.

<cc_item>
by highend
15 Mar 2024 09:30
Forum: Tips & Tricks, Questions & Answers
Topic: CorelDRAW file version not display
Replies: 11
Views: 700

Re: CorelDRAW file version not display

Which Corel Draw version is installed? + Version number if possible
by highend
15 Mar 2024 09:20
Forum: Bug Reports
Topic: Errors often lately.
Replies: 16
Views: 262

Re: Errors often lately.

Why don't you just use a single column for this, splitted into files & folders like:
return foldersize(<c_item>, "D:<d> / F:<f>");
by highend
15 Mar 2024 09:15
Forum: Script Exchange
Topic: [Solved] Powershell, space and nested quote (right click menu to open powershell here with admin privilege)
Replies: 5
Views: 172

Re: Powershell, space and nested quote

For those old versions I use this: http://code.kliu.org/misc/elevate/ $elevate = "D:\Tools\@Command Line Tools\Elevate\elevate_x64.exe"; $command = "powershell.exe -NoProfile -NoExit -Command Set-Location -LiteralPath '<curpath>'"; run lax("$elevate" $command); Never ha...
by highend
15 Mar 2024 08:58
Forum: Bug Reports
Topic: Errors often lately.
Replies: 16
Views: 262

Re: Errors often lately.

Unrelated: What is the exact purpose of that "Folders" column? Showing how many subfolders exist?