vid/bin/v-qemu.cmd

4 lines
188 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
2022-03-03 02:18:11 +08:00
if errorlevel 1 call v-scoop install qemu & call %~dp0\v-choco-refreshenv
2022-03-03 01:57:38 +08:00
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*