Last active
October 3, 2020 00:02
-
-
Save akrnmd/241852b24e1615f11cb98b9a60737841 to your computer and use it in GitHub Desktop.
Use Local Command And Get Response On Windows. #SenseTalk #eggplant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //use example: | |
| //shell "c:\windows\system32\cmd.exe", <</c "ipconfig > C:\Users\[UserName]\tmp.txt">> | |
| shell "c:\windows\system32\cmd.exe", <</c "[YourCommand] > [FileFullPath]">> | |
| put file "[FileFullPath]" into FileContents | |
| log FileContents |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment