473,386 Members | 1,654 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Environ function

RLN
While I am familiar with the Username portion of the Environ function,
is there a way to list all of the options Environ offers? I was
wanting to list them in a an ascii file for future reference.
I looked in the object browser and on MSDN but did not find more
details on this.

I downloaded the Acccess2003 VBA Language Reference from the MS
website and unzipped it to the Program Files\Microsoft Office\Office
11\1033 folder, but it did not mention the actual filename. I was
under the impression I needed to add this to the "Add-ins" portion of
Access 2003.

If I'm missing something here to achieve my intended goal (to see all
properties of the Environ function) let me know.

thnx...

Feb 2 '07 #1
3 4130
have you tried:

show all

"RLN" <rl***************@yahoo.comwrote in message
news:11**********************@v45g2000cwv.googlegr oups.com...
While I am familiar with the Username portion of the Environ function,
is there a way to list all of the options Environ offers? I was
wanting to list them in a an ascii file for future reference.
I looked in the object browser and on MSDN but did not find more
details on this.

I downloaded the Acccess2003 VBA Language Reference from the MS
website and unzipped it to the Program Files\Microsoft Office\Office
11\1033 folder, but it did not mention the actual filename. I was
under the impression I needed to add this to the "Add-ins" portion of
Access 2003.

If I'm missing something here to achieve my intended goal (to see all
properties of the Environ function) let me know.

thnx...

Feb 2 '07 #2
On Feb 2, 1:11 pm, "RLN" <rlntemp-newsgr...@yahoo.comwrote:
While I am familiar with the Username portion of the Environ function,
is there a way to list all of the options Environ offers?
- Open a command-line window (in WinXP: Start All Programs>
Accessories Command Prompt).

- type "set" (without the quotes)

- hit [Enter]

To save the list to a text file, use the following command instead
(substitute file and folder names as desired)

set >C:\folder\filename.txt

Feb 3 '07 #3
RLN
>To save the list to a text file, use the following command instead
(substitute file and folder names as desired)

set >C:\folder\filename.txt
This worked great...I apologize for the late reply.
Thanks for taking the time to write me back. I appreciate it.
Feb 14 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Erick Bodine | last post by:
I am trying to set a new environment variable on a W2k machine with only partial success. The name("SSID") and value("ASIM") show up correctly in the registry and when I go to "System...
0
by: mahongquan | last post by:
when i install moinmoin in python 2.4,windows server2000, I found it has a bug,cgiHttpServer.py set environ,but the cgi python script can not get the environ variant,such as environ,so moin donot...
0
by: jtauber | last post by:
Did something change between 2.3 and 2.4 that would affect os.environ being populated with CGI variables when using the BaseHTTPServer/CGIHTTPServer? I received a bug report from someone trying...
11
by: jim.eggleston | last post by:
Windows doesn't have a HOME environment variable, but it does have HOMEDRIVE and HOMEPATH. Could Windows versions of Python automatically populate os.environ with HOME, where HOME =...
9
by: boris.smirnov | last post by:
Hi there, I have a problem with setting environment variable in my script that uses qt library. For this library I have to define a path to tell the script whre to find it. I have a script...
1
by: paragon.john | last post by:
Hello, I am trying to retrieve a linux environment variable using os.environ.get, however it does not appear to be working properly. It returns none for a variable that does, in fact exist. #...
1
by: Rahul | last post by:
Hi Everyone, I once had a look at a code having the following declaration, extern ** environ or extern char ** environ... I lost the code and i'm wondering what is the exact need of this?...
7
by: Joe P. Cool | last post by:
If I call os.environ.clear in a python program child processes still see the deleted entries. But when I iterate over the keys like so names = os.environ.keys for k in names: del os.environ ...
3
by: Tim Chase | last post by:
Not sure what's going on here and hoping for some insight: tim@rubbish:~$ echo $COLUMNS 129 tim@rubbish:~$ python2.5 Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) on linux2 Type "help",...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.