• Login
Community
  • Login

How to run it with Google Web pages

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
8 Posts 4 Posters 981 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 최
    최민정
    last edited by Mar 27, 2024, 5:57 AM

    hellow. I am a Korean.
    I am not good at English. Please excuse me.
    question>
    I’m trying to run it with Google web page, but I don’t know why it’s not running.|
    Location>
    C:\Program Files\Google\Chrome\Application

    Run-Run program was saved by selecting the Google .exe extension above and set to the shortcut key.

    M P M 3 Replies Last reply Mar 27, 2024, 6:23 AM Reply Quote 0
    • M
      Mark Olson @최민정
      last edited by Mar 27, 2024, 6:23 AM

      @최민정
      What does this question have to do with Notepad++? This is not a forum for general tech questions, only for questions that pertain to Notepad++.

      최 1 Reply Last reply Mar 27, 2024, 8:03 AM Reply Quote 0
      • 최
        최민정 @Mark Olson
        last edited by Mar 27, 2024, 8:03 AM

        There is a Notepad++ association.
        I want to open the files I practiced with Google web pages, but I can’t connect to Google web pages.
        When I first ran it the same way, I was able to connect to the Google web page, but after that, I couldn’t connect.
        So I reinstalled it, but I can’t connect to the Google webpage.
        Why is that?

        최 1 Reply Last reply Mar 28, 2024, 7:58 AM Reply Quote 0
        • P
          PeterJones @최민정
          last edited by Mar 27, 2024, 1:03 PM

          @최민정 said in How to run it with Google Web pages:

          Run-Run program was saved by selecting the Google .exe extension above and set to the shortcut key.

          Using the Run menu should work to run any .exe, and if you correctly used the $(FULL_CURRENT_PATH) as described in the user manual , then it should properly run that external application with passing in the active file. My guess is that the “first time”, you ran the Run command with a file that had no spaces in its name, like c:\path\to\file.html, and you had a run command something like c:\Program Files\Google\Chrome\Application\chrome.exe $(FULL_CURRENT_PATH) . But when you ran again, your file’s path had one or more spaces, like c:\spaced directory\with\file.html, and the spaces confused the underlying win32 API that is used to launch external processes. The right syntax would be "c:\Program Files\Google\Chrome\Application\chrome.exe" "$(FULL_CURRENT_PATH)" – the need for the quote marks in your command is also documented in the same section of the user manual, as linked above.

          Secondly, if you just want to run the active file in Chrome, why are you wasting your time with a Run menu command? View > View Current File In… > Chrome is the right way to launch the current file in the installed Chrome browser on your computer.

          최 1 Reply Last reply Mar 28, 2024, 8:02 AM Reply Quote 3
          • M
            mkupper @최민정
            last edited by Mar 27, 2024, 11:42 PM

            @최민정 said in How to run it with Google Web pages:

            Location>
            C:\Program Files\Google\Chrome\Application

            Try running
            C:\Program Files\Google\Chrome\Application\chrome.exe

            최 1 Reply Last reply Mar 28, 2024, 8:03 AM Reply Quote 0
            • 최
              최민정 @최민정
              last edited by Mar 28, 2024, 7:58 AM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • 최
                최민정 @PeterJones
                last edited by Mar 28, 2024, 8:02 AM

                @PeterJones

                The exact answer was made possible by adding “Wow” and "$(FULL_CURRENT_PATH).
                Thanks a lot.

                1 Reply Last reply Reply Quote 1
                • 최
                  최민정 @mkupper
                  last edited by Mar 28, 2024, 8:03 AM

                  @mkupper

                  Thanks a lot.

                  1 Reply Last reply Reply Quote 1
                  8 out of 8
                  • First post
                    8/8
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors