Posts

Showing posts from May, 2012

Message Box creation with VBScript

Image
To create VBScript File  In short -- >change the extension of a notepad as .vbs from .txt > edit and write the script as >Strtext=msgbox("message") >save and doule click on file !! Detailed explanation -- Open folder and search options For Windows7 my computer>organize  option menubar>'folder and search options' OR Click on windows button and search for 'folder and search' options For WindowsXP mycomputer>view option in menubar>click on folder options Click on View in folder options window Uncheck Hide Extensions for known file types if it is checked. Check below figure    Now Goto desktop (you can choose any other location) Right click on mouse Goto New and select Textdocument A new text Document will be created on desktop as shown in below figure   >>Now Rename that file as Trickst...