home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / pd / database / fiasco_1.1 / databases / faqs / runmost.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-04-30  |  213 b   |  11 lines

  1. /* RunMost.rexx
  2.  * Copyright © 1995 Nils Bandener
  3.  * Small script to open a Most window from ARexx in the Background
  4.  * $VER: RunMost.rexx 3.1 (28.12.95)
  5.  */
  6.  
  7. Parse Arg filename
  8.  
  9. Address MOST.0
  10. open file filename
  11.