home *** CD-ROM | disk | FTP | other *** search
- set vol `RequestChoice TITLE "Amiga Format CD: Extract DMS file" BODY "Extract DMS file to which volume?"GADGETS "DF0:|DF1:|DF2:|FF0:|Cancel"`
-
- if $vol eq 1
- dms write af105b.DMS to DF0:
- endif
-
- if $vol eq 2
- dms write af105b.DMS to DF1:
- endif
-
- if $vol eq 3
- dms write af105b.DMS to DF2:
- endif
-
- if $vol eq 6
- dms write af105b.DMS to FF0:
- endif
-