2025-04-27 07:49:33 -04:00

6 lines
100 B
Awk

{
printf "cd \\\n"
printf "call go.bat %s\n",$1
printf "call %%bldProject%%.bat \n"
}