当前位置:网站首页>The subst command mirrors a folder to a local disk
The subst command mirrors a folder to a local disk
2022-07-28 15:28:00 【evanYang_】
background
When your computer or cloud disk has only one disk , Because it's safe , Good performance .
So sometimes , We need other system disks to do some things , For example, you need to bring a system disk when you are remote , This is the time , You can use it subset This is the order to solve the problem .
Mirror virtual disk subst This command can simplify many operations , For example, a commonly used file is placed in a folder with a deep path , Every time we want to operate these files, we must open them level by level along the path of this folder , This operation is time-consuming 【 Now my operation is usually to write a in the root directory bat, Then every time I find that directory , Run the bat. Or record this path in a notepad and paste it on the address bar once each time 】. Now that you know this command, it's certainly much more convenient .... practice ;
For example, we have to give E Next folder testdir Create a virtual disk F, Then you can use the command ;
subst F:E:\testdir
In this way, double-click this F Go directly to the directory we want .
Delete mapping :
subst F:/D
If multiple folders are mapped , Use directly subst Check the details ..
But these operations will disappear after restart ...
边栏推荐
- Classic Dijkstra and the longest way
- Table lock query and unlocking in SQL development part 1
- day 7/12
- 汇编学习
- Back compilation failed
- Installing CONDA and configuring Jupiter
- What functions will be added to crmeb Standard Version 4.4
- I heard that many merchants of crmeb have added the function of planting grass?
- mysql 8.0常用(持续更新)
- Crmeb v4.3 deployment process
猜你喜欢
随机推荐
crmeb pro2.2即将增加的功能都有哪些?
MPLS LDP的原理与配置
知识付费开源系统
全开源免费的客服系统来了
Knowledge payment open source system
Crmeb v4.3 deployment process
php parse_url绕过白名单
R introduction example details
JDS-12时间继电器
Template injection summary
Voltage relay dy-28c
腾讯面试之--请你设计一个实现线程池顺序执行
crmeb标准版4.4都会增加哪些功能
.net core 3.1版本配置跨域问题
Dj-131/60c voltage relay
[leetcode] 35. Search the insertion position
Shellcode writing learning environment
For loop
树上启发式合并简单题
shellcode编写学习-环境








