Subscribe:

Ads 468x60px

Friday 13 April 2012

Add any folder in send to option in windows 7

Hi Friends
how are you?
i am again with a nice tutorial to add any folder in send to option which you use always to copy and paste data in it 
as an example we can say that we will add a folder which i always need to paste data in it
after adding that folder in send to option you will easily send any data in that folder
so doing for it
select a folder first which you  want to add in your send to option
(you can choose a drive also to add in your send to option)
and copy the path of that folder like this image-

now just open your my computer and paste this code
shell:sendto
 like below image-


 now you will see send to folder like this image-

now just right click on any space and than new than shortcut

now shortcut window will open than paste the path of that folder which you want to add
than click next and put any name of that shortcut and than finish
now you will see a shortcut with name mp3 which i made in send to folder like this image-
now when you want to send any file in to that folder than just right click on it than send to and than the folder name which you added before in send to
like this below image-
you have done...
Cheers!!!!

How to make a virtual Drive in System

 Hi friends..
how are you?
i am again with a new trick to make a virtual drive on your hard disk to make your friend fool
so you can also say that it is a process of mount any folder as a drive
Example-

Before-
after-

so for it just select a folder which you want to use as a virtual hardisk
i selected a folder with name mahi in my c: drive

i selected a folder which is in c drive and with name mahi
now go to command prompt and write these command
 subst M: C:/mahi
(M: is the drive letter which you want to use )
(C:/mahi is the path of folder which i want to use as a drive)
now press enter and now when you will open your my computer
you will get a new drive with name M:

and when you will open it you will get data of mahi folder

but there is a problem when you will restart it the new virtual drive will be disappeard
so for solving this problem open notepad and write this command in notepad

@ECHO OFF
subst M: C:/mahi
exit
and save it on desktop with name script.bat
now click on start button and all program than startup and open it and copy the script.bat file here and now
the drive will automatically be created when ever you start your pc .
so you have done...
Cheers!!!