Categories
Notepad Tricks PC Hacks

Make your own Text Audio Converter Without Any Software

Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software.  Using this Trick you can Make your own Text Audio Converter Without using any third party software.

Steps To Create A Text Audio Converter :

Step 1: Open Notepad :

Click on your Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even Do it by typing notepad in Run dialog box.

Step 2 : Copy-Paste :

Copy and paste the below given code into your Notepad.

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

 Dim msg, sapi
 msg=InputBox("Enter The Text To Be Converted- ","OnlineCmag.com")
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak msg

Step 3 : Save It :

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

Go to the File Menu and select the ” Save As ” option . Save the file with a ” .vbs ” Extension i.e as ” OnlineCmag.vbs ” . Select the File type as ” All Files ” and Encoding as ” ANSI ” .

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

 Step 4 : Execute the File :

Now Open The Saved File and You will see a text to audio converter Dialog box.

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

Step 5 : Done :

Type the text which you want to convert as audio, and then press OK.

That’s it , Now you can hear the text which you have typed. The text will be converted into audio .

Share Your Views In Form Of Comments…

Categories
Notepad Tricks Security

How To Password Protect A Folder Using Notepad

Does your Computer has multiple users? Are you Worried concerning about the files or folder access ? If you want to protect your private folder from others , Then you are at a right place . This is a very useful trick to Password protect a folder . By usin this trick you can set a customized password for your folder .

Steps to password protect a folder using notepad :

Step 1 : Open Notepad :

Right click on the desktop and select create a new text document option or just simply Open a Notepad.

Step 2 : Copy And Paste :

Copy-Paste the code given below to your notepad.

How to password protect a folder using notepad

cls
@ECHO OFF
title onlinecmag.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Do you want to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter the password to Unlock Your Folder
set/p "pass=>"
if NOT %pass%==onlinecmag goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

Step 3 : Save It :

Save that notepad file as ” OnlineCmag.bat ” ( .bat extension is must) .

How to password protect a folder using notepad

Step 4 : Double Click :

Now double click on ” OnlineCmag.bat ” , Then a new folder will be created with name ” My Folder “.

How to password protect a folder using notepad

Step 5 : Store your data :

Send all your files and data to this folder (which you want to hide or protect ) .

Step 6 : Again Double click on the ” OnlineCmag.bat ” :

Now double click on the ” OnlineCmag.bat ” , Then the command prompt will be displayed .

Now  ” Type Y ” and press enter to lock the folder .

How to password protect a folder using notepad

Step 7 : How to access :

Now The Folder will be hidden , to access that hidden Folder just double click on ” OnlineCmag.bat ” .

Step 8 : Enter the password :

Now you will be asked to enter the password. We have set the default password as ” onlinecmag ” . The hidden folder will now appear and you can access it.

How to password protect a folder using notepad

 

Note : You can change password by replacing the ” onlinecmag ” in above code .

Share your views in form of comments…..

Categories
Notepad Tricks

Ghost keyboard Typing | Make Your Notepad type Automatically

Today we are going to show you one of the Cool Notepad Trick ( Prank ) ever. Mostly people use their notepad to type and save the information. But very few people know that the notepad is lot more than a text editor.

In this article we are going to perform a ” Ghost Keyboard Typing ” Trick. This Process is named as ” Ghost Keyboard Typing ” Trick because you don’t even touch your keyboard but words start displaying in notepad automatically.

Steps To Perform A Ghost keyboard Typing Trick:

Step 1: Open New Text Document

Right-click on the desktop and select create a new text document option or just simply Open a Notepad.

Step 2: Copy And Paste The Code:

Copy the below-given code and Paste it in your notepad document.

 

Ghost keyboard Typing|Make Your Notepad type Automatically

set wshshell = wscript.CreateObject("wScript.Shell")
 wshshell.run "Notepad"
 wscript.sleep 400
 wshshell.sendkeys "O"
 wscript.sleep 100
 wshshell.sendkeys "N"
 wscript.sleep 120
 wshshell.sendkeys "L"
 wscript.sleep 200
 wshshell.sendkeys "I"
 wscript.sleep 100
 wshshell.sendkeys "N"
 wscript.sleep 140
 wshshell.sendkeys "E"
 wscript.sleep 100
 wshshell.sendkeys "C"
 wscript.sleep 50
 wshshell.sendkeys "M"
 wscript.sleep 120
 wshshell.sendkeys "A"
 wscript.sleep 170
 wshshell.sendkeys "G"
 wscript.sleep 100
 wshshell.sendkeys "."
 wscript.sleep 120
 wshshell.sendkeys "C"
 wscript.sleep 160
 wshshell.sendkeys "O"
 wscript.sleep 200
 wshshell.sendkeys "M"
 wscript.sleep 100

Step 3: Save The File

Save this Notepad file As ” OnlineCmag.vbs “, but make sure that the file type is selected as ” All files ” and saved with ” .vbs ” extension.

Ghost keyboard Typing|Make Your Notepad type Automatically

Step 4: Execute The Saved File 

Ghost keyboard Typing|Make Your Notepad type Automatically

Just double click on the saved File and You will see that the ” ONLINECMAG.COM ” will be typed automatically. This is one of the Best Notepad Tricks ever. Here you can edit the Words In the given Code with any desired words that you want Notepad to type for you.

For Example: ‘THIS GHOST WILL EAT YOU…..’

Ghost keyboard Typing|Make Your Notepad type Automatically

Categories
Notepad Tricks

How to Create a Chatbot or Chatbox in Notepad

You can easily create a simple ChatBox or a ChatBot using a Notepad in your Windows Computer. The ChatBox below is written in the VBScript language (VBScript stands for Visual Basic, Scripting Edition). This language only runs on Windows. However, the program given below can be easily adapted to other programming environments.

Steps To Make Your Chatbot Or Chatbox In Notepad :

Step 1 : Open notepad :

Click on the Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even open it by typing notepad in Run.

Step 2 : Type The Below Given Code :

EASY way to Create a Chatbot or Chatbox in Notepad , easy way to Create a Chatbot or Chatbox in Notepad

fname=inputbox ("hello")
 fname=inputbox ("Was it you who woke me up?")
 fname=inputbox ("What's your name?")
 fname=inputbox ("i like your name and thank you for activating me")
 fname=inputbox ("So wassup?")
 fname=inputbox ("Yups. What's your favorite food?")
 fname=inputbox ("Hmm...I never ate it much ")
 fname=inputbox ("Yay! Aww, gotta go")
 fname=inputbox ("See you soon")

Step 3 : Save You Document :

easy way to Create a Chatbot or Chatbox in Notepad , easy way to Create a Chatbot or Chatbox in Notepad

Go to File Menu and click on Save As option . In Type option select ” all types ” and save the file in “.vbs ” format i.e as ” OnlineCmag.vbs “ .

The Saved Application will be as below :

easy way Create a Chatbot or Chatbox in Notepad

Step 4 : Execute your File :

easy way Create a Chatbot or Chatbox in Notepad

Double-click on the the ” OnlineCmag.vbs ” icon to start the application. If everything went right then a pop up window will appear Or you will see an error message that shows which line of your program holds an error. Rectify the error shown. Then double-click again on the file to see whether everything is working as expected or not .

Tips :

  • fname=inputbox (” “) is a VBScript code that repeat your words.
  • You must save the file only in ”  .vbs  ”  Extension.
Categories
Notepad Tricks PC Hacks

How To Make your Computer Welcome You

You must have watched a lot of movies in which computers welcome their users with their names (like “Welcome Sir” ). I bet you too want to know how it is possible. Then relax you are at the right place, In this article we gonna describe exactly how you can make your computer to welcome you. By using this trick, you can make your Computer welcome you in its own voice (computerized Voice). You can make your Windows based computer say what ever you want on its startup.

Steps To Make Your Computer Welcome You :

Step 1 : Open Notepad :

Click on the Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even open it by typing notepad in Run.

Step 2 : Copy And Paste :

Copy and paste the code given below carefully . How To Make your Computer Welcome You

Dim speaks, speech
speaks=" Welcome to your PC , Username "
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

Step 3 : Replace Username :

Replace the Username in the given code with your own name.

Step 4 : Save the file : How To Make your Computer Welcome You

Go to File Menu and click on Save As option . In Type option select ” all types ” and save the file in ” .vbs ” format i.e as ” OnlineCmag.vbs ” .

Step 5 : Copy the saved file.

Step 6 : Paste the file : 

Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup “ (in Windows XP) and to ” C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup “ ( For other versions of windows ) .if C: is your Windows system drive. Here ” AppData ” is a hidden folder. So, you should select ” show hidden folders ” in the Folder options to locate it. Or directly add that file to your startup menu .

That’s it , From the next time when you start your computer, Windows will welcome you. Try it by yourself to see how it works. But with my personal experience I can say that this is an excellent trick .

Note : 

=>Make sure that your speakers adapter is plugged in correctly and switched on .

=>Make sure that your speakers are not mute before turning off your computer .

Categories
Notepad Tricks

How To Create A Simple Animation Using Notepad

Hello Viewers, Today we are going to show you a very interesting notepad trick to make your own animations.

Have you ever tried to design your own animation files? If not then start it know. Follow the steps below to create a simple animation.

Steps For Designing A Simple Animation Using Notepad:

Step 1: Open A New Text Document

Right-click on the desktop and select ” create a new text document ” option or just simply Open a New Text Document.

Step 2: Copy-Paste

Copy the code given below on to your notepad carefully.

How To Create A Simple Animation Using Notepad

Click Here To Download The Codes. Note: This download contains 3 Animations: Bouncing Ball Animation Included.

Step 3: Save The Text File

How To Create A Simple Animation Using Notepad Now Save the file with a ” .bat ” extension i.e something like ” OnlineCmag.bat ”. Select the file type as ” All Files ” and encoding To ” ANSI ”.

Step 4: Run The File

Make Your Own Calculator Using Notepad

Execute the file by just double clicking on it. If everything goes well you may see the following out puts.

How To Create A Simple Animation Using Notepad

You May Also Like

  1. Notepad Trick To Annoy people by Constantly Repeating Messages
  2. Ghost keyboard Typing | Make Your Notepad type Automatically
  3. Easy Way To Create A Harmless Funny Virus with Notepad
  4. How to Change Admin Password by Batch Programming
Categories
Notepad Tricks

Can You Chat Using Just The Command Prompt ? You Can Now!

Have you ever thought that a command prompt can be used as a messenger? Yes, it’s possible. And you can do it yourself. By using command prompt as a chat messenger you can chat through a network ( like school’s or office networks ) i.e you can talk to your friend without downloading any chat software. Follow these steps below to chat using command prompt.

Steps To Build Messenger To Chat Using Command Prompt

Step 1: Open your notepad and copy-paste the below code in it.

chat with command prompt

@ echo off
:A
Cls
echo MESSENGER
set /p n=User:
set / p m=Message:
net send %n% %m%
Pause
Goto A

Step 2: Now save that file with a ” .bat ” extension i.e as ” Messenger.bat “.

chat with command prompt

Step 3: Go to your control panel and change the ” view by: ” option to ” Large icons ” (i.e a Classic View). Now click on the “administrative tools”, then click on the “services”.

chat with command prompt

Step 4: Now find the ” messenger ” service in the list displayed on the right and open it. Under the ” startup type ” check weather it is in disabled mode or not, No click on that and select ” manual “.

How To Make Chat With Command Prompt :

How To Make Chat With Command Prompt :Step 5: Now click on the start button which is located in the upper right-hand corner of the window and click apply.

How To Make Chat With Command Prompt :Step 6: Now do the same procedure on the remote computer which you wanna chat. Until you activate this service on both the PC ‘s you won’t be able to use this!

Step 7: Now click on your messenger file. As it is a batch file it will be opened in cmd (command prompt). It should show ” MESSENGER ” at the top and then followed by ” User: “.

Now type in the IP address of the remote computer which you want to chat. If that remote computer is on the network, then the message you typed will be sent to them. It will be likewise on the other computer.

Chat Messenger : 

chat with command prompt

Categories
Notepad Tricks

Easy Way To Create A Harmless Funny Virus with Notepad

Today we are going to share some of the funniest notepad pranks with you . These pranks are totally harmless and you can share them with your friends without any fear. Follow The steps given below to create a harmless funny virus with your notepad.

Steps To Create a harmless funny virus :

Virus 1 : Continuously Ejects your the CD-ROM :

This trick will create a code in your PC which will continuously eject all the connected Optical drives. Even if you put them back ,  it will pop them out again and again .

Step 1 : Copy the below given code and paste it in your Notepad .

Easy Way To Create A Harmless Funny Virus with Notepad

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Step 2 : Save that file with ” .vbs ” extension i.e  as ” Harmless.vbs ” . You can save it with what ever name you want .

Easy Way To Create A Harmless Funny Virus with Notepad

Step 3 : Double click on the file to open . I hope you will be impressed a lot with this awesome trick.

Easy Way To Create A Harmless Funny Virus with Notepad

To stop it :

=>Open your task manager by pressing ctrl+ alt+ del .
=> Go to the process tab and select the wscript.exe .
=> Now click on end process.

Virus 2 : Make a Fake Virus Batch File:

This is also a funny virus prank that I recently came across . The best thing about this prank is that it resembles an original virus attack . Just try it by yourself to see whats happens.

Step 1 : Open Notepad .

Step 2 : Copy and paste the below code in your notepad .

`Easy Way To Create A Harmless Funny Virus with Notepad

cls 
:A 
color 0a 
cls 
@echo off 
echo Wscript.Sleep 
echo Wscript.Sleep 5000>C:sleep5000.vbs 
echo Wscript.Sleep 3000>C:sleep3000.vbs 
echo Wscript.Sleep 4000>C:sleep4000.vbs 
echo Wscript.Sleep 2000>C:sleep2000.vbs 
cd %systemroot%System32 
dir 
cls 
start /w wscript.exe C:sleep3000.vbs 
echo Deleting Critical System Files… 
echo del *.* 
start /w wscript.exe C:sleep3000.vbs 
echo Deletion Successful! 
start /w wscript.exe C:sleep2000.vbs 
echo: 
echo: 
echo: 
echo Deleting Root Partition… 
start /w wscript.exe C:sleep2000.vbs 
echo del %SYSTEMROOT% 
start /w wscript.exe C:sleep4000.vbs 
echo Deletion Successful! 
start /w wscript.exe C:sleep2000.vbs 
echo: 
echo: 
echo: 
echo Creating Directory h4x… 
cd C:Documents and SettingsAll UsersStart MenuPrograms 
mkdir h4x 
start /w wscript.exe C:sleep3000.vbs 
echo Directory Creation Successful! 
echo: 
echo: 
echo: 
echo Execution Attempt 1… 
start /w wscript.exe C:sleep3000.vbs 
echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x 
echo start hax.exe 
start /w wscript.exe C:sleep3000.vbs 
echo Virus Executed! 
echo: 
echo: 
echo: 
start /w wscript.exe C:sleep2000.vbs 
echo Disabling Windows Firewall… 
start /w wscript.exe C:sleep2000.vbs 
echo Killing all processes… 
start /w wscript.exe C:sleep2000.vbs 
echo Allowing virus to boot from startup… 
start /w wscript.exe C:sleep2000.vbs 
echo: 
echo: 
echo Virus has been successfully executed !
start /w wscript.exe C:sleep2000.vbs 
echo: 
echo Have fun! 
start /w wscript.exe C:sleep2000.vbs 
pause 
shutdown -s -t 10 -c " Your computer is on the way to hell. Better luck next time :-P . "

Step 3 : Save this file with ” .bat ” extension i.e as ” Joke.bat ” .

Easy Way To Create A Harmless Funny Virus with Notepad

Step 4 : Double click on the file to open .

Double click on the file to open . I hope you will be impressed a lot with this awesome trick.

I Hope You All Like It . Share your views in form of comments ….