Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How do I get a value from the windows registry to set a variable

Re: How do I get a value from the windows registry to set a variable

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Wed, 12 Oct 2005 20:08:09 +0200
Message-ID: <004f01c5cf57$eecace20$b800a8c0@IBME1D11967173>

May be something like this:

set L_VAR=%1
if defined L_VAR (<run_the_batch>) else (exit)

Regards,
Dimitre

Dimitre,please, could you, If I'm not abusing ofr your time, How can I stop a batch process if parameter %1 is null. Sorry for being so lazy. :)

--

http://www.freelists.org/webpage/oracle-l Received on Wed Oct 12 2005 - 13:10:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US