13 lines
304 B
Batchfile
13 lines
304 B
Batchfile
|
@echo off
|
||
|
@rem Script to make sure the executables run after make_dist.bat.
|
||
|
|
||
|
dist\plaso\image_export.exe -h
|
||
|
dist\plaso\log2timeline.exe --info
|
||
|
dist\plaso\pinfo.exe -v test_data\psort_test.out
|
||
|
dist\plaso\plasm.exe -h
|
||
|
dist\plaso\pprof.exe
|
||
|
dist\plaso\preg.exe -h
|
||
|
dist\plaso\psort.exe
|
||
|
dist\plaso\pshell.exe
|
||
|
|