12345678910111213141516 |
- rem
- rem Licensed Materials - Property of IBM
- rem
- rem IBM Cognos Products: cpscrn
- rem
- rem
- rem (C) Copyright IBM Corp. 2005, 2016
- rem
- rem US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- rem
- REM Build solution for IBM Cognos Express (cx)
- @echo off
- ..\..\..\jre\bin\java -classpath "../../../bin/ant.jar;../../../bin/ant-launcher.jar" org.apache.tools.ant.Main -buildfile build_cx\build.xml%*
|