Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Tips%20and%20Tricks%20Interview%20Questions%20and%20Answers

Question: How to use folders as drives?
Answer: Do The Follwing :
► Start >> Run
► Type cmd and hit Enter
► This will open "Command Prompt"
► Type subst Z: E:folder and hit Enter key.
→ You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!
→ You can replace E:folder with the path of your favorite folder !
► Now, type exit

But a Problem !
On Restart the Virtual Drive Disappears !!!

Solution !
We can make a batch file which will make the drive everytime on startup !
Here is how ?
► Open Notepad
► Type :
@ECHO OFF
subst Z: E:folder
exit
► File >> Save As...
► Name it : Virtual Drive Emulator.bat
► Start >> All Programs
► Right Click on Startup >> Open
► This open the Startup folder
► Paste the Virtual Drive Emulator.bat file here !
*** That's all , now the drive will automatically be created when ever you start your pc
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook