From: "ayates" <ayates@twcny.rr.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Post processing
Date: Thu, 22 Nov 2007 10:57:15 -0500 [thread overview]
Message-ID: <000601c82d20$5a4e3f60$6401a8c0@WINXP> (raw)
[-- 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 --]
reply other threads:[~2007-11-22 15:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000601c82d20$5a4e3f60$6401a8c0@WINXP' \
--to=ayates@twcny.rr.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).