home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / network / rexxlan / smples30 / about.cmd next >
OS/2 REXX Batch file  |  1993-12-08  |  1KB  |  25 lines

  1. /* ********************************************************************* */
  2. /*                                                                       */
  3. /*   File:       ABOUT.CMD                                               */
  4. /*   Version:    1.0                                                     */
  5. /*   Date:       1.7.1993                                                */
  6. /*                                                                       */
  7. /*   (c) EDV Beratung L. Braeuer, 1993                                   */
  8. /*                                                                       */
  9. /*   Purpose:    Retrieve personal information of REXXLAN/2 copy         */
  10. /*                                                                       */
  11. /* ********************************************************************* */
  12.  
  13. /*                                                                       */
  14. /*  Initialize REXXLAN                                                   */
  15. /*                                                                       */
  16. call rxfuncadd NetLoadFuncs, RXLAN30, NetLoadFuncs
  17. CALL NetLoadFuncs
  18.  
  19. CALL NetRexxVersion( 4 )
  20.  
  21. /*                                                                       */
  22. /* free REXXLAN resources                                                */
  23. /*                                                                       */
  24. CALL Netdropfuncs
  25.