The folder that you use frequently if it can be changed into
drive as other drive(c: d: ) is good idea. In past it could be imagined but now
it is possible. Let us do it.
Open run command and type “cmd” for opening command prompt,
going to Dos mode.
Command is as:
Subst (drive letter for new assigned drive) Path ( which folder that is being creating as
drive)
Check how many drives are in your Hard disk for example ( c,
d, ) are already remain then choose other letter like (e, f) . Path is the
place where your desired folder is. Suppose your desired folder is in D drive path is like D:\desired
folder. If your desired folder is in an
other folder then the path is like
D:\Folder\Folder.
Here Iam making my
Data folder in D: drive as E: drive
Subst e: D:\Data (enter)
Now E: drive is my Data folder.
If you want delete the drive.
Simply type
Subst/d E: ( press enter)
With /d your E: drive is removed but your Data drive not removed .
0 comments :
Post a Comment