Skip to content

Commit

Permalink
Add -Wait
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 13, 2024
1 parent f8166d5 commit a8be0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/libcalc/trace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Procmon.exe /BackingFile log.pml /AcceptEula /LoadConfig libcalc.pmc /Minimized
Start-Process -FilePath Procmon.exe /WaitForIdle -Wait
Start-Process -FilePath ./example.exe -NoNewWindow -Wait
Start-Process -FilePath Procmon.exe /Terminate -Wait
Procmon.exe /OpenLog log.pml /LoadConfig libcalc.pmc /SaveAs log.csv /SaveApplyFilter
Start-Process -FilePath Procmon.exe /OpenLog log.pml /LoadConfig libcalc.pmc /SaveAs log.csv /SaveApplyFilter -Wait
cat log.csv

0 comments on commit a8be0e2

Please sign in to comment.