Show Search license plates window with 70% screen width and 50% screen height in the upper left of the display:

DoReact("VIDEOSRV_M","","SHOW_AUTO","computer<NamePC>,x<0>,y<0>,w<70>,h<50>");

Hide Search license plates window:

DoReact("VIDEOSRV_M","","HIDE_AUTO","computer<NamePC>");

Parameters:

computer<> – name of the computer to execute command on.

x<> – Х-axis coordinate of upper left corner the window.

y<> – Y-axis coordinate of upper left corner the window.

w<> – window width as a percentage of the screen width.

h<> – window height as a percentage of the screen height.

  • No labels