你知道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
分享到:
相关推荐
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.............
- 文档的目录结构包含以下部分:概述(Overview),附加文档(Additional Documentation),设置环境变量(Setting Environment Variables)和编译源代码(Compiling Source Code)。 - 在概述部分,文档提到对...
Dokkoi dokkoi是一个友好的不和谐机器人。... DISCORD_TOKEN:discord bot的令牌CUSTOMSEARCH_API_KEY:... $ cp docker-compose.yml.sample docker-compose.yml# after setting environment variables$ docker-compos
Jekyll Buildpack Jekyll Buildpack将在应用程序根目录中查找名为_config.yml的文件,然后运行Jekyll创建并服务该站点。 用法 用法示例: λ ls ...----- > Setting environment variables ----- >
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_...
PYTHONMALLOC environment variable DTrace and SystemTap probing support Other Language Changes New Modules secrets Improved Modules array ast asyncio binascii cmath collections concurrent....
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 ....
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 ...
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 ...
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.
JEnv-for-Windows 是一个针对Windows系统的Java版本管理工具,类似于Linux上的JEnv工具。它旨在帮助用户在本地系统上方便地切换多个Java Development Kit (JDK) 版本。JEnv-for-Windows的工作原理和特性主要包括: ...
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 ...
Setting Up a Development Environment Variables, Variable Types, Inputs, String Formatting, Decision Structures, Conditional Operators, Loops Several Programming Examples to make sure you practice ...
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, ...
Configuring the Flutter SDK involves setting up the `PATH` environment variable. There are two methods recommended for configuring the SDK: **4.2.1 Méthode 1: zsh (recommandée)** For users running ...
installation process covers the creation of a Sybase directory, setting up the user and group, unpacking and installing the software, configuring the server, and setting up the environment variables....
Setting up your working environment Supervised vs unsupervised learning Cross-validation Evaluation metrics Arranging machine learning projects Approaching categorical variables Feature engineering ...
The installation of the Erlang/OTP binary release on UNIX systems involves creating a suitable directory structure, extracting the tar file, configuring environment variables, and verifying the ...
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 ...