forked from vitomadrid/ccsrch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwin_test.bat
30 lines (30 loc) · 1.29 KB
/
win_test.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
REM #
REM # ccsrch (c) 2012 Adam Caudill <adam@adamcaudill.com>
REM # All rights reserved
REM #
REM #
REM # This program is free software; you can redistribute it and/or
REM # modify it under the terms of the GNU General Public License
REM # as published by the Free Software Foundation; either version 2
REM # of the License, or (at your option) any later version.
REM #
REM # This program is distributed in the hope that it will be useful,
REM # but WITHOUT ANY WARRANTY; without even the implied warranty of
REM # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM # GNU General Public License for more details.
REM #
REM # You should have received a copy of the GNU General Public License
REM # along with this program; if not, write to the Free Software
REM # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
REM #
REM #
REM # This is a test script that will build, and run ccsrch; if you have the testdata.txt
REM # file in place, it will pick that up so that you can see the reults.
REM #
mingw32-make clean
mingw32-make all
REM ccsrch -b -T ./
ccsrch -b -e -T c:\ -c -n .dll,.exe,.dng,.png,.nef,.bmp,.pdf,.wmv,.rtf,.msi,.zip,.7z,.tiff,.tif,.cab,.psd,.jpg,.gif,.jar -o out.txt
REM ccsrch -b -e -T C:\ -c -l 4 -n .dll,.exe -o NUL
pause