Start default for file type?

silver

New Member
On windows you can open a command line window and use the START command to execute the default program for a file type

"start somefile.txt" launches the default application for txt files (usually notepad

"start somepage.html" launches the webbrowser etc

Is there something similar for Android?

I wish to fetch a file from a website and launch the default app for it (m3u8 - something has been installed to handle that)
 
Last edited:
Top