Books:
VBScript Programmer's Reference: Programmer's Reference Authors: Adrian Kingsley-Hughes, Daniel Read, Pages: 773, Published: 2007
VBScript in a Nutshell: A Desktop Quick Reference Authors: Paul Lomax, Matt Childs, Ron Petrusha, Pages: 512, Published: 2003
Beginning Programming Authors: Adrian Kingsley-Hughes, Pages: 479, Published: 2005
Excel 2003 VBA Programming with XML and ASP Authors: Julitta Korol, Pages: 948, Published: 2006
WSH and ADSI Administrative Scripting Authors: Gerry O'Brien, Pages: 352, Published: 2001
Understanding WMI Scripting: Exploiting Microsoft's Windows Management Instrumentation in Mission-Critical Computing Infrastructures Authors: Alain Lissoir, Pages: 580, Published: 2003
Microsoft Windows XP Power Productivity Authors: Jim Boyce, Pages: 637, Published: 2005
Sams Teach Yourself Windows Script Host in 21 Days Authors: Thomas Fredell, Steve Campbell, Michael Morrison, Charles Williams, Ian Morrish, Pages: 607, Published: 1999
SAMS Teach Yourself Windows XP in 21 Days Authors: John Mueller, Pages: 768, Published: 2001
IT Administrator's Top 10 Introductory Scripts for Windows Authors: Jeff Fellinge, Pages: 424, Published: 2004
Web:WshShell Object You create a WshShell object whenever you want to run a program locally, manipulate the ... The WshShell object provides the Environment collection. ...
Run Method (Windows Script Host) Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "%windir%\ notepad " & WScript.ScriptFullName. The following VBScript code does the same ...
Microsoft Windows 2000 Scripting Guide - WshShell Object The shell is the component of Windows that presents users with an interface to the operating system and provides familiar elements of the Windows desktop ...
DevGuru WSH Object: WshShell The WshShell object exposes some of the common shell functionalities of Microsoft ... The WshShell object is not instantiated automatically upon script ...
DevGuru WSH Method: WshShell.Run WshShell.Run strCommand [,intWindowStyle] [,bWaitOnReturn] ... intReturn = WshShell.Run("notepad " & WScript.ScriptFullName, 1, TRUE) WshShell. ...
WshShell.Run command question(s) - ASP Free WshShell.Run command question(s)- Windows Scripting. Visit ASP Free to discuss WshShell.Run command question(s)
Tuning the environment with WshShell Oct 5, 2005 ... Christa Anderson this month explains how to read the Registry and record the value of a key in the Event Viewer.
wsh run Syntax WshShell.Run (strCommand, [intWindowStyle], [bWaitOnReturn]) Parameters strCommand ... Set WshShell = WScript.CreateObject("WScript.Shell") WshShell. ...
VB Script: using the wshshell object in vbscript, raw scripts, wscript raw scripts, wscript, vb script: Im not specialist with ASP (WSH only) but you can try like this JScript: % var objMyObject = Server.CreateObject( Scripting ...
WshShell - VBScript WshShell - VBScript. Master the WshShell Object and see how to access the Windows Registry, Write to the Event Log, Run External Applications and much more ...
Videos:
How to show/hide hidden files with a vb script Use this link to view in higher quality http://youtube.com/watch?v=IeDFo_SBfDQ&fmt=18
How to turn hidden files on and off with a vb script good if u...
Backspace Loop Virus This is a funny virus that loops a command to hit the backspace key 4 times every 7 seconds.
do
set wshshell = wscript.createobject("Wscript.shell")...
Fake Virus and Computer Pranks(pt3) This is my 3rd video on how to make fake viruses. This one is Ghost Text. Save as a .vbs
here is the code
set wshshell = wscript.CreateObject("wscrip...
make a joke make a joke to a friend close his pc
As i sad in the movie i'll put the code
this is it:
Dim wshshell
set wshshell = wscript.CreateObject("WScript...
How To Make A Basic Windows Virus With Notepad A basic tutorial on making a virus that, when opened, opens 100's of command prompts forcing the victim to shut down.
The Code Is:
For i=1 to 10000...
How to: Make a script to irritate your frends on msn! Hello this is a script to irritate your frends on msn.
This is a script to blok your frends 100 times.
You can change the settings of the script now ...
Shutdown, Random pass, popup. Notepad 1337 files Here are all codes:
1. Annoying popup:
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.Shell" )
WshShell.RegWrite "HKCUSoftwareMi...
messenger spammer post if u have any questions
read the following
this shows how to spam some1 in a messenger
but dont make the number to larger or it will make your...
How to close someone's computer This is how to close some1's comp very easy
Text : msgbox "Hello,if you press ok,you will win 100$ cash."
msgbox "Your click has been registered,cl...
How to Make a Virus Lesson #1 This is the code used in the video. Don't forget to put the following code in notepad and save it as a .vbs Also, check out my other videos for other...