Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Beta Releases / Re: v14.0 BETA
« Last post by User_99 on Today at 11:26:26 »
Hi Mathias,

in latest beta there is a small glitch. Should be on the same level, or not? Possible to fix?
2
Support and Feedback / Re: How to add Favorite Pairs
« Last post by commander 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?
3
Support and Feedback / Re: How to Drop&Run?
« Last post by commander 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.
4
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Ulfhednar on Yesterday at 23:38:55 »
I should have considered/mentioned the encrypted filenames  ::)
Allowing for that has restored normal service!  I am glad you figured it out.
Thanks for the fixes Mathias ;)
5
Support and Feedback / Re: How to Drop&Run?
« Last post by Mathias (Author) on Yesterday at 20:00:47 »
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.).

yes Arg1 is the first parameter to the program. argv0 is always the exe of the program it self. it is not something any program sent to it.
6
Support and Feedback / Re: How to Drop&Run?
« Last post by commander 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.).
7
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Mathias (Author) on Yesterday at 14:45:54 »
I just double click on part 1 of the rar-set. If I don't use MC I get the PW dialog as expected. 

Hmm strange.. I can Navigate into the rar (multi rar archive). select files,  select copy.  asked for password.. enter password. and copy continues..
Not sure what is different.

yes search settings should be remembered

Thanks for info Mathias.
Could it be related to the build of RAR that was used to create the set?
I'll see if I have some old files & try them.
It might be if it is fully encrypted with encrypted files name or just the data.. with only data it can open the rar for browsing without password..
8
Support and Feedback / Re: How to Drop&Run?
« Last post by Mathias (Author) on Yesterday at 14:04:57 »
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.
Not sure what you talking about parameter convention..  The dropped file are sent as a parameter to the file it is dropped on. just like you would call it on the command line.
App.exe <Path of dropped file>

9
Support and Feedback / Re: How to Drop&Run?
« Last post by commander 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.
10
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Mathias (Author) on Yesterday at 12:39:27 »
I just double click on part 1 of the rar-set. If I don't use MC I get the PW dialog as expected. 

Hmm strange.. I can Navigate into the rar (multi rar archive). select files,  select copy.  asked for password.. enter password. and copy continues..
Not sure what is different.

yes search settings should be remembered

Thanks for info Mathias.
Could it be related to the build of RAR that was used to create the set?
I'll see if I have some old files & try them.
or maybe some rar settings
Pages: [1] 2 3 4 5 ... 10