请教一下如何批量生产多个U盘启动

来源:百度知道 编辑:UC知道 时间:2024/05/24 05:14:21
@ECHO OFF
echo This program will create an ISO Image from the files in the "U3CUSTOM" folder.
echo Author: Tyrone Davis (U3Hacker)
echo The label Of The ISO will be U3CUSTOM and will be placed in the "BIN" folder.
echo The label Of The U3 CD-ROM will be "U3".
goto createiso

:createiso
cd BIN
for /F "tokens=1-4 delims=:., " %%a in ('time/T') do set TIME=%%a%%b%%c
for /F "tokens=1-4 delims=/- " %%A in ('date/T') do set DATE=%%B%%C%%D
if exist U3CUSTOM.ISO ren U3CUSTOM.ISO U3CUSTOM.ISO.%TIME%%DATE%
ISOIMAGE -lU3 -nt -h ..\U3CUSTOM U3CUSTOM.ISO
pause
goto exitcmd

:exitcmd
exit

你说的是那种启动方式?模拟软驱还是量产分区?要是后者,现在的量产工具都有可以同时量产多个U盘。

你用U盘芯片精灵,先查看是那种型号的芯片后。你在下相应的U盘量产工具。有的是无法量产的。有的可以。如果可以的话你就可以量产出几个U盘。就相当于把U盘分区!有些主控容易出错的。你小心点哈!多在网上搜搜嘛!教程多的很啊 ~