Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to run an exe file from bookmark?

more options

As the title says i would like to run an exe file from bookmark how is that possible?

As the title says i would like to run an exe file from bookmark how is that possible?

Krejt Përgjigjet (8)

more options

Are you talking about a bookmarklet? https://en.wikipedia.org/wiki/Bookmarklet

more options

the-edmeister said

Are you talking about a bookmarklet? https://en.wikipedia.org/wiki/Bookmarklet

I want to run an exe through a bookmark ? Will that allow me and if yes how?

more options

Hello, to me, it's not possible to run an exec from Firefox for security questions. Can you give us more information about your needs? There is maybe another way to do.

more options

smorele said

Hello, to me, it's not possible to run an exec from Firefox for security questions. Can you give us more information about your needs? There is maybe another way to do.

sure,i would like when i open chess.com to have a notepad open at the same time but the windows must be split screen. The chess.com be on the left and the notepad must be on the right.

I need this for learning purposes, like when i play and i don't know what to do i can write down the moves to plan later.

more options

If you have a Bookmarks Toolbar turned on (put mouse up to top of browser empty space then right click then click it on) you can create a notepad short cut and drag and drop it to the Toolbar.

so have a short cut url for Chess then Notepad beside it. Firefox would have to be half size already and note pad will turn up a message then open at it's last size or default. Is not what you are looking for but close and thing Notepad short cut can be edited so it possibly suns better.

Please let us know if this solved your issue or if need further assistance.

Ndryshuar nga Shadow110

more options

Pkshadow said

If you have a Bookmarks Toolbar turned on (put mouse up to top of browser empty space then right click then click it on) you can create a notepad short cut and drag and drop it to the Toolbar. so have a short cut url for Chess then Notepad beside it. Firefox would have to be half size already and note pad will turn up a message then open at it's last size or default. Is not what you are looking for but close and thing Notepad short cut can be edited so it possibly suns better. Please let us know if this solved your issue or if need further assistance.

where exactly should i left click because i don't get that empty space and it does not give me the notepad option? please

more options

Y9ou can also consider to use the Firefox Scratchpad to make notes.

  • "3-bar" menu button or Tools -> Web Developer
more options

There's probably a way to do this with a system-level script. Microsoft has a tool called PowerShell that could start two programs. I don't know if it can automatically tile one to the left half of the screen and one to the right half of the screen, but it's certainly possible.

I don't know PowerShell, but for reference, the Firefox part would use the program name followed by the URL you want to launch. For example in "pseudocode":

[open] "firefox.exe -url https://www.chess.com/"

One site to ask for help with scripts is the following:

https://stackoverflow.com/questions/tagged/powershell

There might be sites that are less oriented toward system administrators, such as Windows support sites, where people would be willing to do more of the work.