在逗猫棒的基础上实现蓝牙转USB功能,目前功能已经实现,还需裁剪掉之前逗猫棒的业务程序
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
set INDIR=%1%
|
||||
set MERGE=%2%
|
||||
set AROUT=%3%
|
||||
|
||||
echo %INDIR%
|
||||
echo %MERGE%
|
||||
echo %AROUT%
|
||||
|
||||
set FILES=
|
||||
|
||||
for /f "tokens=*" %%i in ('dir /b %INDIR%\*.a') DO SET FILES=!FILES! %INDIR%\%%i
|
||||
|
||||
echo %FILES%
|
||||
|
||||
%MERGE% --no-rewrite --output %AROUT% %FILES%
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user