vid/bin/v-qemu.cmd

4 lines
182 B
Batchfile
Raw Normal View History

2022-03-03 01:57:38 +08:00
@echo off
where qemu-system-x86_64.exe 2>nul >nul
if errorlevel 1 call v-scoop install qemu & call v_choco_refreshenv
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*