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

    Noah Nauman

    @Noah Nauman

    3
    Reputation
    33
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Noah Nauman Unfollow Follow

    Best posts made by Noah Nauman

    • RE: Trying to use Http Request with Automagic for android to do some task but I can get it to work.

      @Russ got it to work (spaces need %20 in names for anyone looking this up in the future).

      Thanks a million. So cool to use commands on my fossil

      posted in General Discussion
      Noah Nauman
      Noah Nauman
    • RE: Remote Mega Download

      @Russ you're the best. I'll try this later tonight

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Remote Mega Download

      @Russ Got it working. Thank you so much for the help.

      posted in Windows
      Noah Nauman
      Noah Nauman

    Latest posts made by Noah Nauman

    • RE: Remote Mega Download

      @Russ well i am having a hard time thinking of a way to even set up a way to send the parameter from home assistant

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Remote Mega Download

      @Russ I have a question for you. this script is still working great but I was wondering if there was a way to get this to work with Home Assistant where I can paste the link into a card to start the downloads. Do you think it is possible? I have had a hard time trying to figure this out

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Remote Mega Download

      @Russ Got it working. Thank you so much for the help.

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Remote Mega Download

      @Russ you're the best. I'll try this later tonight

      posted in Windows
      Noah Nauman
      Noah Nauman
    • Remote Mega Download

      So I am trying to get some remote downloads working with megacmd so I can just paste a mega link (like this https://mega.nz/folder/bGAmWLBI#iRuLe8LRlvSrUyzCw7iiGA/file/DHRGjTzD) into the parameters field and have it start downloading the files from that link.

      this batch file below runs find when I run it as an admin. But I cant even get it to run when I am using triggercmd let alone change that link for a parameter field to input different links. How Can i get this to work the way I want to?
      set PATH=C:\Users\Noah\AppData\Local\MEGAcmd
      mega-get https://mega.nz/folder/bGAmWLBI#iRuLe8LRlvSrUyzCw7iiGA/file/DHRGjTzD B:\Downloads\files

      So I got this batch file to work when I run it as admin. But i have no idea how I can get this working with triggercmd. I just dont want to have to remote in just to start a mega download.

      @echo off
      echo Paste Mega Link Below
      set /p input=
      if %input% == 1 goto ech
      :ech
      set PATH=C:\Users\User\AppData\Local\MEGAcmd
      mega-get %input% B:\Downloads\files

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Having an issue closing services made with nssm

      I have figured it out, Kinda. I got them working with a simple bat file but it doesnt seem to work locally on the system but when I use the triggercmd site from a different network the triggers work. Duno why

      posted in Windows
      Noah Nauman
      Noah Nauman
    • Having an issue closing services made with nssm

      I have some triggers working already that will stop and start some services created by windows/the programs themselves (Lidarr, Sonarr, Radarr) but any service I have made with nssm will not stop or start using sc stop or sc start. They are all local system services. Any ideas or recommendations on getting this to work properly?

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: how do I open a shortcut file?

      @Igor-Penha How exactly did you get it to work. Trying to do something with a shortcut too and I am having issues.

      posted in Windows
      Noah Nauman
      Noah Nauman
    • RE: Trying to use Http Request with Automagic for android to do some task but I can get it to work.

      @Russ got it to work (spaces need %20 in names for anyone looking this up in the future).

      Thanks a million. So cool to use commands on my fossil

      posted in General Discussion
      Noah Nauman
      Noah Nauman
    • RE: Trigger CMD Down?

      No it is working for me but I am not using Zapier, I am currently running some task through Tasker on android

      posted in General Discussion
      Noah Nauman
      Noah Nauman