notepad tricks – Tricks4Me.com https://www.tricks4me.com IF IT'S BEST, IT'S HERE Wed, 15 Sep 2021 05:54:13 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.26 https://www.tricks4me.com/wp-content/uploads/2017/05/Tricks4me-new-fevicon-150x150.png notepad tricks – Tricks4Me.com https://www.tricks4me.com 32 32 How to make computer to speak your sentence – notepad tricks https://www.tricks4me.com/06/27/how-to-make-computer-to-speak-your-sentence-notepad-tricks/ https://www.tricks4me.com/06/27/how-to-make-computer-to-speak-your-sentence-notepad-tricks/#respond Mon, 27 Jun 2016 15:09:00 +0000 http://www.tricks4me.com/2016/06/27/how-to-make-computer-to-speak-your-sentence-notepad-tricks/ How to make computer to speak your sentence Kewwords: notepad tricks for windows notepad virus cmd notepad tricks notepad tricks and hacks notepad tricks vbs notepad tricks bat notepad tricks and hacks pdf notepad tricks and hacks windows notepad codes for virus notepad vbs and bat tricks vbs tricks and tips cool vbscript tricks visual [...]

The post How to make computer to speak your sentence – notepad tricks appeared first on Tricks4Me.com.

]]>

How to make computer to speak your sentence

 
For the getting voice from PC follow this step.
step 1 : open notepad

step 2 : copy the following code on notepad

Dim message, sapi
message=InputBox("What do you want me to say?","Tricks4Me.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
 
Step 3 : Save as a name.vbs
Step 4 : Run it
Step 5 : Type sentence & click on OK.
Step 5 : Can’t forgot to like & share with Friends…!!!

The post How to make computer to speak your sentence – notepad tricks appeared first on Tricks4Me.com.

]]>
https://www.tricks4me.com/06/27/how-to-make-computer-to-speak-your-sentence-notepad-tricks/feed/ 0
how to open CD drive using notepad – notepad tricks https://www.tricks4me.com/06/27/how-to-open-cd-drive-using-notepad-notepad-tricks/ https://www.tricks4me.com/06/27/how-to-open-cd-drive-using-notepad-notepad-tricks/#respond Mon, 27 Jun 2016 11:14:00 +0000 http://www.tricks4me.com/2016/06/27/how-to-open-cd-drive-using-notepad-notepad-tricks/ How to open CD drive using notepad Kewwords: notepad tricks for windows notepad virus cmd notepad tricks notepad tricks and hacks notepad tricks vbs notepad tricks bat notepad tricks and hacks pdf notepad tricks and hacks windows  notepad codes for virus notepad vbs and bat tricks vbs tricks and tips cool vbscript tricks visual basic [...]

The post how to open CD drive using notepad – notepad tricks appeared first on Tricks4Me.com.

]]>

How to open CD drive using notepad

 
For the open CD drive using notepad just follow this step.
step 1 : open notepad

step 2 : copy the following code on notepad

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
end if
 
Step 3 : Save as a name.vbs
Step 4 : Run it
Step 5 : Can’t forgot to like & share with Friends…!!!

The post how to open CD drive using notepad – notepad tricks appeared first on Tricks4Me.com.

]]>
https://www.tricks4me.com/06/27/how-to-open-cd-drive-using-notepad-notepad-tricks/feed/ 0
Display unwanted messages on computer – notepad tricks https://www.tricks4me.com/06/26/display-unwanted-messages-on-computer-notepad-tricks/ https://www.tricks4me.com/06/26/display-unwanted-messages-on-computer-notepad-tricks/#respond Sun, 26 Jun 2016 18:21:00 +0000 http://www.tricks4me.com/2016/06/26/display-unwanted-messages-on-computer-notepad-tricks/  How to Display Unwanted messages by using notepad Kewwords: notepad tricks for windows  notepad virus cmd notepad tricks notepad tricks and hacks notepad tricks vbs notepad tricks bat notepad tricks and hacks pdf notepad tricks and hacks windows  notepad codes for virus notepad vbs and bat tricks vbs tricks and tips cool vbscript tricks visual [...]

The post Display unwanted messages on computer – notepad tricks appeared first on Tricks4Me.com.

]]>
 How to Display Unwanted messages by using notepad
Kewwords:
 
for the Display unwanted message to the user follow this step:
step 1 : open notepad
step 2 : copy the following code on notepad
WScript.Echo ("Hi,")
WScript.Echo ("thank you ")
WScript.Echo ("for ")
WScript.Echo ("visiting")
WScript.Echo ("Tricks4Me.com")
 
Step 3 : Save as a name.vbs
Step 4 : Run it
Click on image to view full size
Step 5 : Can’t forgot to like & share with Friends…!!!

The post Display unwanted messages on computer – notepad tricks appeared first on Tricks4Me.com.

]]>
https://www.tricks4me.com/06/26/display-unwanted-messages-on-computer-notepad-tricks/feed/ 0