From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvEQZ-0003EF-40 for qemu-devel@nongnu.org; Thu, 22 Nov 2007 10:57:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvEQY-0003E1-Jg for qemu-devel@nongnu.org; Thu, 22 Nov 2007 10:57:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEQY-0003Dy-Cd for qemu-devel@nongnu.org; Thu, 22 Nov 2007 10:57:18 -0500 Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvEQX-0000vT-VW for qemu-devel@nongnu.org; Thu, 22 Nov 2007 10:57:18 -0500 Received: from WINXP (cpe-69-202-32-18.twcny.res.rr.com [69.202.32.18]) by ms-smtp-04.nyroc.rr.com (8.13.6/8.13.6) with SMTP id lAMFvGRH028519 for ; Thu, 22 Nov 2007 10:57:16 -0500 (EST) Message-ID: <000601c82d20$5a4e3f60$6401a8c0@WINXP> From: "ayates" Date: Thu, 22 Nov 2007 10:57:15 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C82CF6.71297B20" Subject: [Qemu-devel] Post processing Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C82CF6.71297B20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 ------=_NextPart_000_0003_01C82CF6.71297B20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
This is two questions.
1. How do I initiate qemu post=20 processing
2. Will my batch file clean up=20 everything
 
 
I am using qemu and kqemu under windows = XP to run=20 FreeBSD.
 
I have a .bat file that I want to run = after I close=20 the FreeBSD/Qemu/Kqemu sessions
Is there a shutdown process that I = can use to=20 call my .bat file?
 
I want to use the bat file to clean up = after kqemu,=20 the batch steps are:
 
@ECHO Off
REM Removes kqemu from = host=20 machine
net stop kqemu
sc delete = kqemu
RunDll32=20 setupapi.dll,InstallHinfSection Uninstall 132 = %SystemRoot%\inf\kqemu.inf
REG=20 DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU"=20 /f
CLS
EXIT
 
TIA
Art Yates
 
 
------=_NextPart_000_0003_01C82CF6.71297B20--