load_fw.bat
来自「usbn9603等时传输的firmware」· Batch 代码 · 共 14 行
BAT
14 行
@echo off
REM ***************************************************************
REM ** This batch file executes the commands from the file **
REM ** load.txt to load USB FW into your Voyager flash by **
REM ** the Flash Loader tool. **
REM ** Replace "C:\PROGRA~1\NATION~1\VOYAGE~1\" with the actual **
REM ** path to your Flash Loader. **
REM ***************************************************************
if NOT "%VFLDIR%"=="" goto flash
call C:\PROGRA~1\NATION~1\VOYAGE~1\vfl-env.bat
:flash
vfl -f load.txt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?