Jumat, Februari 14, 2014

Way To Make Folder Be Drive In Windows XP/Windows 7/Windows 8

Way to make folder be drive in Windows XP/Windows 7/Windows 8:
  1. Specify folder want to be made be drive, for example folder D:\Application, is a folder named Application on drive D:
  2. Open command prompt,
    With click on start program, choose Run, type CMD
  3. For example that folder will also be used as new drive Z:
    Then type on command prompt: subst Z: D:\Application
  4. Please check in windows explorer, then will be created new drive Z:
  5. Then to delete this new drive, just type on command prompt subst z: /d
Now, how to make folder which its naming using space be drive in Windows XP/Windows 7/Windows 8? Just add double quotation marks (") at the beginning and at the end folder name which its naming using space, for example:

Way to make folder which its naming using space be drive in Windows XP/Windows 7/Windows 8:
  1. Specify folder want to be made be drive, for example folder D:\Important Application, is a folder named Important Application on drive D:
  2. Open command prompt,
    With click on start program, choose Run, type CMD
  3. For example that folder will also be used as new drive Z:
    Then type on command prompt: subst Z: D:\"Important Application"
  4. Please check in windows explorer, then will be created new drive Z:
  5. Then to delete this new drive, just type on command prompt subst z: /d
hopefully useful, if there is problem, waited the question, thanks... : )

Source:
http://mazdavied.blogspot.com and http://syaif-rohmadi.blogspot.com

0 komentar: