Placing the semicolon in the Windows PATH environment variable
environment-variables, windows
Solution
The first one. At least thats what Windows does on mine, so if Windows does it that way then that will probably be best :)
Problem
Where should the trailing semicolon in the Windows PATH environment variable be placed when adding a new folder? Is it - [oldPATH];C:\My Folder - [oldPATH]C:\My Folder; - [oldPATH];C:\My Folder; ? I saw different practices.