The batchfile (RegLAME_DS.bat) assumes that your Windows-directory is "Windows",
AND that the file lame.ax is already copied!
Let's better do a complete manual install, following these steps:
1. Copy lame.ax to your [Windows]\System32 directory.
2. Open a command line (cmd.exe)
3. Type
CODE
CD \ [press RETURN-key]
CD C:\Windows\System32 [press RETURN-key]
regsvr32.exe lame.ax [press RETURN-key]
4. You'ill get a message - positive or negative.
If your Windows-directory is "WINNT", you have to replace the string C:\Windows\System32 with C:\WINNT\System32.