+ Line breaks
Readme-mh
Michael Haag 2017-10-17 11:55:57 -07:00
parent 3c17d14b37
commit cf3f201c94
1 changed files with 2 additions and 0 deletions

View File

@ -5,11 +5,13 @@ MITRE ATT&CK Technique: [T1119](https://attack.mitre.org/wiki/Technique/T1119)
## cmd.exe
### find:
Input:
dir c: /b /s .docx | findstr /e .docx
### copy:
Input:
for /R c: %f in (*.docx) do copy %f c:\temp\