OSDN Git Service

V208 corrected for line display with NOECHO
[fast-forth/master.git] / config / msp430 / CopySourceFileToTarget_SD_Card.bat
1 ::CopySourceFileToTarget_SD_Card.bat
2 ::used as link in any folder to drag and drop file.f or file.4th on it.
3
4 IF  /I "%~x1" == ".f" goto sendF
5
6 :send4th
7
8 start  SendSource.bat %1  NOECHO
9 ::PAUSE > NUL
10 exit
11
12
13 :sendF
14
15 call  Select.bat SelectTemplate
16
17 @start  CopyTo_SD_Card.bat %1 %~d1\config\gema\%template% %2
18
19 ::PAUSE > NUL
20 exit
21 :: %1 is file.f or file.4th to be send
22 :: optionnal %2 may be used by CopyTo_SD_Card.bat