globalscape/bat/Batch to call multiple things/killwireshark.bat

3 lines
46 B
Batchfile
Raw Permalink Normal View History

2022-04-27 14:05:07 -05:00
@echo off
taskkill /IM "Wireshark.exe" /F
exit