<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Robert, <br>
    <br>
    >Which are the functions that generate popups?<br>
    -Starting other programs (.exe files) like the ESProgressBar.exe
    which shows the external progress bar (currently via the "start"
    command). Some programs also need one or multiple strings to be
    passed on.<br>
    -Read, Write and Delete access to the registry, both 32bit and 64bit<br>
    -Reading the wmic.exe output which needs a string as a parameter <br>
    -Current Date (day month year) in format %d-%m-%Y   = e.g.
    15-02-2023<br>
    -As other language editions of Windows caused problems some calls
    start with a change of the codepage: "chcp 65001". Registry queries
    and wmic require this.<br>
    -"Powershell stop-process -Id $PID"<br>
    <br>
    The external cmd or powershell calls are already centralized in
    Perfect Layout.<br>
    Usually it's two or three commands in one black window.<br>
    <br>
    Jan<br>
    <br>
  </body>
</html>