Windows2003-3790/sdktools/trace/csharptracepack/cppexamples/simpleexample/decode.bat

9 lines
281 B
Batchfile
Raw Normal View History

2001-01-01 00:00:00 +01:00
@echo off
set SAMPLE=SimpleExample
rem ensure that tracefmt is in the path, and that it is the latest version
rem modify the value of this variable appropriately
set DEFAULT_TMF="..\\..\\default.tmf"
set TFMT=..\..\i386\tracefmt.exe
%TFMT% %SAMPLE%.log -tmf %DEFAULT_TMF%