Downloading Plugins with a CodeBox:Downloading plugins with CodeBox is similar to downloading files with cmd.exe screen
This way you can Download new plugins and Update existing Plugins.
Here is an example, downloading Coffeine plugin to Win10PESE

Sumary:
1) Select Project
2) Select CodeBox
3) write Call,DownloadX line to codebox:
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
Call,DownloadX,%BaseDir%\Projects\Yomi\AppY\Supplementary\Caffeine.Script
4) Click CodeBox play button.
+
5) (Optional) If you are downloading a new plugin, restart your builder or use Call,ReStart on last line
eg.
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
Call,DownloadX,%BaseDir%\Projects\Yomi\AppY\Supplementary\Caffeine.Script
Call,ReStart
Final Result:

****
To Update Plugin or Revert Plugin to default settings, use the same Call,DownloadX line.
If plugin already downloaded, After a server check, It will only Revert Plugin to default setting without downloading again.

*
Tip:
To get a clear CodeBox
'New CodeBox' button available at Macro Library
Azin\Basic\Macro Library (ML)
Gena\Basic\Build\Macro Library (ML)
SE\Build\Macro Library (ML)
Slowly slowly to better..

Current Topic:
Downloading Plugins with a CodeBox:
http://TheOven.org/index.php?topic=2672.0See:
Downloading Plugins with a CodeBox+
If you already have the The
Plugin :
See Lancelot Reply 1+2 tutorial
Small Green Download Button on Plugins*
List of all Plugins you can download available at Download Plugins
See Lancelot Reply 15 -
http://TheOven.org/index.php?topic=1208.msg36997#msg36997To Do:get list of plugins from server .....