@echo off
<%if (terminal) { %>
cmd /k CALL <%- command %>
<% } else { %>
powershell -WindowStyle Hidden -Command  <%- command %> >NUL 2>&1
<% } %>
