vid/bin/qemu.cmd

4 lines
186 B
Batchfile
Raw Normal View History

2022-03-04 19:35:47 +08:00
@echo off
where qemu-system-x86_64.exe 2>nul >nul
if errorlevel 1 call scoop install qemu & call %~dp0\v-choco-refreshenv
%userprofile%\scoop\apps\qemu\6.2.0\qemu-system-x86_64.exe %*