@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
@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
I thought I had cancelled my sub before but I just got charged again this morning. Any help with this would be great.
@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
@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
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
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
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?
@Igor-Penha How exactly did you get it to work. Trying to do something with a shortcut too and I am having issues.
@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