I am not sure what the "DOS Prompt" is called in your version of the WinXP... maybe Command Prompt. Start -- Applications -- Command Prompt is my guess if you have an English version.
Or do this if you can't find a direct link to it from the Start Menu:
- Click "Start"
- Click "Run"
- Type "cmd" into the textbox and click "OK", then a Command Prompt should open.
Should look like this:
Now, you would enter commands into that... command prompt.
- Put wavetolip program into some folder, like G:\wav2lip where G is the drive of your choice. Replace G in the following instructions with your drive letter. As the Biki instructs, do not use spaces in the folder name.
- Get a mono 16-bit wav file, let's say it's test.wav, notice no spaces in the file name, and put it to the G:\wav2lip folder.
- Type to command prompt:
G: and press enter.
- Type to command prompt:
cd wav2lip and press enter.
- Type to command prompt:
wavetolip test.wav and press enter.
- Now you should have test.lip file in the G:\wav2lip folder.
Any problems, just ask.