5 lines
140 B
Batchfile
5 lines
140 B
Batchfile
|
@echo off
|
||
|
|
||
|
REM PowerShell has access to Zipping tools
|
||
|
@powershell -NoLogo -NoProfile -ExecutionPolicy unrestricted -File "%~dp0package.ps1"
|