Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Test Environment Variable

Original Message
Name: freediver211
Date: May 31, 2007 at 06:58:00 Pacific
Subject: Test Environment Variable
OS: Windows XP
CPU/Ram: N/A
Model/Manufacturer: N/A
Comment:
Before I attempt to use an environment variable in a DOS batch script I would like to test it to ensure it exist. How do you test an environment variable to ensure it was created?


Report Offensive Message For Removal


Response Number 1
Name: DosX
Date: May 31, 2007 at 08:04:46 Pacific
Subject: Test Environment Variable
Reply: (edit)
Try this:

--------------------
@echo off
if "%var%"=="" then goto novar
echo Variable VAR does not exist
goto end
:novar
echo Variable VAR = %var%
:end
--------------------


Report Offensive Follow Up For Removal

Response Number 2
Name: freediver211
Date: May 31, 2007 at 09:28:10 Pacific
Subject: Test Environment Variable
Reply: (edit)
Thanks for the post!

May I ask a follow up question?

How do I say:

if "%var%" NOT == "" (
:: do something here...
)

obvious the statement above isn't working...

thanks!


Report Offensive Follow Up For Removal

Response Number 3
Name: IVO
Date: May 31, 2007 at 09:48:23 Pacific
Subject: Test Environment Variable
Reply: (edit)
If not "%var%"=="" Do something here...

By the way if you are coding to execute in a console window under XP, you can use more powerfull statements in your batch as in XP there is no DOS an what you see at prompt is actually an emulator, the NTVDM (NT Virtual DOS Machine).

So your previous test in XP is coded as

If not defined var ( Do something here...)

where the ( ) enable to code more than one statement.

Post in Programming Forum to get a lot of help from smart people.


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Test Environment Variable

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




acer 312T BIOS problem

K7 Turbo possible max fsb?

Pc anywher problem

WinFLP & OE/Outlook2003

Computer resets after a few minutes


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC