home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / datatl25.zip / DCTDSGN.Z / ewsbora.cmd < prev    next >
OS/2 REXX Batch file  |  1997-09-12  |  902b  |  15 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /* Program:  EWSBORA.CMD                                                    */
  4. /*                                                                          */
  5. /* Purpose:  TC Build script to invoke datatlas.exe                         */
  6. /*                                                                          */
  7. /* Note: It is preferable to specify datatlas.exe as the TC builder.        */
  8. /* The reason this REXX command is being provided is so that TC builders    */
  9. /* that were defined for DataAtlas Version 1 will continue to function.     */
  10. /****************************************************************************/
  11. parse arg parms
  12. env = 'OS2ENVIRONMENT'
  13. 'call datatlas ' /* Invoke Generate executable */
  14. exit rc
  15.