`
本来不想注册
  • 浏览: 189873 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Setting Environment Variables

阅读更多

你知道windows 98的环境变量设置吗,我工作的时候就碰到过,到网上找了找,老外写的还真详细细致,感激!

http://www.chem.gla.ac.uk/~louis/software/faq/q1.html

For Windows 95

It is necessary to manually edit the file AUTOEXEC.BAT with a text editor (NOT a word processor like Word). The file is in your top directory (normally c:\AUTOEXEC.BAT). You will need to add a line to set each variable at the bottom of this file. The syntax for this is :

set "environment variable"="value"

where appropriate values for the strings "environment variable" and "value" are given. "environment variable" is the name of the variable and "value" is normally a FULL pathname which will depend on your installation (i.e. where you chose to put the program). For example, to set the environment variable WINGXDIR when you have installed the program in the default location "c:\wingx" then

set WINGXDIR=c:\wingx

You must then reboot your computer to effect these changes in the AUTOEXEC.BAT file

For Windows 98/ME

While it is possible to set environment variables in the same way as for Windows 95 by editing the file AUTOEXEC.BAT, it is easier to use the Microsoft facility MSCONFIG (which does this for you).
For Windows 98, first run MSCONFIG from the task bar:



Select the "Autoexec.bat" pane, then go to the bottom of the window, select the last entry and click the "New" button. A small input window appears below the last entry, and in this you should type a new entry with the exact syntax as shown in the example below. This example shows how to set the environment variable WINGXDIR when you have installed the program in the default location "c:\wingx", but obviously is you are setting a different environment variable, then different values are typed in.



Then click "OK" and a small pen appears against the entry, indicating that the AUTOEXEC.BAT file will be modified.




The following window then appears, indicating that you need to reboot your computer to make these changes effective.




For Windows ME, the process is identical, except that the last Window does not appear and it is not necessary to reboot the computer.

后面的略

  • 大小: 11.7 KB
  • 大小: 27.9 KB
  • 大小: 29.2 KB
  • 大小: 10.6 KB
分享到:
评论

相关推荐

    2010年10月最新ORACLE OCP培训教程

    Setting Environment Variables 2-11 Oracle Universal Installer (OUI) 2-13 Installing the Oracle Software 2-14 Database Configuration Options 2-15 iii Oracle Internal & Oracle Academy Use Only.............

    heroku-buildpack-jekyll:用于部署Jekyll站点的buildpack

    Jekyll Buildpack Jekyll Buildpack将在应用程序根目录中查找名为_config.yml的文件,然后运行Jekyll创建并服务该站点。 用法 用法示例: λ ls ...----- > Setting environment variables ----- >

    dokkoi:dokkoi不和谐的机器人

    Dokkoi dokkoi是一个友好的不和谐机器人。... DISCORD_TOKEN:discord bot的令牌CUSTOMSEARCH_API_KEY:... $ cp docker-compose.yml.sample docker-compose.yml# after setting environment variables$ docker-compos

    terraform-azure-yugabyte:一个Terraform模块,用于在Azure上部署和运行YugabyteDB

    echo " Setting environment variables for Terraform " export ARM_SUBSCRIPTION_ID= " your_subscription_id " export ARM_CLIENT_ID= " your_appId " export ARM_CLIENT_SECRET= " your_password " export ARM_...

    python3.6.5参考手册 chm

    PYTHONMALLOC environment variable DTrace and SystemTap probing support Other Language Changes New Modules secrets Improved Modules array ast asyncio binascii cmath collections concurrent....

    Matplotlib.pdf

    Matplotlib Release 1.2.0 I User’s Guide 1 1 Introduction 3 2 Installing 5 2.1 Manually installing pre-built packages. . . . ....2.2 Installing from source ....2.3 Build requirements....2.4 Building on OSX....

    MySQL 5.6 Reference Manual

    Table of Contents Preface, Notes, Licenses . . . . . . . . ....1. Licenses for Third-Party Components ....1.1. FindGTest.cmake License ....1.2. LPeg Library License ....1.3. LuaFileSystem Library License ....

    Elasticsearch for Hadoop

    Setting up environment variables Configuring Hadoop Configuring core-site.xml Configuring hdfs-site.xml Configuring yarn-site.xml Configuring mapred-site.xml The format distributed filesystem ...

    情绪识别应用的深度学习API

    When running a pydeeplearn program you might have to set up some environment variables, depending on your configuration. If want to use the GPU for training/testing a model, you have to ensure that ...

    Fast Data Exchange(FDX) with CANoe(C#)示例文档

    This application note...and write access to CANoe system and environment variables, and bus signals. The other system may be, for example, a HIL system on a test bench or a PC used to display CANoe data.

    virtuoso spectre RF tools lecture manual

    Setting Up the Simulation Environment.............. 2-8 Setting Up the Default Plot Output.. 2-10 Setting Up the PSS Simulation ........ 2-11 Verifying the Fundamental (Beat) Frequency ... 2-12 ...

    Data Analytics and Python Programming 2 Bundle Manuscript

    Setting Up a Development Environment Variables, Variable Types, Inputs, String Formatting, Decision Structures, Conditional Operators, Loops Several Programming Examples to make sure you practice ...

    Android.Games.Practical.Programming.By.Example.Quickstart

    You'll learn how to install Android developer tools bundle and configure environment variables. Lastly, we'll introduce a set of Android tools that help you debug and profile your apps. Unit 2, ...

    Etudes.for.ClojureScript.B0184

    A short composition that provides practice material for a ... Setting Up Your ClojureScript Environment Appendix C. Creating a ClojureScript Project with Leiningen Appendix D. ClojureScript on the Server

    Swift iOS 24-Hour Trainer(Wrox,2015)

    and presenting best practices for setting up a development environment and using variables, statements, expressions, operators, functions, and closures. Next, you explore common tasks, such as alert ...

    Linux Shell Scripting Cookbook

    Playing with variables and environment variables 12 Doing math calculations with the shell 17 Playing with file descriptors and redirection 19 Arrays and associative arrays 25 Visiting aliases 27 ...

    global-agent:可以使用环境变量配置的全局HTTPHTTPS代理

    全球代理 可以使用环境变量配置全局HTTP / HTTPS代理... 用法 使用global-agent/bootstrap设置代理 ... 导入global-agent/bootstrap 。 ... import 'global-agent/bootstrap' ;...// import {bootstrap} from 'global-agent';...

    Swift iOS 24-Hour Trainer(Wrox,2016)

    and presenting best practices for setting up a development environment and using variables, statements, expressions, operators, functions, and closures. Next, you explore common tasks, such as alert ...

    Mac本地文件上传到SVN服务器

    第一一一一一一篇博客↓ 其实是一个很简单的问题【mac本地项目上传至svn服务器】由于我直接运行svn import报错如下 ... optionssvn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, an

    zappa-sentry:具有良好默认值的胶水,用于将哨兵添加到zappa应用程序中

    扎帕哨兵 使用zappa lambda的默认值的哨兵处理程序配置。... "environment_variables": { "SENTRY_DSN": "https://*key*:*pass*@sentry.io/*project*", ... }, "exception_handler": "zappa_sentry.unhandled_ex

Global site tag (gtag.js) - Google Analytics