What I am trying to do is set up my stream deck to run a CMD Psexec command to open a macro file on the remote system. As far as it goes, using MiniMouseMacro, the macro files are .mmmacro. So far my test say the Psexec could not start, the system could not find the file specified. After double checking. It's looking in the right area on remote system. Just not launching it. The macro program is set to launch and run when the saved macro file is opened
Is it possible to run and non exe through PsExec
59 Views Asked by GuberX At
1
There are 1 best solutions below
Related Questions in PSEXEC
- April fools - PsExec (PsTools)
- Remote process execution using PsExec
- How to get the results of long running commands in pypsexec?
- Psexec issue with variable command in Powershell
- Working batch file fails when started remotely through PsExec
- It is necessary that PsExec does not close at the end of the PowerShell script
- Why does psexec query session work via cmd but not when called with _popen in C++?
- Run PsExec on Windows Server 2022 via OpenSSH - only display the first three lines
- How can I launch notepad with psexec when logged in via SSH?
- Psexec doesnt execute .bat
- Psexec doesnt give me the full results
- How to run an .exe with arguments remotely in python?
- How to run an exe on a remote machine using psexec which also needs dependent dlls?
- Run process on screen from task scheduler if and only if user is logged in
- PSEXEC Starts on remote PC but does not execute command
Related Questions in STREAMDECK
- What is the easiest way to send a signal from one stream deck to a stream deck on a different computer?
- Suppress Terminal Window When Running Python Build from Stream Deck
- Run "open" in elgato streamdeck without opening console
- Async::WebSocket unable to connect on Windows 10
- How to bind web socket to events in .NET C#
- Is it possible to run and non exe through PsExec
- VLC How to clear playlist on windows / play local music from streamdeck with VLC
- How can I get a WPF desktop application to catch a Elgato Streamdeck command with text characters?
- How to catch HTTP errors in Javascript
- Parse Json Array on new lines correctly in StreamDeckSDK
- Powershell script to activate HDR in Windows 10
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
So I came up with a different option on doing this. As Psexec doesn't want to open the .mmmacro file. I ended up making batch scripts for Psexec to launch instead. Works great this way. Now I can run a GUI application remotely