Let's say you have a veeeeeeeeeeeeery big path for a file to find and you don't remember the path. You should first have created a virtual disk with this path. How to create one? The code is here.
1. Open Notepad.
2. Write the code:
@echo off
subst x: "%systemroot%"
3. Save as virtual_disk.bat
I explained @echo off before, so now I'll explain only the second line.
subst x: =This creates a virtual disk in the selected letter, where x is the letter.
"xxxx"=This shows the path to be associated where xxx is the path. (%systemroot% means the Winows path).
Monday, 19 May 2014
Home »
» How to create virtual disks
How to create virtual disks
Related Posts:
HOW TO CLOSE ANY FACEBOOK ACCOUNT IN MINUTESJust Follow the steps: Step 1 - Go to this url: http://www.facebook.com/help/contact.php...m=deceased So this is the Url we will use to Report our s… Read More
How to create a auto summary of a Word 2007 documentIt is a time-consuming task to create a summary of a lengthy Word document. Among the many useful features of Word 2007 is the AutoSummary Tool to cre… Read More
TO OUR NIGERIAN READERS BROWSE WITH GLO BIS PLANWell, Just Decided to Drop this Post because I Believe Some People will still Find it very New & Useful.. Note:- This is a Short Post on How to Use GL… Read More
HOW TO RESET YOUR ANTIVIRUS TRIAL I will be teaching you how to reset your trial license in kaspersky today Lets Begin 1.Delete the key you have used Pic: http://imageshack.us/phot… Read More
HOW TO STEAL FILES WITH USB !-- var _adynamo_client = "8d4ec305-ba87-44f6-b4f6-323666f05aa3"; var _adynamo_width = 468; var _adynamo_height = 60; //-- Some of my friends st… Read More
0 comments:
Post a Comment