Hexxit v9.0a multiple files notes:

  Drop down menu for file selections now contains
  selections for OpenNewFile, ViewFiles, CloseFile, and CloseAllFiles.

Keys for multiple file functions:

  Alt-N  -  Open new file.

  Alt-V  -  View files.

  Alt-W  -  Close file.

  Alt-X  -  Close all files and exit.

  F6   -  Goto next file.
    Also: Ctrl-F6, Alt-Right.

  F7   -  Goto previous file.
    Also: Ctrl-F7, Alt-Left, Alt-BackSpace.

  F8   -  Load file.
    Also: Ctrl-F8,.

  F9   -  Close file.
    Also: Ctrl-F9.

  F10  -  View files.
    Also: Alt-F10.

   |  -  Goto first file.

   #  -  Goto last file.

  BackSpace, <  -  Goto previous file.

   >  -  Goto next file.

  Alt-0  -  Close all files.

  Alt-1 to Alt-9  -  Select specific file.

  Alt-F1 to Alt-F9  -  Select specific file.

  Ctrl-Keypad-5/Ctrl-F5  -  Search all currently loaded filenames.

End keys list.

  Up to 15 files can be loaded per hexedit process.

  Up to 10 hexedit processes can be concerrently run.

  Closing a file removes it from the view file queue and packs the
  remaining file handles. Opening a new file adds it to the end of
  the file queue.

  Selection for loading a file starts the file menu box. Closing the
  last file starts the file menu box. If the file menu box returns
  without a filename, and no files are loaded, program exits to the
  DOS prompt.

  Multiple files may be specified on the command and may contain wildcard
  characters ? and *. Filename prepended with @ symbol contains filelist.

  Filenames in filelist may contain characters ? and *.

  Network paths may be specified if the drive letter is not prepended, and
  the path is specified:

    \\serv1\c\

  where \\serv1 is the computer name in a workgroup, and \c is the shared
  drive or shared name, for example:

    Hexedit \\serv1\c\dos\*.com

  Server name may be IP address, for example:

    Hexedit "\\192.168.0.100\c\dos\*.com"

-end-
