directory, at the main menu, using the DIR command. What I do is have a extern command "myfiles" so they can get a list of files in their home directory (without having to visit the files section). You could change it so that DIR did the same thing by editing the executable and changing "dir" to "#ir" (or something that couldn't be typed), and making an extern file called DIR. This is my extern file waffle/extern/myfiles: /access=0 /command="d:\waffle\bin\wafdir d:\user\%A" This is wafdir.exe (it just displays the directory passed to it in the standard Waffle directory format): [wafdir.exe was written by Sai, sai@tornado.welly.gen.nz]