Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 versão do ventoy via comando
#1
I need to know how I can receive the version that is installed on the pendrive via Windows command, so that if the version is out of date I can run the command Ventoy2Disk.exe VTOYCLI /U /Y /DriveBig Grin:

What command to receive the return of the version installed on the drive?

VTOYCL
Reply
#2
Code:
for /f "tokens=2 delims==" %%D in ('%WINDIR%\system32\find.exe %PTN2%\grub\grub.cfg "VENTOY_VERSION="') do set VER=%%D

where PTN2 is the drive letter of the 2nd partition
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)