瀏覽代碼

change language

Noah 5 年之前
父節點
當前提交
2c63c904df
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      win-installer.bat

+ 2 - 2
win-installer.bat

@@ -5,7 +5,7 @@ if not exist "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin" (
 	mkdir "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin" || goto adminError
 	mkdir "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin" || goto adminError
 	echo folder "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin" has been created.
 	echo folder "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin" has been created.
 )
 )
-:: add g++ to path (only in this session)
+:: add g++ to path variable (only in this session)
 set PATH=%PATH%;C:\MinGW\bin\
 set PATH=%PATH%;C:\MinGW\bin\
 
 
 
 
@@ -53,4 +53,4 @@ echo 	tibasicc has been successfully installed.
 echo 	But now you need to add "%HOMEDRIVE%\MinGW\bin" and "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin"
 echo 	But now you need to add "%HOMEDRIVE%\MinGW\bin" and "%HOMEDRIVE%\Program Files (x86)\tibasicc\bin"
 echo	........to your Path variable manually (sorry, but this just is how Windows works).
 echo	........to your Path variable manually (sorry, but this just is how Windows works).
 echo.
 echo.
-pause
+pause