home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / pibterm / pibt41e3.zip / SHOWEXE3.SCR < prev    next >
Text File  |  1988-02-26  |  849b  |  18 lines

  1. ***************************************************************************
  2. *        S H O W E X E 3 . S C R  ---  Show script execution facility     *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  ShowExe3.Scr                                                *
  6. *                                                                         *
  7. *    Purpose: Invoked by SHOWEXEC.SCR.                                    *
  8. *                                                                         *
  9. ***************************************************************************
  10. *
  11. Import  MyA String
  12. *
  13. Declare MyC String
  14. *
  15. Message "Entered script ShowExe3"
  16. Set MyC = CONCAT( CONCAT( 'Value of A = <', MyA ), '>' )
  17. Message MyC
  18.