Lindrian commented on a Page, Explorer w/ dialog  -  Apr 24, 2007

Does hte job, clean and nice. Although, you could work through the dialog a little, and improve the coding of it. (It does the job, but could be remade to look more professional etc).

Also, a tip for the aliases:

instead of

alias exdialog {
  dialog -m Explorer Explorer
}

use

alias exdialog {
 if (!$dialog(explorer)) {
  dialog -m Explorer Explorer
  }
}

Just to avoid any errors ;p.

I didnt test it indeeph really, just generally.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.