This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
quest
/
WSHCommon
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
faa2d60f8d
Rami (Branch)
Tag
master
WSHCommon
/
Common
/
Pomelo
/
ProtoGen
/
protoc
/
proto
/
run.bat
run.bat
99 B
Cronologia
Originale
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