Hello,
How can I use the Cloud plugin folder (Network\Cloud) directly by using a button on the button bar.
I have tried \\\CLOUD bur that is not working.
Frank
How to execute cloud plugin from button bar?
Moderators: Hacker, petermad, Stefan2, white
Re: cloud plugin from button bar
Try with command: CD \\\xxx
I know for SFTP e.g. it can be used like this:
Kommando: cd \\\Secure FTP
Parameters:
Startpfad:
Icondatei: wcmicons.dll
Tooltip: Starte Secure FTP
Kommando: cd \\\Secure FTP\_Schnellverbindung
Parameters:
Startpfad:
Icondatei: wcmicons.dll
Tooltip: Starte Secure FTP mit _Schnellverbindung
I know for SFTP e.g. it can be used like this:
Kommando: cd \\\Secure FTP
Parameters:
Startpfad:
Icondatei: wcmicons.dll
Tooltip: Starte Secure FTP
Kommando: cd \\\Secure FTP\_Schnellverbindung
Parameters:
Startpfad:
Icondatei: wcmicons.dll
Tooltip: Starte Secure FTP mit _Schnellverbindung
Re: How to execute cloud plugin from button bar?
Thanks for the idea.
I have found the solution:
Command: cm_OpenNetwork, cm_GoToDir CLOUD
This works becouse the CLOUD directory created by Christian's Cloud PlugIn is always located under the network drive-button
I have found the solution:
Command: cm_OpenNetwork, cm_GoToDir CLOUD
This works becouse the CLOUD directory created by Christian's Cloud PlugIn is always located under the network drive-button
Re: How to execute cloud plugin from button bar?
cm_GoToDir doesn't support parameters, it just opens the folder or archive under the cursor.
So it works accidentally because CLOUD is listed at the top.
As said you shoud use:
cd \\\CLOUD
Re: How to execute cloud plugin from button bar?
2FVG
Just use:
as already suggested
Just use:
Code: Select all
cd \\\Cloud
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar