newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: oofoe on July 10, 2016, 09:49:24 PM

Title: Cross platform web browser launch?
Post by: oofoe on July 10, 2016, 09:49:24 PM
Hi!



Is there anything like the Python webbrowser library to launch a file in the system specific web browser?



I'm currently using (! (string "explorer.exe " pfile) 0)
where pfile is something like "c:\temp\card-preview.html", but this is very specifically Windows...



Thanks!