Database Blog
Showing posts with label
Batch Script
.
Show all posts
Showing posts with label
Batch Script
.
Show all posts
Friday, 26 September 2014
Read Registry Value Using Java - Get Oracle Home From Regedit In Java
›
import java.io.*; public class RegQuery { public static String executeRegistryQuery(String query, String regToke) { try { ...
Find value of registry key in a bat file
›
@echo off set THEME_REGKEY=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\AutoDiscover set THEME_REGVAL=ameritech.net REM Check f...
›
Home
View web version