Lines Matching full:echo
2 @echo off
7 echo.
8 echo Hello, I'm the installationscript for %PACKAGENAME%.
9 echo.
13 echo.
14 echo I'm checking your system for fedC
16 echo YES, I found a fedC-installation!
19 echo I could not find a fedC-installation.
24 echo.
25 echo I'm checking your system for wizC
27 echo YES, I found a wizC-installation!
30 echo I could not find a wizC-installation.
34 echo.
35 echo.
36 echo I could not find a FED C-compiler installation on your system.
37 echo.
38 echo Perhaps I got confused because you installed fedC or wizC in a non-default directory.
39 echo If this is the case, please change the path at the top of this install-script.
40 echo After that rerun the script and I will be happy to try again.
41 echo.
46 echo.
47 echo.
53 echo The FED installationdirectory "%FED%"
54 echo contains no Libs subdirectory. This is weird!
55 echo.
56 echo Installation is aborted, sorry...
61 echo I am about to install %PACKAGENAME%
62 echo into directory %FEDLIBSUSER%
63 echo.
64 echo Press 'enter' to let me do my thing
65 echo Press 'ctrl-c' to stop me
67 echo.
68 echo Installing...
72 echo.
73 echo Removing ReadOnly attributes
90 echo Done
93 echo.
94 echo Creating directories (if necessary)...
101 echo Done
104 echo.
105 echo Copying Files...
107 echo Modules...
115 echo Drivers...
120 echo Headers...
132 echo Done
136 echo.
137 echo Setting files to ReadOnly
154 echo Done
158 echo.
159 echo The installation of %PACKAGENAME% is completed.
160 echo.
161 echo Please review the installation instructions as additional libraries
162 echo and fedC/wizC configuration settings may be needed for FreeRTOS
163 echo to function correctly.
169 echo.
170 echo.
171 echo Press 'enter' to close this window