tcmd Go client: Added support for a quoted string with spaces for the -params parameter.
-
Re: tcmd GO command line tool is available now
Download tcmd-windows-amd64.exe and rename it to tcmd.exe, and put it in a folder referenced in your PATH environment variable. Then you can remotely run commands with multiple parameters like this:
tcmd -computer russfam -trigger notepad -params "Deep Thoughts.txt"
That runs notepad on my family computer with the whole file name, including the space between Deep and Thoughts.txt:
Here's a video showing off the new feature: https://youtu.be/q0Uu4SNFKFY
-