One of them is to create a batch file (*.BAT) with the following command:
@start "EclerNet Manager" "your_path_for_eclernet\eclernet_manager.exe" "your_path_for_project_file\yourprojectfile.enp" -HIDDEN
Make sure you use correct path to your EclerNet Manager.exe file, eg.
C:\Program Files(x86)\Ecler\EclerNetManager\eclernet_manager.exe
And your path for project file is the correct location of your EclerNet Manager project file, eg.
C:\Program Files (x86)\Ecler\EclerNet Manager\Proyecto1.enp
Check the image by clicking here:
By adding a parameter –HIDDEN like in the example above, EclerNet Manager will start the project in the hidden mode (not available to user). But when you start EclerNet Manager it will prompt you to send your project configuration to EclerNet devices (SEND), or to receive project configuration from the devices (GET). You can include an instruction command to select it by default and skip this prompt.
To receive your project configuration (GET) the instruction command is:
@start "EclerNet Manager" "your_path_for_eclernet\eclernet_manager.exe" "your_path_for_project_file\yourprojectfile.enp" –GET –HIDDEN
To send your project configuration (SEND) the instruction command is:
@start "EclerNet Manager" "your_path_for_eclernet\eclernet_manager.exe" "your_path_for_project_file\yourprojectfile.enp" –SEND –HIDDEN
The –GET and –SEND functions work correctly if we add a parameter =HIDDEN. If it’s not the case, they will be ignored.
Once your BAT file is created, create a direct access and locate in the folder which contains direct access from the start menu. We recommend:
Press Windows key + R – opens Run window
Type: shell-startup – Start Menu\Programs\Startup folder will open, where you need to copy your BAT file.
Check the image by clicking here:
For more information regarding EclerNet Manager running in hidden mode, please refer to EclerNet Manager manual, section “EclerNet Manager hidden mode and direct access to projects and UCPs”.
For more information on running EclerNet Manager in hidden mode you can also refer to the EclerNet Manager manual in the section "EclerNet Manager "hidden" mode and direct access to projects and UCPs".