minecraft-basicmods/install.cmd

3 lines
75 B
Batchfile

@echo off
powershell -ExecutionPolicy Bypass -File "%~dp0install.ps1"
pause