mail ran@krazynet.com to add questions to the FAQ.

I.	How do i create a bookmark?

	Create a file with 'server $address -l $login -p $pass'.
	Use the load command on the file.
	example:
		echo 'server localhost -l admin -p secret' >localadmin
		in hx, type '/load localadmin'

II.	How do i list a directory which contains '/' in it's name?

	Use the dirchar command to change the directory seperator.
	example:
		/dirchar :
		/ls 'New Files:Added 02/14/98'

III.	Where can i get a list of commands?

	Look in the man page or /commands.

