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 - AriesTruong

Pages: 1 2 [3]
51
Support and Feedback / Re: Checksum value of CRC32 shows incorrect
« on: August 06, 2019, 04:09:19 »
That's sound good. Mathias
Thank you for your passion

52
Hi Mathias,

If you can support Master Password to protect FTP Connection. Normally we often save password of ftp connection for easy next time. In case stranger or friends borrow PC and connect FTP then it is not secure.

There are some FTP Client support Master Password as FileZilla, WinSCP and Total Commander also support this feature.

So I hope we have one more layer security for FTP in case user save password of FTP.

53
Support and Feedback / Re: Checksum value of CRC32 shows incorrect
« on: August 05, 2019, 12:18:21 »
Will you release as extension or next release of MC?

54
Support and Feedback / Checksum value of CRC32 shows incorrect
« on: August 05, 2019, 09:43:58 »
Hi @Mathias,

When I right click on file and select "File checksum -> Calculate checksum value from file" then system shows dialog with CRC32 value is incorrect, the value of CRC32 is reversed

55
I like some command as:
 1. Save setting of MC, currently I use scripts:
          MC.CmdLineSet SETFOCUS;
          MC.CmdLineSet TEXT=":save";
          MC.CmdLineRun CMD="nircmd sendkey enter press"
          I have to use nircmd to send key to save
 2. Some case I need restart MC as Admin (I only allow MC run with one instance) so I like command to Restart MC, currently I use nircmd to kill MC process and restart again with ADMIN.

 3. Currently MC support view data file and picture with MultiDataViewer and MC Picture Viewer but when I change these viewer by my application then I cannot use MultiDataViewer and MC Picture Viewer. So I hope you can create command for MultiDataViewer and Picture Viewer.

56
Feature Requests and Suggestions / Support more internal commands
« on: August 01, 2019, 14:35:09 »
Currently MC can save setting manually or restart MC with current user or admin, because this I have to create command based on external tools.
So I hope in next release MC supports these commands

57
Hi All,

Now I am fan of MC.
I like to use PortableApps and I also use MC as portable Apps.

I'd like to share one of my scripts about "Restart MC as Administrator role":

Precondition: Download tool nircmd.exe from https://www.nirsoft.net/utils/nircmd.html and copy file file nircmd to folder MC.

Description:
A. Script to Restart MC.
B. Script to restart MC for nircmd tool

How to do:
A. Write script to Restart MC:
  1. Create Multi-Script to restart
  2. Add these lines in to content: 
     @var $nircmdPath = GetTagValue("${mcinstallpath}");
     @var $@scriptFile = $nircmdPath ^ "rebootmc.ncl";
     $nircmdPath = $nircmdPath ^ "nircmd.exe";
     MC.Run CMD="{$nircmdPath}" ARG="script {$scriptFile}" ADMIN

B. Create script to close and restart MC for nircmd.exe:
    1. Create new file with extension .ncl
    2. Add 3 lines:
        closeprocess "~$folder.nircmd$\MultiCommander.exe"
        wait 500
        exec show ~$folder.nircmd$\MultiCommander.exe -T=YourName
    3. Save file with name "rebootmc.ncl


Hope this script can help you.
Aries


58
Hi @Mathias,

Thank you for MultiCommander. I'm used to Total Commander and I'm using MultiCommander for 1 month, it allow customize and create script, debug script...I love it. Now I'm using MC replace Win Explorer and totalcmd.

I have one suggestion for Viewer (MultiData and MC Picture). I'm using Universal Viewer(UVViewer) with its plugins (to be used with totalcmd) so I plan replace MultiDataViewer(MDViewer) and MC Picture Viewer(MPViewer), I know they are good but MDViewer and MPViewer does not support some formats. I like to use MultiCommander as Portable and can view almost format so I set it as default in "File Type Setup" but when I set UVViewer then I cannot use MDViewer or MPViewer.

So Please add MDViewer and MPViewer as internal command.

Thanks,
Aries

Pages: 1 2 [3]