Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts

Create a shutdown program on notepad

Shutdown program,by this program you can easily shut down your PC with in the adjusted time by clicking on it.....!

type the below codes in notepad
"Shutdown -s -t 5"
7


Then save it in ".bat" format as given below..........!


Then you can see the program icon......!then click on it then your PC will show a dailog box then your PC will shut down.......





create a MATRIX Window using notepad

In this post we're going to study how to create a matrix window using notepad

Copy and Paste the below text to notepad in the format of " .bat" .




@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
pause

or watch this video

Create a Text Reader App using notepad



Create a program or an application that can play the voice that you entered on the textbox. You don't want to be a programmer to do this or otherwise no coding skill is required.

Here its little things you're aware of,You need to know some basic computer skills.Like how to save a file in notepad.Then you should have some doubts.
How it works? ... ?? Yeah !!! It's a VBScript Program. Before that notepad software have some In-built capabilities.Notepad is a simple text editor in windows operating system by MICROSOFT. 
Notepad is common text editor software in windows,It was introduced in mouse based MS-DOS.The resulting file basically ends with .txt extension that means text file and also it has no format tags or styles.

We can write many program in notepad and the file name changes on the basis of the programming languages that we written.Here we have VBScript is the script edition of Microsoft Visual Basic. VBScript installed by default in every system that has Microsoft Windows.VBScript must be executed with in a host environment.


How to create it  ?

Copy the below code 

Dim msg, sapimsg=InputBox("Enter your text for conversion–www.techskull.net ","TECH SKUL Text-To-Audio Converter")Set sapi=CreateObject("sapi.spvoice")sapi.Speak msg


Then Save the text in '.vbs' format


Then you can see a VBS File then open it and type your texts into it


Create a text reader quickly on your PC