I want to add the default %AppDir% to the autoexec.bat file. The problem I see is that part of this uses the % and that is also part of the variable.
SET PATH=%PATH%;%AppDir%
So how to I do this?
SET PATH=%PATH%;%AppDir%
So how to I do this?
Comment