diff --git a/deployment/win/create_archive.bat b/deployment/win/create_archive.bat
index 06902f502663f74180ca21132c842f14d606a6e4..b254e60e1d90aefac388912d423a83a701aa7088 100644
--- a/deployment/win/create_archive.bat
+++ b/deployment/win/create_archive.bat
@@ -2,7 +2,7 @@
 REM create a zip archive for deployment on windows
 REM no regisrty entries
 REM no PATHs will be changed except in the DNG session
-set inst_dir=openstructure1.0.0a1_1885
+set inst_dir=openstructure1.0.0a1_2381
 set archive_name=OpenStructureWin32
 if exist "%inst_dir%" rmdir /S /Q "%inst_dir%" 
 if exist %archive_name%.zip del %archive_name%.zip*.*
diff --git a/deployment/win/dng.bat b/deployment/win/dng.bat
new file mode 100644
index 0000000000000000000000000000000000000000..388e79e936dc18abd87c3902f3819b44a22f4869
--- /dev/null
+++ b/deployment/win/dng.bat
@@ -0,0 +1,23 @@
+@ECHO OFF
+REM ------------------------------------------------------------------------------
+REM This file is part of the OpenStructure project <www.openstructure.org>
+REM
+REM Copyright (C) 2008-2010 by the OpenStructure authors
+REM
+REM This library is free software; you can redistribute it and/or modify it under
+REM the terms of the GNU Lesser General Public License as published by the Free
+REM Software Foundation; either version 3.0 of the License, or (at your option)
+REM any later version.
+REM This library is distributed in the hope that it will be useful, but WITHOUT
+REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+REM FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+REM details.
+REM
+REM You should have received a copy of the GNU Lesser General Public License
+REM along with this library; if not, write to the Free Software Foundation, Inc.,
+REM 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+REM ------------------------------------------------------------------------------
+REM Windows startup script for a protein-centric user interface
+REM Author: Juergen Haas
+
+call "%~dp0\bin\dng.bat" %*