Hinglish Notes: Best Notepad Tricks 2015-16

यदि आपको मेरा यह post अच्छा लगा तो कृपया अवश्य share कीजिये। हमारे साथ Facebook, Google+ और Twitter,blog www.hinglishnotes.in से जुड़ें। हमें Subscribe करना मत भूलिए।

Wednesday, December 30, 2015

Best Notepad Tricks 2015-16


Rate this post

Best Notepad Tricks 2015-16

Here are Best Notepad Tricks 2015-16:

By these Best Notepad Tricks 2015  you will be having great fun. You just need is to copy the code from here and paste in the notepad and save it with extension “.bat” . Just read out all the tricks given below.
नोटपैड विंडोज ऑपरेटिंग सिस्टम का एक यूटिलिटी प्रोग्राम है
Windows, Notepad, Tricks, Tips, System,Best
Top 6 Best Notepad tricks
यह यूटिलिटी सॉफ्टवेयर दूसरे बहुत सारे प्रोग्राम्स के  कोड लिखने  के भी काम आता है  नोटपेड से हम विंडोस ऑपरेटिंग सिस्टम के तरीको  पर भी कंट्रोल कर सकते हैं  इस नोटपेड से हम बहुत सी ट्रिक्स भी पेरफोर्मे कर सकते हैं
ये ट्रिक्स काफी इंटरेस्टिंग है , अपने मित्रो के साथ मज़ाक के लिए भी उसे कर सकते हैं
अभी तक आप ऐसे सिर्फ टाइपिंग और वेब एडिटर के रूप में ही काम लेते  होंगे
आइये देखते हैं आसानी की जा सकने वाली ट्रिक्स, यू जस्ट कॉपी थे कोड एंड पेस्ट इन नोट पैड एंड सेव ईटी विथ “.bat  ” एक्सटेंशन्स

जल्दी से निचे लिखी ट्रिक्स पड़े
By these Best Notepad Tricks 2015  you will be having great fun. You just need is to copy the code from here and paste in the notepad and save it with extension “.bat” . Just read out all the tricks given below.

#1 Notepad trick to Test Antivirus

नोटपैड से एंटीवायरस को टेस्ट करना कि हमारा एंटीवायरस सही तरह से काम कर रहा है या नहीं .

X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
उपरोक्त कोड को नई नोटपैड में कॉपी कर दीजिये ” test.exe  ‘ यदि आपका एंटीवायरस इसे ढूंढ लेता है तो मतलब आपका एंटीवायरस सही काम कर राहा है अन्यथा आप उसे चेंज कर ही ले .

#2 NotePad Trick to Make A Personal Log-Book or A Diary

.LOG कोड को नई नोटपैड में कॉपी एवं पेस्ट  कर दीजिये  सेव एज   ” log.txt ‘
अब जबभी आप लॉग फाइल ओपन करेंगे तो आपको लॉग डिटेल डेट और टाइम के साथ दिखेगी
Copy the below code and paste it in notepad and save it as “log.txt”.
.LOG

#3 NotePad Trick to Constantly Repeat Any Messages
This is one of the Best Notepad tricks that will repeat any of messages on computer
screen repeatedly.Just copy the below code and paste in the notepad and save it as “message.bat”.
यह नोटपैड ट्रिक किसी भी मैसेज को कंप्यूटर स्क्रीन पर रिपीट करती है निचे दिया गया कोड कॉपी करें और नोटपेड में पेस्ट कर देंसेव करते समय इसका एक्सटेंशन ” .bat  ”  कर दें , और इसे रन कर दें
इसे  “CTRL + BREAK   ” की दबाने से ही रोका जा सकता है .

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
#4 NotePad Trick to Continually pop out CD Drive Using नोटपैड
This is my favorite trick as this trick continually pop out the cd drive whenever you try to close it. Just copy the below code and paste in the notepad and save it as “cd.vbs”.
कॉम्पेक्ट डिस्क  ड्राइव  बाहर निकली रहेगी , जब भी आप इसे क्लोज करने कि कोशिस करोगे ,
इसके लिए   निचे दिया गया कोड कॉपी करें और नोटपेड में पेस्ट कर दें सेव करते समय इसका एक्सटेंशन ” .vbs  ”  कर दें , औरइसे रन कर दें 

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

#5 NotePad Trick to Convert Text Into Audio Using Notepad
नोटपेड का उपयोग करते हुए लिखे हुए टेक्स्ट कि आवाज सुनना .
This is very cool notepad trick and this code will covert your text into audio file. Jsut copy the below code and paste it in notepad and save it as “text-to-audio.vbs”
इसके लिए   निचे दिया गया कोड कॉपी करें और नोटपेड में पेस्ट कर दें सेव करते समय इसका एक्सटेंशन  ” .vbs  ”  कर दें और इसेरन कर दें 

Dim message, sapi message=InputBox(“Enter your text for conversion–Tech-hacks.org”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message

#6 NotePad Trick to Notepad Trick Print Tree Root
This trick is one of the Best Notepad Trick that will print out a tree root on your screen. Just copy below code, paste it in notepad and save it as teekids in  C:windowssystem.

{print tree root}
C:windowssystem
{print C:windowssystemwinlog
4*43″$@[455] 3hr4~

Note – If you want to stop the “.vbs” files press ALT+CTRL+DEL of your keyboard and open task manager and then process section and stop the Wscript running file there.
 नोट :- जब भी आपको “.vbs  ” एक्सटेंशन कि फाइल को रोकना हो तबऑल्टकंट्रोल  + Del की को एक साथ प्रेस कर टास्क मैनेजर ओपन कीजियेऔर प्रोसेस सेक्शन में जाकर “Wscript  ” रनिंग फाइल को एंड प्रोसेस करस्टॉप कर दे .  

No comments: