From 78abd5fd98bbdd457e017f8acc316c0fd22eff80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Thu, 9 Jul 2009 16:28:05 +0000 Subject: =?UTF-8?q?grmpf=20=E2=80=A6=20die=20Sache=20mit=20der=20inkludier?= =?UTF-8?q?ten=20custom.ahk=20ist=20auf=20meinem=20Mist=20gewachsen.=20der?= =?UTF-8?q?=20CMD.EXE-Befehl=20REN=20erlaubt=20nicht=20die=20Angabe=20von?= =?UTF-8?q?=20Laufwerk=20und=20Pfad=20f=C3=BCr=20das=20Ziel.=20Warum=20das?= =?UTF-8?q?=20bisher=20nicht=20aufgefallen=20ist=20(ein=20Syntaxfehler=20w?= =?UTF-8?q?ird=20sowieso=20ausgegeben),=20ist=20mir=20nicht=20klar.?= 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(-) 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