REM This file should be executed from the command line prior to the first\r
REM build. It will be necessary to refresh the Eclipse project once the\r
-REM .bat file has been executed (normally just press F5 to refresh.\r
+REM .bat file has been executed (normally just press F5 to refresh).\r
\r
REM Copies all the required files from their location within the standard\r
REM FreeRTOS directory structure to under the Eclipse project directory.\r
REM having to setup any linked resources.\r
\r
REM Have the files already been copied?\r
-IF EXIST FreeRTOS Goto END\r
+IF EXIST src\FreeRTOS Goto END\r
\r
REM Create the required directory structure.\r
MD src\FreeRTOS\r