From e57b5a7a47d9d170c81924d1cb57589e47b27070 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Mon, 24 Apr 2017 05:15:03 +0800 Subject: [PATCH] Update building-msvc.md (#3307) Use `subst` to map drive instead of `net use`. Signed-off-by: Richard Yu (github: ysc3839) --- docs/building-msvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 45da662f37..495a087b8a 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -41,7 +41,7 @@ All commands (if not stated otherwise) will be launched from **VS2015 x86 Native ***In case you don't have a *D* drive, or prefer to use another working directory.*** Since all of the examples and commands here are using the *D* drive, you might find it more comfortable to map the drive to a folder you of your choice. -For example, to map *D:\\* to *C:\\base_folder_for_telegram_dev*, open the cmd and execute: `net use D: \\localhost\c$\base_folder_for_telegram_dev`. +For example, to map *D:\\* to *C:\\base_folder_for_telegram_dev*, open the cmd and execute: `subst D: C:\base_folder_for_telegram_dev`. ## Clone source code