Showing posts with label tech tricks. Show all posts
Showing posts with label tech tricks. Show all posts

Wednesday, 11 March 2015

how to download youtube videos without youtube downloader

Convert You tube to videos to mp3 audio and download that video.
Now it is very simple  to download and convert with out any software.
How to convert and download a YouTube video:
1)first you copy the you tube URL  from you tube page
2)now click here  go to CLIPCONVERTER.Then you wiil re direct to new page show as below and now paste the copied URL in the CLIPCONVERTERs at 'Media URL' and press Continue.
3)select the format that you want to convert and click on the start button to convert as shown below.
4)After a while the video is converted and there is the download file to convert.click on download to convert.
4)Now ana udio file will be downloaded to your computer as shown  below.
5)click on that to download the video file then it will be visible as below.

6)click on continue to download your file after that click on finish.
7)now the vedio will be saved in your desktop watch the video and enjoy the trick

Sunday, 8 March 2015

How to chat through command prompt


It is very easy to chat through command prompt now
1) you just need the IP Address of your friend whom you want to chat  and your Command Prompt.

2)Firstly you just  Open Notepad and write this code as it

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
(copy the above code and paste it in notepad)
3) Now save this as "Messenger.Bat".








4)Now  Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt after dragging it appears as shown in the below .Now press enter


6) You would then see like this

7) Now, type the IP Address of the computer you want to contact and press enter
You will see like this

8 )Now your command prompt is ready to chat with your friend ,type your message and press Enter.
Start Chatting.......!
LETS ENJOY THE CHAT.