home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v4 / arexx / konfig.rexx < prev    next >
OS/2 REXX Batch file  |  1994-09-30  |  304b  |  14 lines

  1. /* Directory Opus REXX Script */
  2.  
  3. /* ARexx-Skript zum Schließen von Fenstern auf */
  4. /* dem DOPUS-Screen und nachfolgendem Start    */
  5. /* des Konfigurations-Programms                */
  6.  
  7. /* In die nächste Zeile für "Shell" Fensternamen eingeben */
  8.  
  9. address command 'closewindow DOPUS.1 Shell'
  10.  
  11. configure
  12.  
  13.  
  14.