ALLUSERSPROFILE location of the All Users Profile.
APPDATA location where applications store data by default.
CD current directory string.
CLIENTNAME client's NETBIOS name when connected to terminal server session.
CMDCMDLINE command line used to start the current cmd.exe.
CMDEXTVERSION version number of the current Command Processor Extensions.
CommonProgramFiles path to the Common Files folder.
COMPUTERNAME name of the computer.
COMSPEC path to the command shell executable.
DATE current date.
ERRORLEVEL error code of the most recently used command.
HOMEDRIVE drive letter is connected to the user's home directory.
HOMEPATH full path of the user's home directory.
HOMESHARE network path to the user's shared home directory.
LOGONSEVER name of the domain controller that validated the current logon session.
NUMBER_OF_PROCESSORS number of processors installed on the computer.
OS name of the operating system.
(Windows XP and Windows 2000 list the operating system as Windows_NT.)
Path search path for executable files.
PATHEXT file extensions that the operating system considers to be executable.
PROCESSOR_ARCHITECTURE processor's chip architecture.
PROCESSOR_IDENTFIER description of the processor.
PROCESSOR_LEVEL model number of the computer's processor.
PROCESSOR_REVISION revision number of the processor.
ProgramFiles path to the Program Files folder.
PROMPT command-prompt settings for the current interpreter.
RANDOM random decimal number between 0 and 32767.
SESSIONNAME connection and session names when connected to terminal server session.
SYSTEMDRIVE drive containing the Windows root directory.
SYSTEMROOT location of the Windows root directory.
TEMP and TMP default temporary directories for applications that are available to
users who are currently logged on.
TIME current time.
USERDOMAIN name of the domain that contains the user's account.
USERNAME name of the user currently logged on.
USERPROFILE location of the profile for the current user.
WINDIR location of the OS directory.
To read an environment variable, see these HowTo's for
Powerbuilder
,
Java
and
VBScript
.
分享到:
相关推荐
设置Windows环境变量工具 NVM - eNvironment Variables Manager 1.可以设置用户变量、系统变量,非常方便。 2.可以把环境变量导出成XML文件,不过不能导入 类似的工具有EnvMan,RapidEE。 此工具的源代码可以在...
Missing Environment Variables(解决方案).md
Invalid Environment Variables(解决方案).md
Failed to Load Environment Variables(解决方案).md
VB对环境变量操作的源码实例VB on the operation of the source instance environment variables
在本实验"复旦大学_软件安全_SEED labs_3-Environment_Variable_and_SetUID"中,我们将探讨两个关键的计算机安全概念:环境变量(Environment Variables)和SetUID位(Set User ID)。这两个概念在软件安全领域起着...
To use proxy please check/specify these environment variables: - http_proxy/https_proxy - and/or HTTP_PROXY/HTTPS_PROXY 可以下载本资源结合我的博文(https://editor.csdn.net/md/?articleId=121682921)...
标题 "Wox.System.EnvironmentVariables" 暗示我们关注的是一个与系统环境变量相关的项目,可能是一个库或者工具,尤其因为其与 Python 标签关联。环境变量在计算机编程中扮演着重要角色,它们是操作系统中存储信息...
{\n console.log(\"hi, this is development environment\");... process.env.NODE_ENV在编译时替换为“开发” Webpack生产模式 运行npm run build:webpack-prod dist/test.webpack-prod.js最后一部分function(e,...
为了简化这一过程,一个名为"Windows Environment Variables Manager",简称"EnvMan"的开源工具应运而生。EnvMan是由C# .Net编程语言编写的,专为Windows用户提供更直观、便捷的环境变量管理体验。 EnvMan的设计...
For Each envVar In Environment.GetEnvironmentVariables(environmentVariables) envTable.Add(envVar.Key.ToString(), envTable.Value.ToString()) Next ' 显示环境变量列表 For Each pair In envTable ...
在前端开发领域,CSS Variables(也称为CSS自定义属性)是一种强大的工具,它允许开发者在整个样式表中定义和重用变量。PostCSS 是一个JavaScript工具,它可以解析CSS,执行一些任务,然后输出新的CSS。Postcss-css-...
golang+sublime text3(by流风清音)+github 开发环境配置 包含具体环境配置方式
这是在VDSP5.0++下面编译成功的uboot,支持的命令 base - print or set address...saveenv - save environment variables to persistent storage setenv - set environment variables version - print monitor version
系统环境变量(quasar-app-extension-system-environment-variables) ==== 从系统加载环境变量,并通过process.env使它们可用。 最适合在CI / CD环境中构建 在某些情况下,例如在CI环境中工作时,我们可能希望从...
转到Rancher,单击暂停点的图标,在API中选择“视图”,然后单击“扩展”按钮即可立即复制... 转到Rancher,单击暂停的图标 点,在API中选择“视图”,然后单击“扩展”按钮,立即将环境变量从页面中的“intum-...
本书的标题“Probability, Random Variables and Stochastic Processes”(概率论、随机变量和随机过程)指向了概率论这一数学分支的主要研究对象和研究内容。概率论是研究随机事件及其规律性的数学理论,它为分析和...
根据提供的文件内容,本文将重点介绍“Complex Variables and Applications”这本书的核心知识点,同时也会提及书籍的出版信息、作者简介以及书籍的版权声明。 核心知识点: 《复变量及其应用》(Complex ...
inline-environment-variables process.env.引用替换为其JS文件中的值。 安装 npm i --save-dev inline-scripts CLI示例 inline-script-tags <!-- src/index.html --> < p> Welcome < script src =" ...
composer require winningweb/environment-variables:1.0 用法使用EnvironmentVariables命名空间: use EnvironmentVariables \ EnvironmentVariables ; 调用静态load()函数,然后调用set()方法: Environment...