From 78abd5fd98bbdd457e017f8acc316c0fd22eff80 Mon Sep 17 00:00:00 2001 From: mösi Date: Thu, 9 Jul 2009 16:28:05 +0000 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1923 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/make-build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat index 1afffc3..0e7887d 100644 --- a/windows/neo-vars/src/make-build.bat +++ b/windows/neo-vars/src/make-build.bat @@ -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. -- cgit v1.2.3