summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/bin/iceca.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/bin/iceca.bat b/cpp/bin/iceca.bat
new file mode 100755
index 00000000000..ac46d282fc5
--- /dev/null
+++ b/cpp/bin/iceca.bat
@@ -0,0 +1,13 @@
+@echo off
+REM **********************************************************************
+REM
+REM Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
+REM
+REM This copy of Ice is licensed to you under the terms described in the
+REM ICE_LICENSE file included in this distribution.
+REM
+REM **********************************************************************
+
+REM .bat wrapper for iceca python script. Assumes python is in your PATH.
+
+@python %~dp0iceca %*