i have an unzip.exe file. i want to register it to environment variable such that when ever user type unzip in his command prompt he/she can use unzip.exe file. I what to do this using Command prompt. how should i do this.
Yes something like setx i have tried 'setx path C:\mypath' but above code replacing existing path values at the same time i what a command to remove this path from environment variable
setxcommand, built into Windows 7 or available on older versions with the Resource Kit.%PATH%:setx path ^%PATH^%;C:\mypath.