Tuesday, January 17, 2012

Menulis otomatis di notepad

Posted by welcome 5:12 PM, under | No comments


Copy script dibawah ini dan paste di notepad anda.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Tulisan ini akan menulis sendiri di notepad anda”
loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebut

0 comments:

Post a Comment