File associations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all.

You know when you click on an mpg file and media player comes up and plays the video?
What I did was write a batch program

start /high C:\"Program Files"\"Windows Media Player"\wmplayer.exe

and caledd it mplayer.bat.

Then I associated mpg files with this batvh program. Now, when I click on the mpg file, mplayer comes up with a high priority, but it wont play the video I click on. It always is pointing to the same video.

anyone know what I am doing wrong?

Much appreciated

Mike
 
You shouldn't have changed the file type association.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect.


:
| Hi all.
|
| You know when you click on an mpg file and media player comes up and plays
the video?
| What I did was write a batch program
|
| start /high C:\"Program Files"\"Windows Media Player"\wmplayer.exe
|
| and caledd it mplayer.bat.
|
| Then I associated mpg files with this batvh program. Now, when I click on
the mpg file, mplayer comes up with a high priority, but it wont play the
video I click on. It always is pointing to the same video.
|
| anyone know what I am doing wrong?
|
| Much appreciated
|
| Mike
 
Back
Top