Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 unzip.exe 文件。我想将它注册到环境变量,这样当用户在他的命令提示符下键入 unzip 时,他/她可以使用 unzip.exe 文件。我如何使用命令提示符执行此操作。我该怎么做。
提前致谢
这是一种快速且不同的方法,会将 unzip.exe 添加到路径的现有部分。
copy unzip.exe "%windir%"