Hello,
I would like to add Microsoft-Edge on the browserlist.
Somepeople knows the right command line?
Thanks
Meg
Add Microsoft-Edge
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: Add Microsoft-Edge
I don't have Edge available atm, but it seems like it is not a simple exe file, so you need to do something like this:
Create .bat file:
Use this bat file as browser Path for the browserlist.
Create .bat file:
Code: Select all
start microsoft-edge:%*
Blumentals Software Programmer
Re: Add Microsoft-Edge
Hie,
Yes that command line starts Edge but I dont how to pass the right url. That's depends of the Rapiphp internal start process used and the langage used.
Your proposal to start thru a bat will the same thing: how to pass the right url, in fact we ( the Rapiphp user ) dont know the url, and Rapidphp start a file file://... not http://...
So I continue to investigate but I think some extra informations regarding Rapidphp coding/interface is necessary.
I've try your proposal with the same result as you add 'Microsoft-Edge:%1' directly on the select windows of RapidPhp>Options....
Meg
Yes that command line starts Edge but I dont how to pass the right url. That's depends of the Rapiphp internal start process used and the langage used.
Your proposal to start thru a bat will the same thing: how to pass the right url, in fact we ( the Rapiphp user ) dont know the url, and Rapidphp start a file file://... not http://...
So I continue to investigate but I think some extra informations regarding Rapidphp coding/interface is necessary.
I've try your proposal with the same result as you add 'Microsoft-Edge:%1' directly on the select windows of RapidPhp>Options....
Meg