This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
quest
/
WSHCommon
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
faa2d60f8d
Ramuri
Etichete
master
WSHCommon
/
Common
/
Pomelo
/
ProtoGen
/
protoc
/
proto
/
run.bat
run.bat
99 B
Istoric
Crud
1
2
3
4
5
6
@echo off
for /f "delims=" %%i in ('dir /b/a "*.proto"') do protogen -i:%%i -o:.\%%~ni.cs
@pause