home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / MArb92a.zip / Close.CMD < prev    next >
OS/2 REXX Batch file  |  1996-04-04  |  290b  |  11 lines

  1. /* REXX */
  2.  
  3. /*  Function     : When invoked, this function attempts to close the simple
  4.                    file.
  5.     Created      : February 10, 1996
  6.     Modifications:
  7. */
  8.     CALL STREAM "d:\MA_Development\Sample.Txt",,
  9.                 "C",,
  10.                 "CLOSE"
  11.     RETURN 1