Skip to content

Instantly share code, notes, and snippets.

@luxuia
Created December 13, 2018 08:18
Show Gist options
  • Save luxuia/fea8df40563b63218f2226c49e4d5827 to your computer and use it in GitHub Desktop.
Save luxuia/fea8df40563b63218f2226c49e4d5827 to your computer and use it in GitHub Desktop.
set_path by bat.bat
@echo off
::设置要永久加入到path环境变量中的路径
set My_PATH=D:\a2_game\game_res\config\convertor\tools\lua\
set PATH=%PATH%;%My_PATH%
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v "Path" /t REG_EXPAND_SZ /d "%PATH%" /f
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment