Aegisub/tests/setup.bat
wangqr 5318838b93 Migrate tests/setup.bat to PowerShell
Removed set / ping hacks
2020-03-29 22:25:15 -04:00

3 lines
88 B
Batchfile

@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0setup.ps1' %*}"