Advertisement
zefie

QEmu Windows Helper (qemu-resetvar.bat)

Oct 26th, 2019
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.45 KB | None | 0 0
  1. @echo off
  2. SET "qemu_exec="
  3. SET "qemu_path="
  4. SET "qemu_opts="
  5. SET "qemu_cpu="
  6. SET "qemu_ram="
  7. SET "qemu_accel="
  8. SET "qemu_serialport="
  9. SET "qemu_isofile="
  10. SET "qemu_bootindexcd="
  11. SET "qemu_disk1="
  12. SET "qemu_disk2="
  13. SET "qemu_disk1options="
  14. SET "qemu_disk2options="
  15. SET "qemu_bootindexdisk1="
  16. SET "qemu_bootindexdisk2="
  17. SET "qemu_bootindexlan="
  18. SET "qemu_ifname="
  19. SET "qemu_macaddr="
  20. SET "qemu_vmname="
  21. SET "qemu_cores="
  22. TITLE Command Prompt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement