Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
That path is actually not extra long, it is less then 260 characters..
BUT I think you are using the wrong command type.
you are using say you use "external" type of command.. And then you use "MC.Explorer.Goto" that is for custom commands..  External is if you want to run a external program. the entire command is to Windows to launch it.
So then you cannot use any MC specific commands link MC.Exporer.Goto and such.

So if you change type to "Custom commands" instead it should work
Or if you want it to run an external program. then just have the path there without the MC.Explorer.Goto.. then Windows will start the .pdf with the program associated with pdf
2
There's a bug in MC when opening a really lengthy path with a huge-length filename via the Button Panel. I mean I can access "D:\Download\DL Dir\pendrive\web content\cyberpunk ebooks\backups\USB\Computer Graphics\" directly but not via the Button Panel, it also contains a filename which is really long: "Mathematics for Computer Graphics and Game Programming A Self-Teaching Introduction (D. P. Kothari, G. Awari, D. Shrimankar etc.) (z-lib.org).pdf" so that might also be contributing towards it ! Can you fix it so that MC "Command Type > External" "MC.Explorer.Goto SOURCE="D:\Download\DL Dir\pendrive\web content\cyberpunk ebooks\backups\USB\Computer Graphics\" long paths like this can be accessed again ?! I get the error "Failed to launch program | The system cannot find the file specified."
3
Feature Requests and Suggestions / Re: Quick Access
« Last post by total_annihilation00 on Today at 03:22:58 »
How about using MC Tab Sessions instead of buttons on the Button Panel or Windows Quick Access?

O.K. thanks a lot, I will look into it !
4
Feature Requests and Suggestions / Re: Quick Access
« Last post by Matthias515566 on Yesterday at 09:23:49 »
Nevermind I added all my Quick Access folders to the Button Panel
How about using MC Tab Sessions instead of buttons on the Button Panel or Windows Quick Access?
5
Feature Requests and Suggestions / Re: Quick Access
« Last post by total_annihilation00 on April 27, 2024, 19:42:24 »
Shame, I would like to see this too ! I'am forced to contend /w folders\ files in Aliases & Favorites. Would boost my productivity significantly !! I have a very simple folder structure on my computer /w various folders for different content\ tasks. Quick Access is the glue that binds it all together.  :(
P.S: Nevermind I added all my Quick Access folders to the Button Panel !!  :D
6
MC has a MultiScript function GetWinShortcutTarget(). So the simplest multiscript UDC could look like:
Code: [Select]
@var $lnk = GetSourceFocusPath();

@var $path = GetWinShortcutTarget( $lnk );
MC.Explorer.Goto SOURCE="{$path}";

Thanks a lot, appreciate it !! That works brilliantly ! 8) Using it in "Custom Context Menu" after creating an UDC. I named it "Goto Actual FilePath Link" and used the filter *.lnk to work only on link files.
P.S: It also works on .qalnk files (QuickAdmin UAC-Bypass shortcut files) —that's an added bonus !!
P.P.S: Currently it doesn't work on Microsoft Store Apps shortcuts or DOSBox Games Launcher .lnk shortcuts (takes you to the DOSBox Games Launcher folder —maybe this is not a bug as it permeates through 3 different files when accessed.) Not that this is important, but thought I should let you know.
7
MC has a MultiScript function GetWinShortcutTarget(). So the simplest multiscript UDC could look like:
Code: [Select]
@var $lnk = GetSourceFocusPath();

@var $path = GetWinShortcutTarget( $lnk );
MC.Explorer.Goto SOURCE="{$path}";
8
What does "Show HotPath" (Ctrl+,) do ? I want a feature to Goto the the actual file path of an link (.lnk). Windows Explorer has a function for this ("Open file location") in Right-click menu, but it opens it in Explorer, wish MC had a similar function !! Is there a workaround to add this functionality ? Otherwise thrilled /w the new features & options !  :D
P.S: I would like to add the "Open file location" command to MC's "Custom Context Menu".
9
Copy using Ctrl+C and Ctrl+V then MC will not handle the copy, the copy / paste command is sent to Windows, and it handle everything. So MC is waiting for the call to windows to Paste to complete.

To bad not a Crash Dumps is sent. That is the only way to see what module in Windows that is crashing..

10
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on April 22, 2024, 11:34:20 »
Last crash report.

working in the right panel i see i haven't a file, the i goes gown one directory, the select ther , goes into thi new directory, copy a file (CVInfo.txt) using "CTRL+C", return to my original directory and copy with "CTRL-V", the the program hangs and after 3 o 4 seconds the MC closed a reopen.

A 15 seconds later opens a windows indicating the there was an error.

 

Here you have attached the error logs
Pages: [1] 2 3 4 5 ... 10