qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Post processing
@ 2007-11-22 15:57 ayates
  0 siblings, 0 replies; only message in thread
From: ayates @ 2007-11-22 15:57 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

This is two questions.
1. How do I initiate qemu post processing
2. Will my batch file clean up everything


I am using qemu and kqemu under windows XP to run FreeBSD.

I have a .bat file that I want to run after I close the FreeBSD/Qemu/Kqemu sessions
Is there a shutdown process that I can use to call my .bat file?

I want to use the bat file to clean up after kqemu, the batch steps are:

@ECHO Off
REM Removes kqemu from host machine
net stop kqemu
sc delete kqemu
RunDll32 setupapi.dll,InstallHinfSection Uninstall 132 %SystemRoot%\inf\kqemu.inf
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU" /f
CLS
EXIT

TIA
Art Yates


[-- Attachment #2: Type: text/html, Size: 1875 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-22 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 15:57 [Qemu-devel] Post processing ayates

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).