Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Viewing non-present devices in Windows XP's Device Manager
- Preventing Users from Internet AccessCould it be possible that if port 80 can be removed from the services file.will this prevent users from acessing the web-Will this make the operating system unstablea valuable 'tric' !Thanks to this method I was able to remove quite some drivers from defective or no...
- Tags: Microsoft Windows XP, Microsoft Windows, mfybadat@..., Environment Variables, dialog box, System Variables
- Discussion threads 2007-04-26
- Understanding environment variable precedence in Windows XP
- Stay on top of the latest XP tips and tricks with our free Windows XP newsletter, delivered each Thursday. Automatically sign up today!Many IT pros still use the Autoexec.bat file to setenvironment variables, which is fine in most cases. However, if you set anenvironment variable in the Autoexec.bat file and...
- Tags: Autoexec.bat, Autoexec.bat file, dialog box, Environment Variables, Environment Variables dialog box, Greg Shultz, Microsoft Windows, Microsoft Windows XP, System Variables
- Technical articles 2005-03-23
Additional Resources
- Rapid Environment Editor (zip)
- Environment variables editor. Features: show environment variables as an editable tree, automatically checking for invalid paths in variables, backup environment variables to the registry file, drag'n'drop support. Version 1.6 build 275 includes unspecified updates.
- Tags: Environment
- Software downloads 2008-01-10
- Setting Environment Variables in XP/2k
- HeyAt one of the sites I am currently on, around 1000 users work on Sun, Oracle applications.For this, they require setting / modifying the environment variables.I am looking for a way/solution so I don't have to necessarily make all such users 'Local Admin' and still enable them change the environment...
- Tags: xcode
- Discussion threads 2007-03-20
- EnvMan (zip)
- Environment Variables Manager EnvMan is a tool intended to handle the administration of Windows Shell Environment Variables. This version is the first release on CNET Download.com.
- Tags: Administration, Vlad Setchin, Microsoft Windows, Workforce Management, Productivity, Operating Systems, Software, Human Resources
- Software downloads 2007-12-27
- Retrieving environment variables with VB.NET
- Irina Medvinskaya shows how you can use VB.NET to retrieve the important information (e.g., computer name and user name) from Windows environment variables. Windows stores some important information (e.g., computer name and user name) in the environment variables. The ability to access these variables to retrieve their values...
- Tags: Microsoft Windows, Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, environment variable, GetEnvironmentVariable, Windows Environment, Visual Basic Tips Newsletter, Environment
- Technical articles 2006-10-05
- Using Dependent Variables in Tivoli Workload Scheduler for z/OS
- Tivoli Workload Schedule for z/OS TWSz provides variable support. This support allows TWSz predefined and user defined variables to be used in jobs scheduled by TWSz. TWSz will translate these variables prior to submitting the JCL to JES. This allows numerous possibilities to enhance the job scheduling environment and can...
- Tags: Variable, IBM z/OS, Tivoli Workload Scheduler, IBM Corp., TWSz, Utility Computing, Operating Systems, Recruitment & Selection, Servers, Software, Human Resources, Workforce Management, Hardware
- White papers 2006-08-08
- OS says Windows NT; I have Windows XP
- While following instructions to remove unused device drivers from "Environment Variables" in my Windows XP Home system, I noticed under "System variables" that my OS states "Windows_NT." I am using Windows XP Home. Is it okay that it says NT and not XP? If it should indicate...
- Tags: Microsoft Windows, Microsoft Windows NT, Microsoft Windows XP, MsSoftail1@..., operating system, windows
- Q&A 2006-01-05
- Adventures in Arrays: A Beginning Tutorial
- In SAS, an array is simply a way to refer to a group of variables in one observation with a single name. Think of an array as being an alias for the names of SAS variables on which one need to perform the same task. The variables can be existing...
- Tags: Variable, SAS Institute
- White papers 2007-03-13
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- Changing Data Set Variables Into Macro Variables
- To create a few macro variables, the %LET statement works extremely well. But if one wants to automate the production of macro variables, DATA steps with the CALL SYMPUT statement or PROC SQL provide a better method. If a large number of macro variables need to be created from data...
- Tags: SAS Institute, Macro Variable
- White papers 2007-05-14
- Common Coupling and Pointer Variables, With Application to a Linux Case Study
- Both common coupling and pointer variables can exert a deleterious effect on the quality of software. The situation is exacerbated when global variables are assigned to pointer variables, that is, when an alias to a global variable is created. When this occurs, the number of global variables increases and it...
- Tags: Variable, Pointer Variable, Linux, Open Source, UNIX, Operating Systems, Software
- White papers 2006-06-25
- Universal Computer naming
- Is there a way to automatically set the computer name in a field? for instance %username% will work for the username. I am trying to set spybot to work in a schedule as the local administrator but whe I create an image of one machine and deploy it...
- Tags: jthibodeau
- Discussion threads 2005-01-07
- Environment Variable
- Need to set a system environment variable on 20 workstations. The value of the variable is the same in each case. Does anyone know of a way I can set this without having to log on locally at each workstation?I have tried using the following technique:Copy a batch file to...
- Tags: target-machine, registry
- Q&A 2006-03-13
- 10 useful server variables you should know for creating dynamic Web pages
- This document outlines some of the more useful server variables that a Web server typically sends out when it responds to an HTTP request and explains when and how you could use each one for your Web site. When you request a Web page an immense amount...
- Tags: Web Server, Web, Web Page, Server Variable, Web Servers, Channel Management, Servers, Internet, Marketing, Hardware
- Download resources 2006-05-25
- DupBlock (exe)
- DupBlock usage begins by specifying a default text block and using named variables in positions where you want to insert counter or list data. Variables can be counter-type variables that sequence + 1 from 0 (or from a user-defined starting value) OR a list of input data that is output...
- Tags: Variable, DupBlock Usage, Construction
- Software downloads 2006-06-13
- Repetitive Statement Generator (zip)
- This utility creates repetitive code statements. Generally, you will use it when you want to generate same code statement over and over again but each time with a different value for variables in the statement. Place values of all variables in a tab delimited text file before using this program....
- Tags: Statement, Variable
- Software downloads 2005-07-01
- temp variable too long
- I am trying to install a program and receive the message "your temp variable is too long." How to I change the path of the temp variable so that Windows recognizes the new path?Thank youWandaright click my computer, select propertiesgo to the advanced tabclick on "environment variables"from here, you can...
- Tags: Microsoft Windows, too-long
- Q&A 2005-09-09
- SAS Macro Variables and Simple Macro Programs
- SAS macros can be a wonderful extension of the SAS language. This paper introduces SAS users to SAS macro variables and simple macro programs. The SAS programming language has a rich toolbox of features that can offer a lot of power to the user. Using macro variables and macro code...
- Tags: SAS Institute, Macro Variable, SAS Programming Language
- White papers 2005-03-09
- A Hands-On Introduction to SAS DATA Step Programming
- The SAS DATA step is one of the most powerful and versatile software tools available for handling and manipulating data files, especially large data sets. It is also sometimes somewhat confusing to SAS programmers as to what the different statements do, what the correct syntax is for these statements, and...
- Tags: SAS Institute, Programming
- White papers 2005-03-09
- << Previous
- page 1 of 1
- Next >>