grmpf … die Sache mit der inkludierten custom.ahk ist auf meinem Mist gewachsen. der CMD.EXE-Befehl REN erlaubt nicht die Angabe von Laufwerk und Pfad für das Ziel. Warum das bisher nicht aufgefallen ist (ein Syntaxfehler wird sowieso ausgegeben), ist mir nicht klar.

This commit is contained in:
mösi 2009-07-09 16:28:05 +00:00
parent cb92155858
commit cd8c757b7c
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@ del "%outdir%\neo20-r*.exe" 2> nul
set fnahk=%srcdir%\neo20-all.ahk
if exist "%customahk%" (
ren "%customahk%" "%customahkbuild%"
move "%customahk%" "%customahkbuild%"
)
echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
if exist "%customahkbuild%" (
ren "%customahkbuild%" "%customahk%"
move "%customahkbuild%" "%customahk%"
)
echo Driver Update complete! You can now close this log-window.