home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / bro / vols < prev    next >
Encoding:
Text File  |  1999-03-04  |  325 b   |  17 lines

  1. echo >t:vols.sel ""
  2.  
  3. assign >env:vols vols
  4. chopline vols line
  5. change >nil: file env:vols from " [Mounted]" to ""
  6.  
  7. lab elon
  8.     chopline vols line
  9.     if "$line" eq "EOF"
  10.         unsetenv line
  11.         unsetenv vols
  12.         quit
  13.     endif
  14.     echo >>t:vols.sel "button @$line:@ exec @execute sel:bro/makebrowser *"$line:*"@ load t:file.sel"
  15. skip back elon
  16.  
  17.