Search found 222 matches

by iycgtptyarvg
29 Apr 2022 16:51
Forum: Tips & Tricks, Questions & Answers
Topic: Execute user cmd and keep output window open
Replies: 1
Views: 662

Execute user cmd and keep output window open

I would like to know how to execute a user command such that the output window remains open. I use these settings in the Manage User-Defined Commands window: Category = "Open with" Action = Open selected List Item(s) with specified application. Caption = Is Video HDR? Application = "C...
by iycgtptyarvg
24 Jul 2021 16:48
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1005

Re: Cannot rename folder (case sensitivity)

You said that it works in Windows Explorer so the directory can't be locked otherwise WE would fails as well? You are right. That is my mistake. Only when you asked me to check with Windows Explorer I didn't have VS2019 open. Later, when I tried again with XYPlorer I had VS2019 open again. I have V...
by iycgtptyarvg
24 Jul 2021 08:21
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1005

Re: Cannot rename folder (case sensitivity)

In my case it is an NTFS volume, which is also not case-sensitive in Windows. The strange thing is that I also cannot reproduce it anymore. But you saw the XYPlorer screenshot so it did actually happen. Edit: Cause: AHA! I managed to reproduce it. When I have Visual Studio 2019 open I get that error...
by iycgtptyarvg
22 Jul 2021 12:10
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1005

Re: Cannot rename folder (case sensitivity)

1. I'm sorry, I assumed it was a regression because surely I would have noticed this before. I very regularly change the case on a folder.
2. Yes, it works in Windows Explorer.
by iycgtptyarvg
22 Jul 2021 11:30
Forum: Bug Reports
Topic: Cannot rename folder (case sensitivity)
Replies: 8
Views: 1005

Cannot rename folder (case sensitivity)

I found a regression when trying to rename folders. I have a folder called: "E:\Development\Dms v6.0.1 Head" I wanted to rename it to: "Dms v6.0.1 head" But, I get this error message: Incorrect error message.png It does work correctly when you rename a file. Only renaming a folde...
by iycgtptyarvg
10 Jun 2021 20:39
Forum: Bug Reports
Topic: Show Info Tips Only When Hovering File Icon No Longer Works
Replies: 18
Views: 1951

Re: Show Info Tips Only When Hovering File Icon No Longer Works

No, that did not help. But, I did find the actually relevant setting:
Relevant setting.png
Relevant setting.png (38.65 KiB) Viewed 455 times
by iycgtptyarvg
10 Jun 2021 07:44
Forum: Bug Reports
Topic: Show Info Tips Only When Hovering File Icon No Longer Works
Replies: 18
Views: 1951

Re: Show Info Tips Only When Hovering File Icon No Longer Works

It's still not fixed in v21.90. When I move my mouse over the file list, files are being accessed/opened for preview. Because a lot of these files are on remote servers, downloads are started for very big files which means I have to stop that and forcibly crash Xyplorer in the task manager. Please d...
by iycgtptyarvg
28 Jul 2020 21:15
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1860

Re: Join Files fails (for large files?)

Can you tell me how to create the following string which is then executed? Copy /b "<file1>"+"<file2>"+"<file3>"+"<file4>" <outputfile> Something like this?!? $outputFile = getpathcomponent("<selitem>", "ext"); $copycmd = "Copy /b &quo...
by iycgtptyarvg
28 Jul 2020 10:06
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1860

Re: Join Files fails (for large files?)

The dos command 'Type' doesn't work for binary files I think.

I'll program my own Join command-line tool in C++ and will use that to join files using Xyplorer.
Anyways, thanks for the info.
by iycgtptyarvg
28 Jul 2020 09:07
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1860

Re: Join Files fails (for large files?)

highend wrote: 28 Jul 2020 09:05 writefile() doesn't process more than 100 MB, that's the reason.
Oh no! Why not?!?
Isn't this simply using a 64KB buffer to copy blocks one at a time?

How can I fix this?
by iycgtptyarvg
28 Jul 2020 08:39
Forum: Script Exchange
Topic: Join Files fails (for large files?)
Replies: 7
Views: 1860

Join Files fails (for large files?)

I have the following script (created by someone here on this forum) to join files: //Combine selected files in order "Concatenate Files" $itemCount = get("CountSelected"); if ($itemCount < 2){ msg "Please select two or more files to concatenate.", 0 + 48; } else { //No ...
by iycgtptyarvg
04 Apr 2020 21:55
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5016

Re: File list not updated when externally modified

I tried doing it and deleting it multiple times:
1. File was shown
2. File was not shown
3. File was not shown
4. File was not shown
5. File was not shown
6. File was not shown
7. File was not shown

So, the first one seems to be a fluke. The rest of the attempts failed.
by iycgtptyarvg
04 Apr 2020 20:33
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5016

Re: File list not updated when externally modified

I'm on Windows 10 x64 English v1909 build 18363.720 Here is a good test: 1. Install v20.80.0400 2. Create an empty directory with Xyplorer, e.g., "E:\Downloads\Xyplorer test" 3. Go into the "E:\Downloads\Xyplorer test" directory in Xyplorer 3. Type <WIN>+<R> and type 'cmd' to sta...
by iycgtptyarvg
04 Apr 2020 17:03
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5016

Re: File list not updated when externally modified

It happens when I do file operations from outside Xyplorer.
For instance, I compile source code, but I don't see the new files until I press F5.
For instance, I extract a 7z file, but I don't see the new files until I press F5.
by iycgtptyarvg
30 Mar 2020 15:31
Forum: Bug Reports
Topic: File list not updated when externally modified
Replies: 19
Views: 5016

File list not updated when externally modified

Since a week(?) or so, Xyplorer sometimes misses external changes to the directory currently displayed in the file list. I now have to press <F5> constantly to stay up to date (I've been bitten by this badly this week when I deleted the wrong directory!) Please fix this regression! XYplorer.png