Hello,
I want to create a script to restart the processes in my list,
the processes stop, but do not restart,
I have no error in the order invitation,
Do I have an error in my code?
Thanks
set list_process_1=ADT_PROCESS_1 ADT_PROCESS_2
for %%P in (%list_process_1%) do (
setsite %%A
call hcienginestop -p %%P
timeout 4
call hcilmclear -p %%P
timeout 4
setsite %%A
call hcienginerun -p %%P
)