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 | |
REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
REM | |
REM FILENAME : DOSMODE.BAT | |
REM | |
REM DESCRIPTION : Change console mode to display as in old DOS Mode | |
REM | |
REM AUTHOR : Napoleon Arouldas S. ([email protected]) | |
REM | |
REM WEB : http://neps.in |
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
for /f "usebackq" %%d in (`"dir /ad/b/s | sort /R"`) do rd "%%d" |
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
<!-- paste the entire code where you would be using your search box --> | |
<script type="text/javascript"> | |
(function() { | |
// Get your API Key at expertrec.com by creating a free account. | |
var id = 'your_api_key'; | |
var ci_search = document.createElement('script'); | |
ci_search.type = 'text/javascript'; | |
ci_search.async = true; | |
ci_search.src = 'https://cse.expertrec.com/api/js/ci_common.js?id=' + id; |
OlderNewer