Monday 25 August 2014

How To Create Bootable Pendrive Using Command Prompt?



Open-->Command Prompt then Apply following command


diskpart

list disk

select disk [pandrive disk]

clean

create partition primary

select partition 1

active

format fs=ntfs

assign

exit

a: (change the directory)

dir

cd windows7

cd boot

bootsect.exe/nt60 h:

exit

Convert Your Text Into Audio.

OPEN NOTEPAD AND WRITE FOLOWWING CODE -> SAVE WITH .VBS

Dim msg, sapi

msg=InputBox("Enter your text for conversion–","By computer freaks")

Set sapi=CreateObject("sapi.spvoice")

sapi.Speak msg 

 

 

Sunday 24 August 2014

How To Send A Message from One Computer To Another in LAN?



1> Open Run or Press Widows Key + R
Passing Message from One Computer To Another
2> Then Write

msg pcname message

ex. :- msg honey Hello how are you?

3> Use *(Asterisk sign) for sending message to all computers


ex. :- msg * Hello how are you?