4 lines
93 B
Batchfile
4 lines
93 B
Batchfile
|
@echo off
|
||
|
set SAMPLE=SimpleExample
|
||
|
set TLOG=..\..\i386\tracelog.exe
|
||
|
@%TLOG% -stop %SAMPLE%
|