Important Notice!
----------------
If you're following my guides that involves VBScript, JavaScript and other source code, please use these
Notepad++ for the guides! Today, I've found a flaw within Microsoft Notepad, its not designed for codes and scripting...
Types of software to download. ---------------------------------
Notepad++ [
http://www.mediafire.com/?tweezy1txbe]
---------------------------------
Notepad++
= NotepadXT
This is the only notepad that could fix the problem with multiple cmd box glitch!
Here is an example:
1.] Copy this code to Microsoft notepad and save it as VBS extension.
Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /k e: & ipconfig /displaydns"
WScript.Quit
' End of VBScript command
2.] Execute it and look what it did!
3.] Now try and download "
Notepad++" and copy the code into the page and save it as .VBS extension.
Notes: You will notice the changes...microsoft notepad is really making itself look bad!