Quantcast
Channel: Spiceworks Community
Browsing latest articles
Browse All 20 View Live

Bat file. If Reg Key exists than goto...

  Daniel Eaton wrote: one way would be  reg query HKLM\Software\Microsoft if %ERRORLEVEL% EQU 0 goto INSTALL  Curse your fast fingers and my lack of coffee!

View Article



Bat file. If Reg Key exists than goto...

I'm assuming the end result is you want to confirm it is installed? I don't think you can check without opening the registry. If the question is true, just put in a statement to write a .txt file to...

View Article

Bat file. If Reg Key exists than goto...

UJSTech wrote:  Daniel Eaton wrote: one way would be  reg query HKLM\Software\Microsoft if %ERRORLEVEL% EQU 0 goto INSTALL  Reg query???  I learned something new!  

View Article

Bat file. If Reg Key exists than goto...

UJSTech wrote:  Daniel Eaton wrote: one way would be  reg query HKLM\Software\Microsoft if %ERRORLEVEL% EQU 0 goto INSTALL  Curse your fast fingers and my lack of coffee! I second that... there were...

View Article

Bat file. If Reg Key exists than goto...

Bob Beatty wrote: UJSTech wrote:  Daniel Eaton wrote: one way would be  reg query HKLM\Software\Microsoft if %ERRORLEVEL% EQU 0 goto INSTALL  Reg query???  I learned something new!   Ditto....... the...

View Article


Bat file. If Reg Key exists than goto...

Daniel, Thanks it worked like a champ. I did add a CLS command to clear all the reg keys it displays...  reg query HKLM\Software\Microsoft\ if %ERRORLEVEL% EQU 0 goto VIRTUAL if %ERRORLEVEL% EQU 1...

View Article

Bat file. If Reg Key exists than goto...

  You can also keep the output from being displayed by adding >nul reg query HKLM\Software\Microsoft\>nul I also want to point out that if your reg command screws up(I.E. doesn't return a...

View Article

Re: Bat file. If Reg Key exists than goto...

@echo off reg query \\10.0.15.128\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProxyTestService\Parameters if %ERRORLEVEL% EQU 0 goto VIRTUAL if %ERRORLEVEL% EQU 1 goto PHYSICAL :PHYSICAL CLS...

View Article


Bat file. If Reg Key exists than goto...

Add one more goto for when both conditions fail:Textif %ERRORLEVEL% EQU 0 goto VIRTUAL if %ERRORLEVEL% EQU 1 goto PHYSICAL GOTO END Then at the end of the script, something likeText:END ECHO...

View Article


Bat file. If Reg Key exists than goto...

Thank you Aron for your reply, I succeed this issue by following way. @echo off :: Author: Jayaram Prasad :: This script initially check for registry entry of given service and if entry not available...

View Article

Bat file. If Reg Key exists than goto...

Appreciate the update, I'm sure it'll help others out in the future.

View Article

Bat file. If Reg Key exists than goto...

Thanx Aaron.

View Article

Bat file. If Reg Key exists than goto...

You can shorten it further:Textreg query HKLM\some\registry\key && goto ABC || goto DEF It will go to ABC when key is found, and to DEF when not. Just mentioning.

View Article


Bat file. If Reg Key exists than goto...

Thanks Daniel Eaton, works like a charm, and thanks UJSTEch for the added tip of hiding the output, you guys are the best.

View Article

Bat file. If Reg Key exists than goto...

Hi Guys,How to count the number of folders in a particular path in a registry.EX  - HKLM\software\..The software folders contains three folders like 01, 02, 03.Please help me on this.Thanks,

View Article


Bat file. If Reg Key exists than goto...

BatchfileREG QUERY HKLM\Software|FIND /C "H" 

View Article

Bat file. If Reg Key exists than goto...

mohamedhussain wrote:Hi Guys,How to count the number of folders in a particular path in a registry.It's rude to hijack someone else's topic, especially when your problem is completely different. You...

View Article


Bat file. If Reg Key exists than goto...

This is an old threar, but what am i missing?REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{58D47F5C-618E-11E2-8D25-74C36188709B} && goto 520987719 ||...

View Article

Bat file. If Reg Key exists than goto...

Or this:REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{58D47F5C-618E-11E2-8D25-74C36188709B}"IF %errorlevel%=="0" GOTO 520987719:520987719MsiExec.exe...

View Article

Bat file. If Reg Key exists than goto...

There's no "goto end". In both cases install part is not skipped when condition is not met.

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>