; standard code block
@echo off & Title %0 & color 1E
set PScmd=%0 & set debung=no
set PSscript=PowerShell -WindowStyle Hidden -NoProfile -ExecutionPolicy Bypass -Command -
echo %0 %PSscript%
more +9 %0 | %PSscript%
timeout /T 0
exit /b
### PowerShell script starts here ###
Add-PSSnapin VeeamPSSnapin