• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

command solution

Instructions
2
9
857
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.
  • H
    h6477801471
    last edited by Mar 30, 2023, 3:14 PM

    Ross, thank you again for using your software. I am planning to do an indoor golf simulator business. So I want people who made reservations through Zapier to turn on the locked computer screen at that time, run a specific game program, and when the reservation time is over, the screen is locked again and the game program ends. However, I tried running the lock screen with the list in the command example, but there was no response.

    So I just wanted to run the screen on and off. I use a projector, and I succeeded in turning it off with a trigger, but turning it back on is not responding. It says there is no hdmi input signal on the screen, so I was wondering if there is any way to get the projector input connected back to its original state.

    Thank you so much.

    R 1 Reply Last reply Mar 31, 2023, 10:26 PM Reply Quote 0
    • R
      Russ @h6477801471
      last edited by Russ Mar 31, 2023, 10:27 PM Mar 31, 2023, 10:26 PM

      @h6477801471, nice idea!

      I tried a few tools for turning my monitor off and on and this one worked the best because it doesn't lock the computer - it just turns off the monitor.

      MultiMonitorTool.exe /turnoff 1
      
      MultiMonitorTool.exe /turnon 1
      

      I used the 64bit version.
      Please let me know how it works out.

      Russell VanderMey

      H 2 Replies Last reply Mar 31, 2023, 11:38 PM Reply Quote 0
      • H
        h6477801471 @Russ
        last edited by Mar 31, 2023, 11:38 PM

        @Russ

        Thank you so much.
        Can I ask you a very basic question as I just started learning trigger cmd?

        Is the program I want to control through triggercmd run if I just install it on the c drive and write down the executable name? Or should I write a command before the executable?

        I wanted to run a program called e6connect according to the guest's reservation time. So I wrote down e6connect.exe and made it run as foreground, but there was no response, so I modify as "start e6connect.exe" and got an error message. How can I run a program?

        I'm sorry I asked such a basic question.

        R 1 Reply Last reply Apr 2, 2023, 1:31 AM Reply Quote 0
        • R
          Russ @h6477801471
          last edited by Apr 2, 2023, 1:31 AM

          @h6477801471, no problem.

          You have 2 options.

          You can run the .exe with just e6connect.exe or with start e6connect.exe if the folder where e6connect.exe is in your PATH environment variable.

          Otherwise, you need to use the full path to the .exe file, which will be something like this:
          "C:\Program Files\e6connect\e6connect.exe"

          One way to find that full path is to right-click the Shortcut and click Properties.

          You should be able to find the shortcut in your Programs folder. To open the Programs folder, hold the Windows key and press R, paste in this path, and click OK.

          "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
          

          4a8db49f-5298-46ec-8422-73718e8e523f-image.png

          Russell VanderMey

          H 2 Replies Last reply Apr 3, 2023, 12:04 AM Reply Quote 0
          • H
            h6477801471 @Russ
            last edited by Apr 3, 2023, 12:04 AM

            @Russ

            I really appreciate to your fully support.
            I introduce here to my friends also.

            Thank you.

            1 Reply Last reply Reply Quote 1
            • H
              h6477801471 @Russ
              last edited by Apr 3, 2023, 12:44 AM

              @Russ

              Hello Russ.
              I am so sorry again.
              I input full path and run file name as you explained but nothing response.

              R 1 Reply Last reply Apr 3, 2023, 12:49 AM Reply Quote 0
              • R
                Russ @h6477801471
                last edited by Apr 3, 2023, 12:49 AM

                @h6477801471, it should have pulled up a Windows Explorer window like this:

                457ca4f1-0ee9-4edd-a0ef-fdafb8fc8a2c-image.png

                Did you get that far?

                Russell VanderMey

                1 Reply Last reply Reply Quote 0
                • H
                  h6477801471 @Russ
                  last edited by Oct 20, 2023, 3:02 PM

                  @Russ

                  Hello, Russ.
                  I have been setup my business and now I am trying to control each monitors.
                  Each bay has each monitor with a projector.

                  I input a command as you wrote it down for me.
                  However the commnd doesn't work.
                  Would you please look it what was wrong and correct for me?

                  Thank you.

                  01.png 02.jpg

                  R 1 Reply Last reply Oct 20, 2023, 9:56 PM Reply Quote 0
                  • R
                    Russ @h6477801471
                    last edited by Oct 20, 2023, 9:56 PM

                    @h6477801471 , I answered you here:
                    https://www.triggercmd.com/forum/topic/2725/monitor-control-command-issue/2

                    Russell VanderMey

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post