Create a Virtual Drive for any folder in Vista إنشاء محرك الأقراص الافتراضي لأي مجلد في فيستا
There is a secret in MS DOS command ” subst” which is used to create a virtual drive letter for any folder in My Computer screen. وهناك سرية في مرض التصلب العصبي المتعدد دوس قيادة "subst" التي تستخدم لخلق حرف محرك الأقراص الافتراضية لأي مجلد في شاشة الكمبيوتر.
For example, if u want to use a folder called “new_folder” which is kept in” E:\new\downloads\ ” then you can create a virtual drive say “Z:” in My Computer. على سبيل المثال ، إذا ش تريد استخدام مجلد يسمى "new_folder" الذي يحتفظ في "هاء : \ جديدة \ تنزيلات \" بعد ذلك يمكنك إنشاء حملة الافتراضية ويقول "ى" في جهاز الكمبيوتر.
Here is the procedure. هنا هو الإجراء.
1. Open Command prompt from , Start–>Run–> cmd فتح قيادة الفوري من بدء> تشغيل -> cmd
then type, subst drive-letter:folder-path ثم اكتب ، subst سيارة الرسالة : مجلد المسار
ie, for example, أي ، على سبيل المثال ،
subst Z: E:\new\downloads\ subst ى هاء : \ جديدة \ تنزيل \
2. If you want to delete this virtual drive, then provide following command: إذا كنت تريد حذف هذه حملة افتراضية ، ثم توفير التالي :
subst drive_letter: /D subst drive_letter : / مد
for example, على سبيل المثال ،
subst z: /D ض subst : / مد
Popularity: 1% شعبية : 1 ٪
Written by magakos. كتبها magakos. Read more great feeds at is source اقرأ المزيد العظيم هو مصدر في يغذي WEBSITE موقع
1 comment 1 تعليق . .
Read more articles on اقرأ المزيد المواد المتعلقة WindowS HackS ويندوز المأجورون and و All الكل and و otherSoftware otherSoftware . .
- [+] Digg [+] [ديغ] : Feature this article : ميزة هذه المادة
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : إشارة مرجعية في هذا مادة
- [+] Furl [+] [فورل] : Bookmark this article : إشارة مرجعية في هذا مادة

















#1 # 1 . August 16th, 2008, at 5:33 AM. . أغسطس 16th ، 2008 ، في 5:33 صباحا.
Great tip. معلومات سرية كبيرة. Was wondering how to do this. وكان يتساءل كيفية القيام بذلك. Thanx!