In Windows, files/folders have a special attribute called hidden attribute. By setting this attribute, we can hide files from being displayed in explorer or command prompt. This article explains how to list this hidden files in windows command line a…
为什么在windows里,首选的conda命令行工具是Anaconda command prompt? In windows, what's the difference between command prompt and anaconda prompt Anaconda command prompt is just like command prompt, but it makes sure that you are able to use anaconda and conda comman…
在项目中经常需要使用 Visual Studio Command Prompt编译项目,每次启动时都是默认进入 C:\windows\system32> 目录, 需要cd切换路径,如果把Visual Studio Command Prompt默认启动路径设置为项目路径,那么每次启动只要直接输入msbuild xx.sln就可以编译了,设置方法如下 Right click on "Developer Command Prompt for VS2013" shortcut (whic…
Request: List the environment variables from Command Promt To list one varibales , the syntax is like : echo %path% To list all variables in command prompt. you can use : set e.g: C:\Users\tcaiy\set you can also sent the output to a output file , whi…