Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - commander

Pages: [1]
1
Support and Feedback / Re: How to add Favorite Pairs
« on: Today at 08:03:15 »
Thank for leading me to the whole new world. I didn't know Multi Commander is that customizable.
Is there an easy way to "activate a tab if it exists or create a new one"? Or I have to write a script to check every tabs before create it?

2
Support and Feedback / Re: How to Drop&Run?
« on: Today at 07:53:12 »
I figure it out now, thank you. When I run python script.py, there is only one argv[0]. I need to run python3 script.py to get two arguments.

3
Support and Feedback / Re: How to Drop&Run?
« on: Yesterday at 19:05:23 »
When you drag a file onto an executable file (e.g., a .exe file) in Windows Explorer, Windows passes the full path of the dragged file as a parameter to the executable.

For example, if you have a file named example.txt located at C:\Users\User\Documents\example.txt and you drag this file onto an executable named processfile.exe, the executable will receive the file path as an argument.

When you drag example.txt onto processfile.exe and run it, the output will look something like this:

Argument 0: C:\Path\To\Executable\processfile.exe
Argument 1: C:\Users\User\Documents\example.txt

argv[0] is the path to the executable itself, and argv[1] is the path to the dragged file. If multiple files are dragged, they will be passed as additional arguments (argv[2], argv[3], etc.).

4
Support and Feedback / Re: How to Drop&Run?
« on: Yesterday at 12:41:49 »
I see. Is that possible to use Alt or Shift as the modifier key? They are not used, right?
Please consider to follow the parameter convention. Currently, my programs can not recognize the file path.

5
Support and Feedback / Re: How to Drop&Run?
« on: Yesterday at 01:00:19 »
When drop&run, Windows shell normal trasmit two parameters, the first one is the executable path, then the dragged file path. Multicommander just send the dragged file path as the only one parameter, which is not standard. (I choose Program supports more than 2 (paramaters))

Still hope I can drag any file to any executable, don't have to pre-create the shortcut.

6
Support and Feedback / How to add Favorite Pairs
« on: May 16, 2024, 02:50:08 »
 Sometimes two folders are related, and they are only used when both sides are open. Is there a way to create a folder pair

7
Support and Feedback / How to Drop&Run?
« on: May 16, 2024, 02:42:08 »
Windows Explorer accepts dragging a file onto another executable, putting the file path in the argument and executing it. Can Multi Commander do this? I've tried Alt, Ctrl, Shift, but it doesn't work.

8
Feature Requests and Suggestions / Re: support for \\wsl$ ?
« on: March 14, 2022, 11:04:09 »
I see.
PowerShell can't find the path '\\wsl$' either
(but can find '\\wsl$'Ubuntu-20.04'.)

9
Feature Requests and Suggestions / Re: support for \\wsl$ ?
« on: March 13, 2022, 14:18:29 »
Not sure what \\WSL$ is exposed as, Might be a Windows Shell only thing.
If it was a normal network thing it should be found in network device.
How come MC can find \\wsl$\Ubuntu-20.04 but don't know \\wsl$?

10
Feature Requests and Suggestions / support for \\wsl$ ?
« on: March 06, 2022, 10:08:44 »
MC can't find \\wsl$, but it can find \\wsl$\Ubuntu-20.04\
Windows File Explorer will show all subsystems under.

11
Not sure what you mean.. Maybe you are trying to say something else.

But if you has a zip file and browse into that with mc and select to view or execute a file. That file must be unpack from the zip to some place.. But MC only unzip that file. not the entire archive. Because often that are not wanted you want if you only want to view one file. How ever web pages that are save are built up from many many files. so when the web browser opens the html file and want to read the rest. the rest is not there.
Sorry, I didn't describe my issue well.
Each zip has one and only one file, html. That html doesn't depend on any external resources. I have uploaded a hello.zip, which writes only <html><p>Hello World</p></html>. Just double click zip and then double click the html in MC. Hope you could reproduce what I said. (Chrome is invoked but it can't find the temporarily extracted html)

12
Interestingly, if "internet explorer" is the default browser (Windows:settings->Default apps->Web browser), it can find the tmp file path and show the html file. The old Edge can also do it. So that means MC really extracts the file to the tmp path? (as file:///C:/Users/User/AppData/Local/Temp/_mc_/mc_8483.tmp/report_20220110.html)

13
I tried 7-zip, Windows, MultiCommder

14
Support and Feedback / Can not open a zipped html in Browser Chrome
« on: January 14, 2022, 15:12:33 »
x64 v11.5 build 2842 Portable

I mentioned this problem before in the thread: http://forum.multicommander.com/forum/index.php/topic,4181.msg11901.html#msg11901

I like to store html files in zipped format, and try to open them in MultiCommander directly. (double click the zip and then double click the html) It does bring up Chrome but Chrome can't find the local file location. I check that file path, and it's really not there. (file:///C:/Users/User/AppData/Local/Temp/_mc_/mc_E509.tmp/_20220114.html)

Don't you have this issue?

I would like to upload a simple zip, but I think no one dare to open it. You could just create the simplest one by yourself.

15
I would like to see MC can change to the coresponding dark/light theme after Windows changes its color mode. Some users toggle their system color mode several times a day.

16
If default web browser is Chrome or Firefox, opening an html file in a zip by using the built-in FS-ZIP starts up the browser but the browser can't find the file path.
The file path is like "file:///C:/Users/UserName/AppData/Local/Temp/_mc_/mc_8E33.tmp/20210408.html"

Internet Explorer or Edge work well.

17
Support and Feedback / Re: one doutable hotkeys [F7]?!
« on: February 15, 2021, 10:22:37 »
I can't reproduce that.
Make sure you have not reconfigured F7 to something else.
Finally I found the other program has registered the F7. You may delete the post if you want. Thanks.

18
I see. Thanks.

I feel Multi Commander is not easy to preview multiple files.

I found a preview app for Windows Explorer named QuickLook https://www.microsoft.com/en-us/p/quicklook/9nv4bs3l1h4s?activetab=pivot:overviewtab. It's quite handy. Its preview window stays on top, and reflects the selected file promptly. It would be great to let MultiCommander trigger QuickLook.

19
I am looking for a way to direct MultiDataViewer to open the next/preview file. I found the two likely options: "Queue files to view " in help, and "Keyboard Navigation". But don't know what they mean.

Ctrl-PgUp/PgDn in MultiDataViewer simply are PageUP/PageDown in the same file.

20
in recent days, most of files are encoded in utf-8. Is that possible to set utf-8 by default?

21
Support and Feedback / one doutable hotkeys [F7]?!
« on: February 11, 2021, 04:26:46 »
Portable version v10.2-b2475, Multicommmander mode:

F7 (Makedir) is not working.

22
In Windows File Explorer, we can type quickly a file name and jump to select the matched file name.
Is this possible in Commander Style?

Pages: [1]