You have to use double slashes, like "\\". On POSIX systems, the "\"
basically says to use a special character (i.e. \n is a new line \t is a
tab). However, on DOS systems, it is used to show a directory. Using two
of those slashes, you will be passing to qemu that you want to use a
directory, and not a special character
----- Original Message -----
From: "Sebastien WILLEMIJNS" <[EMAIL PROTECTED]>
To: <qemu-devel@nongnu.org>
Sent: Tuesday, January 01, 2008 5:05 PM
Subject: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
(cc to the windows dev port)
hello,
happy new year
C:\qemu4windows\qemu-0.9.0-windows>if exist
..\qemusave\kqemu-1.3.0pre11.tar.gz
qemu -kernel-kqemu -soundhw all -m 256 -L
\qemu4windows\qemu-0.9.0-windows -cdro
m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139
-net use
r,vlan=0,hostname=foo
qemu: could not open disk image ..toto.img
"-hda ..\toto.img" does not works
moving toto.img to the directory and modify commandline to "-hda
toto.img" works !
config: XP SP2 French 100% patched.