当前位置:网站首页>subst命令将一个文件夹镜像成本地的一个磁盘
subst命令将一个文件夹镜像成本地的一个磁盘
2022-07-28 14:24:00 【evanYang_】
背景
当你的电脑或者云盘只有一个盘时,因为这样安全性好,性能也好。
那么有时候,我们是需要其他的系统盘来做一些事情的,比如远程的时候需要带过去一个系统盘,这个时候,就可以用subset这个命令来解决问题。
镜像虚拟磁盘subst这个命令可以简化好多操作,比如一个常用的文件放在一个路径很深的文件夹中,每次我们想要操作这些文件就必须沿着这个文件夹的路径一级一级的打开,这样操作很费时【现在我的操作一般都是在根目录下写一个bat,然后每次找到那个目录时,运行这个bat。或者把这个路径记录在一个记事本中每次往地址栏上贴一次】。现在知道了这个命令当然就方便多了。。。。做法;
比如我们要给E盘下一个文件夹testdir建一个虚拟盘F,那么可以用命令;
subst F:E:\testdir
这样就直接双击这个F就直接到我们要的那个目录了。
删除映射:
subst F:/D
如果映射了多个文件夹的话,就直接用subst查看详情。。
但是这些操作都会在重启以后消失。。。
边栏推荐
- 配置cx-oracle 解决(cx_Oracle.DatabaseError) DPI-1047: Cannot locate a 64-bit Oracle Client library: “Th
- [leetcode] 35. Search the insertion position
- JY-7GA/1电压继电器
- idea调试burpsuit插件
- [touch] count the number of engineering documents, code lines, and line comment coverage
- JOGY-61电压继电器
- crmeb知识付费手动安装教程
- 4519. Number of square arrays
- Cross domain problems in the configuration of.Net core version 3.1
- 全开源免费的客服系统来了
猜你喜欢
![What is the difference between UTF-8, utf-16 and UTF-32 character encoding? [graphic explanation]](/img/a9/336390db64d871fa1655800c1e0efc.png)
What is the difference between UTF-8, utf-16 and UTF-32 character encoding? [graphic explanation]

pyppeteer 遇到的问题

DAY:7/11

全开源免费的客服系统来了

Repvgg paper explanation and model reproduction using pytoch

Jogy-61 voltage relay
Data synchronization of new version

Have you ever used the single merchant mall, which is smooth enough to make people feel numb?

Learn PHP reflection classes from ThinkPHP remote code execution

crmeb 标准版window+phpstudy8安装教程(二)
随机推荐
封装统一返回对象MessageResult
3564. Date category
Learn PHP reflection classes from ThinkPHP remote code execution
No files or folders found to process
Understanding of entropy and cross entropy loss function
Repvgg paper explanation and model reproduction using pytoch
[Game Testing Engineer] get to know game testing for the first time - do you know it?
使用cpolar发布树莓派网页(apache2的安装测试)
Principle and configuration of MPLS LDP
The difference between @notnull, @notblank, @notempty of commonly used verification annotations
7/13(水塘抽样)
chrome插件调试
全开源免费的客服系统来了
redis常用命令总结(自备)
[leetcode] 35. Search the insertion position
滑块还原和验证(法律数据库)
crmeb知识付费手动安装教程
crmeb 标准版window+phpstudy8安装教程(二)
An idea of modifying vertex height with shader vertex shader
每日一题(回溯)