Searched refs:regCmd (Results 1 – 1 of 1) sorted by relevance
42 String regCmd = null; in regSingletons() local49 …regCmd = progPath + "regsingleton " + path + "user" + File.separator + "uno_packages" + File.separ… in regSingletons()50 goodResult = command.exec( regCmd, env ); in regSingletons()54 …regCmd = quotedString( progPath + "regsingleton.exe" ) + " " + quotedString( path + "user" + File.… in regSingletons()55 goodResult = command.exec( regCmd,null ); in regSingletons()58 System.out.println("Regsingleton cmd failed, cmd: " + regCmd ); in regSingletons()
Completed in 10 milliseconds