set OUTPATH=..\..\..\ServerComm\ServerManager IF NOT EXIST %OUTPATH% MD %OUTPATH% .\protoc\protoc.exe .\smCs.proto --csharp_out=%OUTPATH% pause