How to execute cloud plugin from button bar?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
FVG
Junior Member
Junior Member
Posts: 71
Joined: 2006-12-14, 19:11 UTC
Location: Mol - Antwerpen - Belgie

How to execute cloud plugin from button bar?

Post by *FVG »

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
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: cloud plugin from button bar

Post by *Stefan2 »

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



 
FVG
Junior Member
Junior Member
Posts: 71
Joined: 2006-12-14, 19:11 UTC
Location: Mol - Antwerpen - Belgie

Re: How to execute cloud plugin from button bar?

Post by *FVG »

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
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: How to execute cloud plugin from button bar?

Post by *white »

FVG wrote: 2022-08-20, 16:40 UTC Command: cm_OpenNetwork, cm_GoToDir CLOUD
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
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: How to execute cloud plugin from button bar?

Post by *petermad »

2FVG
Just use:

Code: Select all

cd \\\Cloud 
as already suggested
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
Post Reply