/Clone(<options>, <parameters>) If the application is running, start a new instance. If the application is starting, specify start parameters.
<options> (can be combined using plus "+" character):
Following options are used when starting a new application instance, when executing a command while running the application. They can't be specified in the input line: •Dirs – run the application opening the specified folders. •32 – run the 32-bit version of the application. •64 – run the 64-bit version of the application. •Bit – run another (32/64) bit version of the application. •Profile – the second parameter specifies the profile name.
Following options can be specified in the input string when opening an application:
•Admin – run the application as administrator.
•MustOneCopy – single application instance (copy) is allowed. •TryOneCopy – try reusing the existing copy (instance) of the application, if possible. Otherwise open a new instance. •AnotherCopy – launch a new application copy (instance). Note: these three commands above override default application settings.
•NewInternalWin – create a new internal window. •TempWin – new internal window is temporary.
In case of a single folder, specified in the command line: •InPass – open the folder in the passive panel. •InLeft – open the folder in the left panel. •InRight – open the folder in the right panel. Note: by default if none of the above options is specified, apply all actions in the active panel. In single mode panel all actions are executed in the active panel anyway.
•ActPass – make the passive panel active. •ActLeft – make the left panel active. •ActRight – make the right panel active.
<parameters>: if the first parameter contains option "Profile": •Profile name. Else: •<Default> – use default values for startup parameters. •<Else> – directly defined startup line. Override all options, exclude: Admin, 32, 64, Bit.
|