Search found 73 matches

by Gabarito
Sat May 11, 2024 12:58 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: [SOLVED] How to press ENTER on a video and it runs a batch file?

One more question. I'm trying to assign another custom command, now to open image files using other image browser than the system default one. I used custom_open_command01 in addition to custom_open_command , that already existed. custom_open_command01 [{"type":2,"filter":"*...
by Gabarito
Fri May 10, 2024 8:34 am
Forum: Support
Topic: Preview .TXT files not working
Replies: 27
Views: 6172

Re: Preview .TXT files not working

Thank you for paying attention to that. Tools -> Options -> Advanced -> preview_tab_stop is false. I don't press TAB or F6. I updated from 1.5.0.1372 to 1.5.0.1375a. Same behavior. I mean, TXT is always wrapping the text. Focus on DOCX results always goes to the preview pane, when trying to navigate...
by Gabarito
Sun May 05, 2024 11:07 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: How to press ENTER on a video and it runs a batch file?

NotNull wrote: Sun May 05, 2024 8:25 pm More solutions :D
Perfect!
Image


Many thanks.

Thread fully solved.
by Gabarito
Sun May 05, 2024 8:00 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: How to press ENTER on a video and it runs a batch file?

Without "", just like dir /b ? https://clubeceticismo.forumbrasil.net/users/3716/42/25/01/smiles/1703285928.gif But... More problems... My batch file is this: @echo off chcp 1252 >> "D:\Programas\GomPlayer - Histórico.txt" echo %~nx1 goto %~x1 :.AVI :.FLV :.MKV :.MP4 :.MPG :.RMV...
by Gabarito
Sun May 05, 2024 7:35 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: How to press ENTER on a video and it runs a batch file?

One more thing:
How to send just the filename and not the full path to the LOG file?

Using DIR command, is with "/b" parameter.

Code: Select all

dir %1 /b >> "D:\Programas\GomPlayer - Histórico.txt"
But your suggestion is sending the full path.
by Gabarito
Sun May 05, 2024 7:02 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: How to press ENTER on a video and it runs a batch file?

And I also appreciate the improvement for my batch script.
;)
by Gabarito
Sun May 05, 2024 6:59 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

Re: How to press ENTER and it runs a batch file?

NotNull wrote: Sun May 05, 2024 6:50 pm In Everything 1.5 it iis possible to define internal file associations too.
Wonderful!
Working very well!
Image


Many thanks.
by Gabarito
Sun May 05, 2024 12:48 pm
Forum: Everything 1.5 Alpha
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 11
Views: 398

[SOLVED] How to press ENTER on a video and it runs a batch file?

Hi. I'm trying to make a list of all videos I play. To do that, I have a batch file that get the filename and add it to a TXT file. After that, it call the system default player to run that video. Using an explorer tool, like Directory Opus, I can assign that batch file to File Types double-click ac...
by Gabarito
Thu Apr 18, 2024 12:46 pm
Forum: Support
Topic: Preview .TXT files not working
Replies: 27
Views: 6172

Re: Preview .TXT files not working

I noted an undesired effect using preview window: If I press down arrow to preview the next file, the focus goes to the preview window, even if I do not want it. Expected behavior is to keep the focus on files, to navigate among them with keyboard arrows. But focus always goes to the window. [Edited...
by Gabarito
Thu Apr 18, 2024 12:14 pm
Forum: Support
Topic: Preview .TXT files not working
Replies: 27
Views: 6172

Re: Preview .TXT files not working

Is there an option to do not word wrap TXT preview? Try disabling word wrap in Notepad. Unfortunately, it did not work. Everything 1.5.0.1372a adds a advanced preview_default_handler setting to set the fallback preview handler for files. Empty is disable. What else could I add here? The path for my...
by Gabarito
Thu Apr 18, 2024 8:46 am
Forum: Support
Topic: Working with list of files
Replies: 6
Views: 1016

Re: Working with list of files

void wrote: Thu Apr 18, 2024 8:07 am Everything 1.5.0.1372a will no longer treat 32: in file lists as a relative path.
Simply wonderful!!!
:D :D :D :D :D

It works very well.
Thank you!
by Gabarito
Wed Apr 10, 2024 1:20 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Re: Icon doesn't appear at Context Menu

Good tool, like many others from NirSoft. I'll try to use it and will report back. All my Shell Extensions displayed by NirSoft tool has a CLSID value. And the strings that I inserted in Registry for icon image don't appear in the list. I searched "Context Menu" type. How to fix some wron...
by Gabarito
Tue Apr 09, 2024 10:09 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Re: Icon doesn't appear at Context Menu

Please try removing the IconPath value. This value is not needed. (I didn't have any issues when adding IconPath) I removed all IconPath strings from other keys I put. Please try ShExView to manage your shell context menu extensions. Shell extensions can cause the icon to be missing. Good tool, lik...
by Gabarito
Tue Apr 09, 2024 9:52 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Re: Icon doesn't appear at Context Menu

I can see a default icon key below every key I tried to insert an icon.
Is there a chance that this is canceling, overwriting or preventing my custom icon?

Menu de Contexto - Everything sem ícone 4.png
Menu de Contexto - Everything sem ícone 4.png (25.25 KiB) Viewed 382 times

But that "%SystemRoot%\System32\shell32.dll,3" doesn't appear also.
by Gabarito
Tue Apr 09, 2024 9:42 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Re: Icon doesn't appear at Context Menu

Thanks for the answer. I'm seeing the expected results with the Icon set to C:\Windows\System32\shell32.dll,1 on Windows 7 in Windows Explorer. Do you see the icon in the context menu when right clicking a folder in Windows Explorer? I don't see any icon I put, even if I change to a single icon file...
by Gabarito
Tue Apr 09, 2024 3:05 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Re: Icon doesn't appear at Context Menu

Gabarito wrote: Tue Apr 09, 2024 2:57 am How to solve that?

P.S.
Hah! Windows 7 SP1 here.


Thanks

Is there a requirements for the icon resolution?
Searching around, I read that it should be 32x32 pixels.

I use Resource Hacker to inspect .DLL files.

I tried it too, without success...
:(
by Gabarito
Tue Apr 09, 2024 2:57 am
Forum: Support
Topic: Icon doesn't appear at Context Menu
Replies: 7
Views: 407

Icon doesn't appear at Context Menu

Please consider creating a right click/context menu item for all items: From the Start menu, search for: regedit Click Registry Editor . In the Registry Editor, navigate to: HKEY_CLASSES_ROOT\* Create a new Key called: shell navigate to: HKEY_CLASSES_ROOT\*\shell Create a new Key called: Find in Ev...
by Gabarito
Tue Mar 12, 2024 6:45 pm
Forum: Support
Topic: Working with list of files
Replies: 6
Views: 1016

Re: Working with list of files

NotNull wrote: Tue Mar 12, 2024 6:39 pm You can also create drives like
~:\
,
+:\
or
@:\
:D
(btw: not tested in Everything, but generally works).


Don't know is this is easier than X:\, etc though ...
Good idea!!!

Yeah, I have many other characters to replace them.

Case closed!
Martelo de juiz.png
Martelo de juiz.png (33.48 KiB) Viewed 931 times
by Gabarito
Tue Mar 12, 2024 6:32 pm
Forum: Support
Topic: Working with list of files
Replies: 6
Views: 1016

Re: Working with list of files

I was eager for an answer. Thanks for the tip. I will do this. But I already anticipate a small problem. I have more than 10 virtual volumes, which means I will never have all of them in the same EFU file. Even so, it is already a great help to be able to use numbers from 0 to 9 to get around the pr...
by Gabarito
Fri Mar 08, 2024 1:42 pm
Forum: Support
Topic: Working with list of files
Replies: 6
Views: 1016

Working with list of files

I'm working with too many virtual drives. Each of them is assigned to a drive letter. I listed all files using a search like this: g:\ | h:\ | i:\ | j:\ | k:\ And exported a list of files to "allDrives.efu". The list is this (showing only the path): Void02.png To make it easier to know wha...
by Gabarito
Fri Mar 08, 2024 1:11 pm
Forum: Support
Topic: Preview .TXT files not working
Replies: 27
Views: 6172

Re: Preview .TXT files not working

Is there an option to do not word wrap TXT preview?
I could not find it.

Thanks.
by Gabarito
Wed Oct 26, 2022 9:45 am
Forum: Everything 1.5 Alpha
Topic: Seaching my mobile folders tree
Replies: 2
Views: 807

Re: Seaching my mobile folders tree

Thank you very much for your detailed explanations.

I could select my mobile device without problem, even being Administrator and no Service at all.
Like this:
Everything - Explorer mobile files and folders 4.png
Everything - Explorer mobile files and folders 4.png (14.8 KiB) Viewed 779 times


Thread SOLVED.


Thank you!
Sticker - Smiley - Legal!-.png
Sticker - Smiley - Legal!-.png (64.24 KiB) Viewed 779 times
by Gabarito
Tue Oct 25, 2022 6:51 pm
Forum: Everything 1.5 Alpha
Topic: Seaching my mobile folders tree
Replies: 2
Views: 807

Seaching my mobile folders tree

Hi. I'd like to know if it's possible to search my mobile folder tree with Everything. Everytime I connect it with my computer, eigther Windows Explorer and Directory Opus shows a different UI to act to files and folders. All itens are different in some way and got missed many in context menu. Like ...
by Gabarito
Mon Oct 17, 2022 12:12 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

void wrote: Sun Oct 16, 2022 1:28 am Does this issue occur in Everything 1.5?
Thank you very much for that version, that I was not aware about!
It is wonderful!
I'm in love with it.
😀😀😀

Too many improvements!

For my turn, it's completely approved and could goes to stable version.
by Gabarito
Sun Oct 16, 2022 1:29 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

horst.epp wrote: Sun Oct 16, 2022 1:25 pm
Btw. I use the portable installation which makes such steps much easyier
as all files are under one tree.
Excellent tip!
I'll uninstall all versions and start to use portable versions.
Forget "no_instance..." issue.

Thx!
by Gabarito
Sun Oct 16, 2022 1:00 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

Yes, I didn't read. I'd want to test the solution and I did all things quickly, without attention. But my goal is to use default name for files, without 1.5a extensions. And I see there are many folders involved: C:\Program Files\Everything C:\Users\i7\AppData\Local\Everything C:\Users\i7\AppData\Ro...
by Gabarito
Sun Oct 16, 2022 12:43 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

To install Everything 1.5a, I did not unistall the previous one, 1.4. I thought the installer would do that. Wrong. I ended up with two versions at the same time. And worst, I chose the same folder to install the new one. I have Everything.exe and Everything64.exe. The new one 1.5a has default ini s...
by Gabarito
Sun Oct 16, 2022 12:35 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

Yes, I confirm that too: Everything 1.5a is the full solution.
I can open Opus with CTRL-E and zip/rar files inside Everything just double-clicking them.

Full SOLVED.

Thank you all.
by Gabarito
Sat Oct 15, 2022 11:14 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: [SOLVED] Very strange behaviour to open ZIP files

Thank you very much for your correct observation, Fury.

That's right: removing that Registry key leads to loose the ability to open Directory Opus using keyboard shortcut, by instance, CTRL-E.

This solution is a half one. It solves one side and breaks the other.

Do you have a full solution?
by Gabarito
Sat Aug 13, 2022 7:29 am
Forum: Support
Topic: How to sort an EFU file?
Replies: 2
Views: 835

Re: How to sort an EFU file?

Of course!
What a dumb question I did!

Sorry and thank you.
by Gabarito
Sat Aug 13, 2022 1:30 am
Forum: Support
Topic: How to sort an EFU file?
Replies: 2
Views: 835

How to sort an EFU file?

Hi. I have an EFU file from an old HD. It's a 70 Mb file size. It was created 2 years ago. Today, I created another EFU file from this same HD and would like to compare some small changes since the last "capture". This HD is used almost to read only actions and I don't expect big changes f...
by Gabarito
Fri Jan 07, 2022 8:57 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Problem solved.

I edited the thread title to inform other users with the same problem that we reached a solution.

Thanks.
by Gabarito
Sat Jan 01, 2022 10:43 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Ah, the true administrator account. So IsAdmin is expected, and you don't need the Everything Service. This can be uninstalled from Tools -> Options -> General -> Uncheck Everything Service. Done. Back to the registry, Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explore...
by Gabarito
Sat Jan 01, 2022 10:30 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

But I clicked 2nd choice (Program requires aditional permissions) and got this window: Under "Troubleshoot program", please: Uncheck any and all checked items Click "Next" Choose "No, I have finished investigating the problem - undo any changes made and clear all settings&q...
by Gabarito
Sat Jan 01, 2022 10:29 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

void wrote: Sat Jan 01, 2022 10:28 am
Important to say: I have no user on my system, just myself, as Admin.
Are you using the true administrator account? or an "admin account"?
15.png
15.png (33.06 KiB) Viewed 10598 times
by Gabarito
Sat Jan 01, 2022 10:27 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Important to say: I have no ordinary user on my system, just myself, as Admin.
by Gabarito
Sat Jan 01, 2022 10:23 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

What does the compatibility page look like under Everything -> Right click -> Properties -> Compatibility? 13.png Right-Click Everything.exe Choose "Troubleshoot compatibility" Click "Troubleshoot program" Uncheck any and all checked items Click "Next" Choose "No,...
by Gabarito
Sat Jan 01, 2022 10:10 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Also to run Everything as a standard user: Right click your Everything.exe or Everything shortcut. Click Properties . Click the Compatibility tab. Click the Change settings for all users . Uncheck Run as administrator . Click OK . Click OK . It was already UNchecked too. In the Registry, is anythin...
by Gabarito
Sat Jan 01, 2022 9:56 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Navigate to: HKEY_CLASSES_ROOT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.zip\UserChoice What is listed here? There is no such key: 9.png IsAdmin 1 Please make sure Everything is running as a standard user: Right click your Everything.exe or a shortcut to Everything Click Properti...
by Gabarito
Sat Jan 01, 2022 9:48 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Please check the default verb is open: In the Registry Editor, navigate to: HKEY_CLASSES_ROOT\.zip\OpenWithProgids What is listed here? 7.png 8.png Navigate to: HKEY_CLASSES_ROOT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.zip\UserChoice What is listed here? There is no such key. N...
by Gabarito
Sat Jan 01, 2022 9:22 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

If you copy the full path and filename (right click -> Copy Full Path to Clipboard) and paste this in Start -> Run, does the same issue occur? No. It opens in WinRAR, as desirable. Could you please send some debug output: In Everything, type in the following search and press ENTER: /debug ---this w...
by Gabarito
Fri Dec 31, 2021 1:22 pm
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

I'm back. ;) Thank you for the registry information. All looks good. This is indeed strange.. Please try uninstalling the x86 version of Everything and installing the x64 version. Everything does not use default app to open pictures But my version is already 64 bits. I use the latest 64 bit version,...
by Gabarito
Fri Dec 31, 2021 2:44 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

It's very late here...
I'm be back tomorrow.
You may delete this post if you want.
by Gabarito
Fri Dec 31, 2021 2:21 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

A quick question.. Do other files opened from Everything also open in Dopus? -Have you set a custom Tools -> Options -> Context Menu -> Open (Files) -> Command? 21.png What is shown in your Registry Editor under HKEY_CLASSES_ROOT\WinRAR.ZIP: 22.png and default = WinRAR ZIP archive From the Start me...
by Gabarito
Fri Dec 31, 2021 2:14 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

ShellNew under Compressed Folder has:
19.png
19.png (8.26 KiB) Viewed 10677 times

And ShellNew under .zip key has:
20.png
20.png (5.69 KiB) Viewed 10677 times
by Gabarito
Fri Dec 31, 2021 2:11 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

void wrote: Fri Dec 31, 2021 2:06 am
What is shown in the Registry Editor under this folder?
The (Default) data should look something like WinRAR.ZIP
18.png
18.png (5.39 KiB) Viewed 10678 times
15.png
15.png (4.52 KiB) Viewed 10678 times
by Gabarito
Fri Dec 31, 2021 1:52 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

And what I get when double click a ZIP file using Windows Explorer:

13.png
13.png (60.04 KiB) Viewed 10679 times

WinRAR opens it, as expected and desirable.
by Gabarito
Fri Dec 31, 2021 1:50 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

What I get when double click a ZIP file:

12.png
12.png (44.31 KiB) Viewed 10679 times

Directory Opus openning the content of a ZIP file.
by Gabarito
Fri Dec 31, 2021 1:48 am
Forum: Support
Topic: [SOLVED] Very strange behaviour to open ZIP files
Replies: 44
Views: 10687

Re: Very strange behaviour to open ZIP files

Thank you for your prompt answer.

Unfortunately, all settings you suggested was just already adjusted before.

My language is Portuguese, but you'll find the itens:

11.png
11.png (47.74 KiB) Viewed 10680 times

Problem remains.