SERemoteControl/SEClient/Contract/generateServices.bat
longfellowJian 76792ef9ad 初始化
2025-03-27 16:06:44 +08:00

14 lines
268 B
Batchfile

call "%VS110COMNTOOLS%vsvars32.bat"
@pushd %cd%
@rem %~dp0 will give you the full path to the batch file (fixed)
cd %~dp0
rem xsd.exe results_labx.xsd /classes /language:cs /n:MT.pHLab.SE.V1
xsd.exe results_labxdirect.xsd /classes /n:MT.pHLab.SE.V1
@popd
:Exit