EFTScriptSamples/bat/procdump.bat

6 lines
211 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\procdump"
procdump.exe -n 1 -ma cftpstes.exe "C:\Users\jbranan\Desktop\Batch to call multiple things\dumps" -accepteula
timeout /T 15
exit