artemis-portable/assets/read.bat
2024-03-06 16:49:24 +07:00

10 lines
277 B
Batchfile

@echo off
REM https://stackoverflow.com/a/16116676
SETLOCAL EnableDelayedExpansion
for /f "Delims=" %%x in (.\scripts\database-tasks-wrapper.ps1) do set "script=!script!;%%x"
SET "args=%*"
SET "args=%args:"=\"%"
powershell -noprofile -command "& { %script% }" read.py %args%