Mobile pls java player work on Windows

Asked By 80 points N/A Posted on -
qa-featured

mobile pls java player work on Windows or you have to download software to play pls. files? Which player can handle pls. format?

SHARE
Best Answer by Aron Hank
Best Answer
Best Answer
Answered By 0 points N/A #187465

Mobile pls java player work on Windows

qa-featured

.pls file extension is a player file extension. Majorly, it is used in streaming live media. Windows Media player, the default player in Windows is not capable of playing the file. You should opt to open the file with software like VLC media player, Winamp Media Player, Apple’s iTunes, or Media Player Lite.

Download any one of the software. Then, right click your .pls file to select the option “Open With”, choose the downloaded software to play the file.

Answered By 0 points N/A #187466

Mobile pls java player work on Windows

qa-featured
HELLO JUSTIN
 
There is a simple way to make this work.
Open notepad, and paste the following code:
for /f "usebackq tokens=1,2 delims==" %%a in (%1) do (
 if /i "%%a"=="File1" "C:Program Files (x86)Windows Media Playerwmplayer.exe" %%b
)
Save the file as (playPLS.bat) in your C:Program Files (x86)Windows Media Player folder.
Save a PLS file to your desktop.
Right click the PLS file and click Open With
Use Browse to find "C:Program Files (x86)Windows Media PlayerplayPLS.bat"
Make sure "Always use the selected program." is checked
Click OK

Related Questions