首次提交: OnebotCatalog 项目代码与文档(含 NX 按需生成服务二期、后台、一键启动)

This commit is contained in:
wangruiguo
2026-09-03 17:55:45 +08:00
commit fafa86d3a6
241 changed files with 78656 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@echo off
cd /d "%~dp0"
echo ==== ug_convert_part.exe -help ====
"C:\Program Files\Siemens\NX2506\NXBIN\ug_convert_part.exe" -help 2>&1
echo.
echo ==== ug_convert_part.exe (no args) ====
"C:\Program Files\Siemens\NX2506\NXBIN\ug_convert_part.exe" 2>&1
echo.
echo ==== ugtopv.exe (no args) ====
"C:\Program Files\Siemens\NX2506\NXBIN\ugtopv.exe" 2>&1
echo.
echo ==== step214ug.exe (no args) ====
"C:\Program Files\Siemens\NX2506\NXBIN\step214ug.exe" 2>&1