Differences
This shows you the differences between the selected revisions of the page.
2018-03-04 | 2020-02-07 | ||
link update (martin) | cmd.exe /c => cmd /C (martin) | ||
Line 19: | Line 19: | ||
When you check neither //Apply to directories// nor //Execute recursively//, the selected directories will be ignored. | When you check neither //Apply to directories// nor //Execute recursively//, the selected directories will be ignored. | ||
- | Check //Show results in terminal// checkbox to make the output of the custom command be shown in [[ui_console|Console window]]. The option cannot be used with [[custom_command#types|local custom commands]]. To keep an output of a local console command in a console window, use syntax like ''cmd.exe /c dir & pause''. | + | Check //Show results in terminal// checkbox to make the output of the custom command be shown in [[ui_console|Console window]]. The option cannot be used with [[custom_command#types|local custom commands]]. To keep an output of a local console command in a console window, use syntax like ''cmd /C dir & pause''. |
Check //Copy results to clipboard// checkbox to make the output of the custom command be copied to clipboard. The option can be used with [[custom_command#types|local custom commands]] only. To copy an output of a local console command to the clipboard //in the latest stable version//, pipe the command output to ''[[https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/clip|clip]]'' like ''cmd.exe /c dir | clip''. This of course makes sense with console applications only. | Check //Copy results to clipboard// checkbox to make the output of the custom command be copied to clipboard. The option can be used with [[custom_command#types|local custom commands]] only. To copy an output of a local console command to the clipboard //in the latest stable version//, pipe the command output to ''[[https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/clip|clip]]'' like ''cmd.exe /c dir | clip''. This of course makes sense with console applications only. |