Skip to content

Commit

Permalink
Merge branch 'master' of github.com:end2endzone/ShellAnything
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Jan 14, 2024
2 parents 6c451a8 + f31cba5 commit 1e03f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ For example :
```xml
<menu name="Capture exec output">
<actions>
<exec path="cmd.exe" arguments="/C dir /b &quot;${application.directory}&quot;> &quot;${env.TEMP}\command_output.txt&quot;" />
<exec path="cmd.exe" wait="true" arguments="/C dir /b &quot;${application.directory}&quot;> &quot;${env.TEMP}\command_output.txt&quot;" />
<property name="files" file="${env.TEMP}\command_output.txt" />
</actions>
</menu>
Expand Down Expand Up @@ -2363,4 +2363,4 @@ A quick way to do this is to temporary change the *Configuration Files* to anoth

If you find any issues while using ShellAnything, please report your findings using the [project issue page on GitHub](https://github.com/end2endzone/ShellAnything/issues).

Improvements to the software are also welcome and can be proposed using the same method.
Improvements to the software are also welcome and can be proposed using the same method.

0 comments on commit 1e03f8f

Please sign in to comment.