FuryCell Posted June 20, 2007 Posted June 20, 2007 (edited) RegLaunch is a small script whose purpose is to launch RegEdit in the specified key. The key can either be specified as a command line parameter or , if no parameter is specified , an input box will popup for which to type the key in. Despite being only 55 lines I find it quite useful. Hope others find it useful as well. It also has support for the command line.RegLaunch.au3Reg.ico Edited June 21, 2007 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Obi-w00t Posted June 20, 2007 Posted June 20, 2007 I can see this being very useful - thanks for sharing!
FuryCell Posted June 21, 2007 Author Posted June 21, 2007 (edited) I can see this being very useful - thanks for sharing!Thanks for the reply. Glad you like the app. Edited June 21, 2007 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
MirekFr Posted June 21, 2007 Posted June 21, 2007 Very big thanks !!!!!! just : Dim $sKey = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit", "LastKey") $sKey = StringTrimLeft($sKey,StringInStr($sKey, "\")) MirekFr
FuryCell Posted June 22, 2007 Author Posted June 22, 2007 (edited) Very big thanks !!!!!!Your welcome. just :Dim $sKey = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit", "LastKey")$sKey = StringTrimLeft($sKey,StringInStr($sKey, "\"))MirekFr I don't see whats wrong with the original code. can you go into detail about the problem? Edited June 22, 2007 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now