home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / marb91c.zip / _MA_SCls.CMD next >
OS/2 REXX Batch file  |  1996-03-08  |  291b  |  10 lines

  1. /* REXX */
  2.     ThreadID = VRMethod("Application",,
  3.                         "GetThreadID")
  4.     CALL VRMethod "Application",,
  5.                   "GetVar",,
  6.                   "TreeSource."
  7.     CALL STREAM TreeSource.ThreadID,,
  8.                 "C",,
  9.                 "CLOSE"
  10.     RETURN 1