I have a question. I want write a avi file.
If I use only the avi file name, it will saved in in snap folder.
If I use the avi file name with path, nothing will be saved on the choosed path.

Example:

mess nes -r 640x480 -window -nodebug -nolog -nosound -aviwrite Demo.avi -cart "c:\Emulator\NES\Games\Zelda2.zip"

Will be saved: c:\Emulator\Mess\Mess SVN\Snap\Demo.avi

mess nes -r 640x480 -window -nodebug -nolog -nosound -aviwrite c:\Demo.avi -cart "c:\Emulator\NES\Games\Zelda2.zip"

Nothing will be saved on c:\

What is wrong ?

Last edited by Anna Wu; 10/14/09 08:48 AM.