6 lines
137 B
Batchfile
6 lines
137 B
Batchfile
call proto2cpp.exe protoc.exe
|
|
cd..
|
|
set "protopath=%cd%"
|
|
cd new_server_proto
|
|
copy %cd%\out\cpp\ %protopath%\newhxserver\ProtocolSrc\
|
|
pause |