brender-v1.3.2/make/subdir.bat
2022-05-03 13:10:51 -07:00

5 lines
57 B
Batchfile

@echo off
cd %1
echo -- %1
%2 %3 %4 %5 %6 %7 %8 %9
cd ..