Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for regedit_2000.bat

(view source code of regedit_2000.bat as plain text)

  1. @ECHO OFF
  2. :: Open Windows 2000's REGEDIT.EXE in the "classic"
  3. :: view instead of at the last accessed key.
  4. ::
  5. :: Uses REGEDIT.VBS from the Windows Scripting Guide
  6. :: http://www.winguides.com/scripting/
  7. ::
  8. :: Place both files in %WinDir%\System32, or
  9. :: somewhere else in the PATH before REGEDIT.EXE.
  10.  
  11. CSCRIPT //NoLogo "%~dpn0.vbs"
  12.  

page last modified: 2024-04-16; loaded in 0.0175 seconds