Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for guienvironment.bat

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

  1. @ECHO OFF
  2. :: Use this batch file to edit NT 4's environment values in GUI mode
  3. :: Written by Rob van der Woude
  4. :: http://www.robvanderwoude.com
  5. ::
  6. :: Disclaimer: Changing environment variables may cause system failures!
  7. ::             Use this batch file entirely at your own risk.
  8. ::             Do not change any values unless you understand the
  9. ::             consequences.
  10. ::             Always make a full backup before changing any system settings.
  11.  
  12. START "Environment" RUNDLL32 SHELL32,Control_RunDLL "sysdm.cpl",,2
  13. GOTO:EOF
  14.  

page last modified: 2024-02-26; loaded in 0.0139 seconds