summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Build-Update.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/Build-Update.bat')
-rw-r--r--windows/autohotkey/Build-Update.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/autohotkey/Build-Update.bat b/windows/autohotkey/Build-Update.bat
index d4f7470..90dce4f 100644
--- a/windows/autohotkey/Build-Update.bat
+++ b/windows/autohotkey/Build-Update.bat
@@ -27,4 +27,7 @@ echo Driver Update complete! You can now close this log-window.
REM Start the new Driver
%fn%.exe
-rem wie kann man hier mit der Skriptabarbeitung weitermachen? \ No newline at end of file
+rem wie kann man hier mit der Skriptabarbeitung weitermachen?
+rem Unter Windows XP scheint es nicht möglich zu sein, dies mit "Bordmitteln" zu erreichen, es gibt hierfür jedoch extere Programme, etwa
+REM echo Start the new driver asynchronously, using "Hidden Start" (hstart.exe) from http://www.ntwind.com/software/utilities/hstart/
+REM hstart.exe /NOCONSOLE /D="%exe%" "%exe%\%fn%.exe" \ No newline at end of file