home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: DMSpopper.rexx 1.0 (97-03-07) Rudolph Riedel
- ** RRiedel@Amiga.ON-Luebeck.de
- **
- ** Only a silly example of what could be done in ARexx...
- */
-
- address DM
-
- openwindow 0 12 150 50 CMD
-
- Msg '"DMS File detected, choose option"'
-
- AddCmd "DMS Write FM0:,30,StdIO ""CON:0/11/720/501/DMS 2.20r/CLOSE""; Extern execute s:fm0 \C:DMS <* WRITE %s TO FM0: NOPAUSE NOVERIFY; StdIO CLOSE;closewindow"
- AddCmd "DMS Write FM1:,30,StdIO ""CON:0/11/720/501/DMS 2.20r/CLOSE""; Extern execute s:fm1 \C:DMS <* WRITE %s TO FM1: NOPAUSE NOVERIFY; StdIO CLOSE;closewindow"
- AddCmd "DMS Write FM2:,30,StdIO ""CON:0/11/720/501/DMS 2.20r/CLOSE""; Extern execute s:fm2 \C:DMS <* WRITE %s TO FM2: NOPAUSE NOVERIFY; StdIO CLOSE;closewindow"
- AddCmd "DMS Write FM3:,30,StdIO ""CON:0/11/720/501/DMS 2.20r/CLOSE""; Extern execute s:fm3 \C:DMS <* WRITE %s TO FM3: NOPAUSE NOVERIFY; StdIO CLOSE;closewindow"
- AddCmd "DMS View,30,StdIO ""CON:0/11/720/501/DMS View Window/CLOSE"";Extern C:DMS <* View %s;Wait;StdIO CLOSE;closewindow"
- AddCmd "DMS Test,30,StdIO ""CON:0/11/720/250/DMS Test Window/CLOSE"";Extern C:DMS <* Test %s;Wait;StdIO CLOSE;closewindow"
-