Mark from Arizona wrote in saying that he had problems installing the Elecard MPEG Layer III Audio Encoder. The zip file that encoder comes in should have a REG.BAT file that you would run to register the encoder file. TRY RUNNING THAT BAT FILE IN THE SAME DIRECTORY THAT THE FILES ARE LOCATED IN.

The REG.BAT file uses the command:

regsvr32 /s lame_dshow.ax

That command assumes you are in the same directory that the .ax file is located in.

HOWEVER, if you are getting an error message, then you may have to manually run the command instead of running the bat file. You could run the command from a DOS prompt. Go to a DOS window and change to the directory that you have the downloaded files in and then try the command. If it still doesn't work, then you may want to specify the directory in the command line:

c:\windows\system\regsvr32.exe /s lame_dshow.ax

or

c:\windows\system\regsvr32.exe /s c:\directory\lame_dshow.ax

For the first command line, it would probably be better to try that from the DOS prompt. For the second command line, you could try running that from either the DOS prompt or from the RUN command from the START menu. Also for the second command line, be sure to substitute in the correct subdirectory name and drive letter.