Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How do I get a value from the windows registry to set a variable
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
![]() |
![]() |