Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- REM One file follows
- REM _AddThisFolderToPath.bat
- REM This batch file adds the folder the batch file is in to the user's path for future command prompts
- REM If the folder is already in the user's path the command is ignored
- Setx path "%path%;%~dp0"
- REM Optional add to the current path setting
- REM Set path "%path%;%~dp0"
- Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement