Quellcode durchsuchen

change language

Noah vor 4 Jahren
Ursprung
Commit
2c63c904df
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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
 	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\
 
 
@@ -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	........to your Path variable manually (sorry, but this just is how Windows works).
 echo.
-pause
+pause