Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
276 B

  1. @echo off
  2. set SAMPLE=tracegen
  3. rem ensure that tracefmt is in the path, and that it is the latest version
  4. rem modify the value of this variable appropriately
  5. set DEFAULT_TMF="..\\..\\default.tmf"
  6. set TFMT=..\..\i386\tracefmt.exe
  7. %TFMT% %SAMPLE%.log -tmf %DEFAULT_TMF%