TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Xander
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 7
    • Posts 88
    • Best 12
    • Controversial 1
    • Groups 2

    Topics created by Xander

    • XanderX

      Hibernate only on certain nights

      Windows
      • • • Xander
      1
      1
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • XanderX

      Call for a routine, TriggerCMD gets activated?

      General Discussion
      • • • Xander
      3
      0
      Votes
      3
      Posts
      270
      Views

      RussR

      @Xander, that's interesting a routine can corrupt on its own. Not good. I'm glad you got it figured out though.

    • XanderX

      Never used parameters before...

      Windows
      • • • Xander
      25
      0
      Votes
      25
      Posts
      2.9k
      Views

      Royher FigueraR

      @Russ said in Never used parameters before...:

      @Royher-Figuera, in a .bat file, the syntax for a parameter is %1 for the first parameter, and %2 for the second parameter, etc.

      So you could make a simple batch file that google's something like this:

      start https://www.google.com/search?q=%1

      @Russ Yes, my mistake.

      I have a error in my .bat file with a "$" and "%". I compare with my google.bat and this is ok and modified the another files.

      Thank You

    • XanderX

      Default command for Alexa?

      General Discussion
      • • • Xander
      6
      0
      Votes
      6
      Posts
      607
      Views

      RussR

      @Xander, thanks for reporting these details. Sounds like there might be an issue with the Alexa Smart Home device discover process. I'll do some testing.

    • XanderX

      Any way to trigger something on one PC and have it trigger a second part on another?

      General Discussion
      • • • Xander
      7
      0
      Votes
      7
      Posts
      1.6k
      Views

      RussR

      @xander, thanks for testing. I'm glad you asked for that. I needed a Go project, and a CLI tool that calls an API is a perfect use case for Go.

    • XanderX

      Basic cleanup

      Windows
      • • • Xander
      2
      0
      Votes
      2
      Posts
      3.1k
      Views

      RussR

      Great idea @Xander! I added this to the examples list in the GUI editor.

      Here's a URL to cleanmgr docs: https://ss64.com/nt/cleanmgr.html

      cleanmgr = Automated cleanup of Temp files, Internet files, downloaded files, recycle bin.

      Run this to bring up the GUI and setup profile #1:

      cleanmgr /sageset:1

      This command runs profile #1:

      cleanmgr /sagerun:1

      This is what the GUI looks like:

      cleanmgr image