Skip to content

Commit

Permalink
Update UserManual.md
Browse files Browse the repository at this point in the history
Fixed an error in "Capture exec output" example.
  • Loading branch information
end2endzone authored Jan 13, 2024
1 parent dadeef7 commit f31cba5
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 @@ -2317,4 +2317,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 f31cba5

Please sign in to comment.