EFTScriptSamples/bat/call all.bat

10 lines
196 B
Batchfile
Raw Permalink Normal View History

2022-09-13 11:37:49 -05:00
@echo off
c:\
cd "C:\Users\jbranan\Desktop\Batch to call multiple things"
start wireshark.bat
start procdump.bat
start procmon.bat
timeout /T 135
start killwireshark.bat
start killprocmon.bat
exit