사용자 삽입 이미지

Associates a path with a drive letter. Used without parameters, subst displays the names of the virtual drives in effect.

Syntax
subst [drive1: [drive2:]Path]

subst drive1: /d

Parameters
drive1: : Specifies the virtual drive to which you want to assign a path.

drive2: : Specifies the physical drive that contains the specified path (if different from the current drive).

Path : Specifies the path that you want to assign to a virtual drive.

/d : Deletes a virtual drive.

/? : Displays help at the command prompt.

원본 출처 : Microsoft

파코즈에 팁게시판에서 델파이로 만들어진 폴더매핑 프로그램을 보던중, 댓글에 Subst 라는 키워드가 있어서 검색해 보았습니다.

간단히 커맨드창에서 특정 폴더경로를 지정한 드라이브로 매핑시킬 수 있었습니다. 꽤 유용한 기능이군요. 앞으로 많이 활용할것 같습니다.