Form1 Form1 0 0 383 480 KCDlister Label1 10 10 110 20 <b>Choose device</b> ExecButton4 10 140 110 25 &Close @exec(eject -t) ExecButton3_2 250 140 110 25 &Open @exec(eject) ExecButton3 130 140 110 25 &Read && Eject @TextEdit1.setText( @execBegin eject -t @ListBox1.selection mount @ListBox1 MOUNTPOINT=`cat /etc/fstab | grep @ListBox1 | cut -d: -f2 | awk '{print $2}'` ls $MOUNTPOINT umount @ListBox1 eject @ListBox1 @execEnd ) Label2 10 170 64 20 <b>Content</b> TextEdit1 10 190 360 280 true ListBox1 10 30 350 90 @exec(cat /etc/fstab | grep rom | cut -d: -f2 | awk '{print $1}') @widgetText ListBox1 widgetOpened() ListBox1 populate()