From 6d0b9db7e1dfa23ee0204b0a57847c4126e2500a Mon Sep 17 00:00:00 2001 From: dennis Date: Sat, 10 Jan 2009 16:33:14 +0000 Subject: =?UTF-8?q?Der=20=C2=BBalte=C2=AB=20AHK-Treiber=20ist=20als=20?= =?UTF-8?q?=C2=BBdeprecated=C2=AB=20einzustufen.=20Der=20Namenswechsel=20d?= =?UTF-8?q?es=20Verzeichnis=20soll=20dies=20wiederspielen=20und=20eventuel?= =?UTF-8?q?le=20=C2=BBGewohnheitsfehler=C2=AB=20vermeiden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1423 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Build-Update.bat | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 windows/autohotkey/Build-Update.bat (limited to 'windows/autohotkey/Build-Update.bat') diff --git a/windows/autohotkey/Build-Update.bat b/windows/autohotkey/Build-Update.bat deleted file mode 100644 index c8efd57..0000000 --- a/windows/autohotkey/Build-Update.bat +++ /dev/null @@ -1,30 +0,0 @@ -@echo off - -echo Setting local path variables -REM The path to the Auto Hotkeyprogram: -set ahk=C:\Programme\AutoHotkey -REM The path to the authohotkey directory in the local svn copy: -set svn=. -REM The filename of the joined script: -set fn=neo20 - -rem echo Killing the old (AHK)Driver -rem tskill %fn% - -echo Creating a new joined script from the Source code -cd "%svn%\Source" -REM The order *is* important! -copy "Warning.ahk" + "Global-Part.ahk" + "Methods-Layers.ahk" + "Keys-Qwert-to-Neo.ahk" + "Keys-Neo.ahk" + "Keys-Numbers.ahk" + "Keys-Special.ahk" + "Keys-Numpad.ahk" + "Keys-DeadKeys.ahk" + "Methods-Lights.ahk" + "Methods-Other.ahk" + "Compose.ahk" + "Methods-Unicode.ahk" + "Methods-ScreenKeyboard.ahk" "..\%fn%.ahk" -cd.. - -echo Compiling the new Driver using Autohotkey -"%ahk%\Compiler\Ahk2Exe.exe" /in "%svn%\%fn%.ahk" /out "%svn%\%fn%.exe" /icon "%svn%\neo.ico" - -echo Driver Update complete! You can now close this log-window. - -REM Start the new Driver -rem %fn%.exe - -REM wie kann man hier mit der Skriptabarbeitung weitermachen? Unter Windows XP scheint es nicht möglich zu sein, dies mit "Bordmitteln" zu erreichen, es gibt hierfür jedoch extere Programme, etwa: -REM Start the new driver asynchronously, using "Hidden Start" (hstart.exe) from http://www.ntwind.com/software/utilities/hstart/ -REM hstart.exe /NOCONSOLE /D="." "%fn%.exe" \ No newline at end of file -- cgit v1.2.3