Display the PATH environment variable echo %PATH% PATH=xxxxxxx // Append a directory in front of the existing PATH set PATH=c:\myBin;%PATH% PATH=c:\myBin ...
確定! 回上一頁