Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
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 ;)
2
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.
3
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.).
4
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..
5
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>

6
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.
7
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
8
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Ulfhednar on Yesterday at 11:34:47 »
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.
9
Support and Feedback / Re: How to Drop&Run?
« Last post by Mathias (Author) on Yesterday at 10:17:17 »
Drop to run in filelist conflict with the Copy and replace feature.. (Drag file to replace another)
10
Support and Feedback / Re: How to Drop&Run?
« Last post by commander 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.
Pages: [1] 2 3 4 5 ... 10