From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzAsC-00011O-Oz for qemu-devel@nongnu.org; Sat, 08 Jul 2006 07:21:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzAs6-000110-EJ for qemu-devel@nongnu.org; Sat, 08 Jul 2006 07:21:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzAs6-00010w-6q for qemu-devel@nongnu.org; Sat, 08 Jul 2006 07:21:14 -0400 Received: from [134.130.3.131] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.52) id 1FzAsh-0004Q8-C3 for qemu-devel@nongnu.org; Sat, 08 Jul 2006 07:21:52 -0400 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J23007G10V1GZ@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Sat, 08 Jul 2006 13:21:01 +0200 (MEST) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id k68BL0CY014032 for ; Sat, 08 Jul 2006 13:21:00 +0200 (MEST) Date: Sat, 08 Jul 2006 13:22:15 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] Why do qemumenu.bat show such error mess age? In-reply-to: <44AE9B18.0000FD.09634@m193.126.com> Message-id: <44AF9567.1040509@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=GB2312 Content-transfer-encoding: QUOTED-PRINTABLE References: <44AE9B18.0000FD.09634@m193.126.com> 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 =D5=D4=B8=D5 wrote: > When I had installed qemu(Host OS: win98),I execute qemumenu.bat. > Unfortunately,qemumenu.bat shows lots of error messages,as follows: > >Bad command or file name > >Bad command or file name > >Invalid directory > >Syntax error > >Syntax error > >Bad command or file name > >Syntax error > >QEMU_BIOS_DIR=3D > >Bad command or file name > >=3D=3D=3D QEMU Menu ^(v20041121^) =3D=3D=3D > > QEMU Menu (C) 2004 Garth Dahlstrom (ironstorm@users.sf.net > ) > > QEMU (C) 2004 Fabrice Bellard > > > >QEMU Settings: > > Memory ^(^MB^) BIOS DIR ^(^) > > ISO/CD ^(^) > > Network ^(^) > > > >Boot QEMU using image: > >Bad command or file name > >Syntax error > >Bad command or file name > >Syntax error > > No image files found^^!^^! > > (you must [C]reate an image to use QEMU) && echo. > > > >Settings/Toggles: > > ^[C^]reate image file ^[M^]emory ^[I^]SO/CD ^[N^]etwork ^[Q^]uit > > > > > > > >Starting !QEMU_IMG! ... > > > > > >^[ ^] qemu.exe -L "" -m -hda "!QEMU_IMG!" -enable-audio -localtime > >Bad command or file name > >Syntax error > >Press any key to continue . . . > Could you explain the reasons about these error messages ? > Best regards > mathew Well, have a look at the .bat-file with a normal editor. It's not lik= e you'll need to understand rocket science to debug a batch file. I suspect that this batch file is passing outdated command line options= to qemu, as there were some changes from 0.7.x to 0.8.x (e.g. networking= ) with a look at qemu manual you should be able to fix the batch file (= I suppose it's using the old options). After fixing it it would be nice= , to post it to this list and the original author. Have a nice weekend, Jan