This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
set "_appData=%APPDATA%" | |
set "_appDataLocal=%LOCALAPPDATA%" | |
set "_googleChromeCodeCacheJS=%_appDataLocal%\Google\Chrome\User Data\Default\Code Cache\js" | |
dir "%_googleChromeCodeCacheJS%" | findstr "bytes" | findstr "File" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM Build script to compile Netcat on WIN32 using MinGW | |
@REM | |
@REM Rodney Beede (http://www.rodneybeede.com) | |
@REM | |
@REM 2009-09-02 | |
@REM | |
@REM Tested with gcc 3.4.5 and MinGW version 5.1.4 | |
setlocal |
NewerOlder