opus-nt/mods/[all]/userSetup/data/opus-nt/userSetup.cmd
2021-08-12 23:42:34 +02:00

9 lines
169 B
Batchfile

@echo off
setlocal EnableDelayedExpansion
cd /d "%~dp0"
cd userSetup
for /f "tokens=*" %%f in ('dir /b /s "*.cmd"') do (
start /b /wait cmd /c call "%%f"
)
shutdown /l