Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- SET "qemu_exec="
- SET "qemu_path="
- SET "qemu_opts="
- SET "qemu_cpu="
- SET "qemu_ram="
- SET "qemu_accel="
- SET "qemu_serialport="
- SET "qemu_isofile="
- SET "qemu_bootindexcd="
- SET "qemu_disk1="
- SET "qemu_disk2="
- SET "qemu_disk1options="
- SET "qemu_disk2options="
- SET "qemu_bootindexdisk1="
- SET "qemu_bootindexdisk2="
- SET "qemu_bootindexlan="
- SET "qemu_ifname="
- SET "qemu_macaddr="
- SET "qemu_vmname="
- SET "qemu_cores="
- TITLE Command Prompt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement