diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-14 20:12:32 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-14 20:12:32 +0000 |
commit | 4f72eba5c94c1f0062d62e2927f4f93a07ca12c2 (patch) | |
tree | 0ee0cb8742874f24ffd649092b05644b79ddce37 /cpp/bin | |
parent | Removed Ice.OA and Ice version (diff) | |
download | ice-4f72eba5c94c1f0062d62e2927f4f93a07ca12c2.tar.bz2 ice-4f72eba5c94c1f0062d62e2927f4f93a07ca12c2.tar.xz ice-4f72eba5c94c1f0062d62e2927f4f93a07ca12c2.zip |
.bat file for iceca python script
Diffstat (limited to 'cpp/bin')
-rwxr-xr-x | cpp/bin/iceca.bat | 13 |
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 %*
|