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 라는 키워드가 있어서 검색해 보았습니다.
간단히 커맨드창에서 특정 폴더경로를 지정한 드라이브로 매핑시킬 수 있었습니다. 꽤 유용한 기능이군요. 앞으로 많이 활용할것 같습니다.
'Tip & Tech' 카테고리의 다른 글
| SelfCert를 사용하여 VBA 프로젝트에 대한 디지털 인증서 만들기 (0) | 2007/06/15 |
|---|---|
| T-money 카드 등록하고, 교통비도 소득공제 혜택 받으세요~ (0) | 2007/05/31 |
| Subst - Associates a path with a drive letter (0) | 2007/05/25 |
| 우유... 여드름에 상극! (0) | 2007/05/17 |
| 엑셀에서 컨트롤 버튼 추가하기 (0) | 2007/05/17 |
| 오피스 엑셀 2007에 개발도구 탭 추가하기 (4) | 2007/04/12 |
