Browse Source

change language

Noah 4 years ago
parent
commit
2c63c904df
1 changed files with 2 additions and 2 deletions
  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