On 4 Oct 2010, at 17:36, Alex Hall wrote: > You said that some files seem to be hidden, and this is true. The most > noteable example is the entire Windows directory, which does not show > up anywhere! Very odd.
You can traverse into it though, all the same. Just "cd \windows" should suffice. Be also aware that wildcards (* and ?) don't match hidden files. To see those use the attrib command. For example, to get a complete list of Windows executables do: cd\windows attrib /s *.exe Progress, at last. Cheers, Sabahattin ___ Replies to this message will go directly to the sender. If your reply would be useful to the list, please send a copy to the list as well. To leave the BrailleNote list, send a blank message to [email protected] To view the list archives or change your preferences, visit http://list.humanware.com/mailman/listinfo/braillenote
