home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / XE_V40.ZIP / XE.HLP < prev    next >
Text File  |  1993-12-09  |  10KB  |  355 lines

  1. HELP
  2.  
  3.  Help on Help
  4.  
  5.  Once in help (like you are now), the following commands
  6.  are available :
  7.  
  8.  F1 - Help on Help (this screen)
  9.  F2 - An ~index` (keywords) for items in the help file
  10.  F3 - Goto the previous screen (limited)
  11.  F5 - Zoom/Unzoom the help screen
  12.  
  13.  Arrow keys     - Scroll the help screen contents left,
  14.                    right, up and down
  15.  TAB / SHFT+TAB - Highlight the next/previous visible
  16.                    keyword
  17.  PAGEUP/DOWN    - Move up and down a page at a time
  18.  HOME/END       - Goto the beginning/end of the help
  19.                    info for the current item
  20.  ENTER          - Get help on a highlighted keyword
  21.  ESC            - Exits help
  22. /
  23. INDEX
  24.  
  25.   Index for heXEdit
  26.  
  27.  ~Help` on Help             ~About`
  28.  ~Search`                   ~Edit`ing
  29.  Search ~again`             ~Load` a new file
  30.  ~View`ing                  ~Goto` offset
  31.  ~Shellout`                 ~Mark`er stack
  32.  ~Base` conversion          Goto marked ~position`
  33.  ~Clear` marker stack       ~Retrieve` position
  34.  ~ASCII` chart              ~Colors`
  35.  
  36. /
  37. ABOUT
  38.  
  39.  heXEdit  v4.0  ^^  Rob Stuntz       12-9-93
  40.  
  41.  If you have any questions or comments I can be
  42.  reached at one of these spots :
  43.  
  44.  1. CompuServe
  45.     address : 71043,117
  46.  
  47.  2. GEnie
  48.     address : R.STUNTZ
  49.  
  50.  3. and of course the good ole' U.S. Postal Service at
  51.  
  52.     Rob Stuntz
  53.     565 Dorothy Dr.  Apt. 1
  54.     Des Plaines, IL.  60016
  55.     U.S.A.
  56.  
  57. /
  58. VIEW
  59.  
  60.  Viewing Commands
  61.  
  62.  F1      - ~Help`
  63.  A/Alt+A - Show ~ASCII` chart
  64.  B/Alt+B - ~Base` conversion
  65.  C       - Set ~Colors` (color adapters)
  66.  D/H/O   - Display offset #'s as Dec/Hex/Oct
  67.  Alt+D   - ~Shellout` to DOS/other prog
  68.  E       - ~Edit` the file
  69.  G       - ~Goto` offset
  70.  L       - ~Load` a new file
  71.  M       - Push position on ~mark`er stack
  72.  N       - Search ~again`
  73.  R       - ~Retrieve` position from marker stack
  74.  S       - ~Search` the file
  75.  Z       - ~Clear` all entries from marker stack
  76.  Alt+1 thru Alt+9 - Goto marked ~position`
  77.  
  78.  /       - Scroll up/down 1 line
  79.  PGUP/PGDN - Scroll up/down 1 page
  80.  HOME/END  - Go to beg/end of file
  81.  ESC/Alt-X - Quit heXEdit
  82.  
  83. /
  84. ASCII
  85.  
  86.    ASCII Chart
  87.  
  88.    A / Alt+A
  89.  
  90.  ASCII chart commands
  91.  
  92.  LEFT arrow key  - go back 16 characters
  93.  RIGHT arrow key - go forward 16 characters
  94.  PAGEUP          - go back 128 characters
  95.  PAGEDOWN        - go forward 128 characters
  96.  D               - display numbers in decimal
  97.  H               - display numbers in hexadecimal
  98.  ESC or ENTER    - exits ASCII chart
  99.  
  100. /
  101. BASE
  102.  
  103.    Base Convert
  104.  
  105.    B / Alt+B
  106.  
  107.  Convert a number from either decimal, hexadecimal or
  108.  binary to the other two.
  109.  
  110.  Base convert commands
  111.  
  112.  UP/DOWN arrow keys - select the base of the input number
  113.  ENTER              - convert the number
  114.  ESC                - exit the base convert routine
  115.  
  116. /
  117. COLORS
  118.  
  119.    Set Colors
  120.  
  121.    C
  122.  
  123. Select the area you want to change the color in by
  124.  pressing a letter 'A' thru 'O'. A colorbox of all
  125.  possible colors will appear. The current color of the
  126.  item you selected will have two white bars on either
  127.  side of an 'X'. You can now move those white bars
  128.  around with the arrow keys to select a new color. With
  129.  the white bars around the color scheme you want, press
  130.  ENTER. If you change your mind and don't want to change
  131.  the color after all, press ESC.
  132.  
  133.  Color change commands
  134.  
  135.  F1        - get ~help`
  136.  A-O       - select the area you want to change
  137.  S         - save the currently selected colors to XE.EXE
  138.  ESC/ENTER - exit the color change screen
  139.  
  140. /
  141. EDIT
  142.  
  143.    Editing
  144.  
  145.    E
  146.  
  147.  Edit commands
  148.  
  149.  F1              - get ~help`
  150.  Alt+A           - displays the ~ASCII` chart
  151.  Alt+B           - ~base` number conversion
  152.  Alt+D           - ~Shellout` to DOS/other prog
  153.  
  154.  BackSpace/LEFT arrow  - move cursor left 1 byte
  155.  RIGHT arrow     - move cursor right 1 byte
  156.  PAGEUP          - move cursor to first line on page
  157.  PAGEDOWN        - move cursor to last line on page
  158.  HOME            - move cursor to beginning of line
  159.  END             - move cursor to end of line
  160.  TAB             - toggle cursor position between the
  161.         hexadecimal display and the ASCII display of the
  162.         file. The above editing commands will move the
  163.         cursor within the area the cursor is in.
  164.         You can edit the file making changes in both
  165.         areas at the same time, if so desired.
  166.  
  167.  ENTER           - quit editing. If you made changes to
  168.         whole bytes you will be prompted to save the
  169.         changes or not. Press 'Y' to save the changes or
  170.         'N' to lose the changes. Only the portion of the
  171.         file that is in memory is actually saved. So
  172.         don't worry about waiting for a long save if you
  173.         are editing a large file. You are then returned
  174.         to the View mode.
  175.  
  176.  ESC             - quit editing. If you made changes to
  177.         whole bytes you will be prompted to discard the
  178.         changes or not. Press 'Y' to discard the changes
  179.         and return to view mode, or 'N' to return to edit
  180.         mode.
  181.  
  182.  After pressing either ENTER or ESC (as above), you can
  183.  press ESC to cancel the request and return to edit mode.
  184.  
  185. /
  186. GOTO
  187.  
  188.    Goto offset
  189.  
  190.    G
  191.  
  192.  You are prompted for an offset to go to. You can enter
  193.  either a decimal number, hexadecimal number or view any
  194.  offsets in history by pressing 'H'. Preceed hexadecimal
  195.  numbers with a '$' character. If you press ESC while
  196.  entering a number you will be placed back in the ~View`
  197.  mode with no repositioning taking place. If you press
  198.  ESC while viewing history items, you will be placed back
  199.  in the input offset prompt. The BACKSPACE key can be
  200.  used to edit your entry. If you enter an offset that is
  201.  beyond the End-Of-File (or < 0) you will be prompted
  202.  again for a number.
  203.  
  204.  /
  205.  LOAD
  206.  
  207.    Loading files
  208.  
  209.    L
  210.  
  211.  Loadfile box commands
  212.  
  213.  UP/DOWN arrows  - move highlight bar one file at a time
  214.  PAGEUP/PAGEDOWN - move a page at a time
  215.  HOME/END        - move to beginning/end of file list
  216.  ENTER           - load the highlighted file or change
  217.                    directories or change drives
  218.  ESC             - exit without loading
  219.  
  220.  F5 - toggles the Archive bit
  221.  F6 - toggles the System bit
  222.  F7 - toggles the Hidden bit
  223.  F8 - toggles the Read_Only bit
  224.  
  225.  * on a subdirectory, only F7 is valid/allowed
  226.  
  227. /
  228. MARK
  229.  
  230.    The marker stack
  231.  
  232.    M
  233.  
  234.  Your current position in the file can be saved and then
  235.  retrieved later on.
  236.  
  237.  Your position is saved on a stack. If the stack is full
  238.  the oldest position will be deleted and the rest of the
  239.  entries will move down the stack to make room for the
  240.  new entry. The maximum number of positions you can save
  241.  is 100. Also, when your position is saved, it's
  242.  location on the stack is reported to you so you can see
  243.  how full the marker stack is.
  244.  
  245. /
  246. AGAIN
  247.  
  248.    Search again
  249.  
  250.    N
  251.  
  252.  ~Search` again using the last used search string. If
  253.  there is no previous search string, you will be
  254.  prompted, as if you pressed 'S', to enter a search
  255.  string.
  256.  
  257. /
  258. RETRIEVE
  259.  
  260.    Retrieve position
  261.  
  262.    R
  263.  
  264.  While ~view`ing the file, if you do this command you
  265.  will be moved to the location specified by the top
  266.  ~mark`er stack entry. Once you have been moved to the
  267.  new location, the entry you retrieved will be deleted
  268.  from the marker stack. If there are no markers on the
  269.  stack, then nothing will happen.
  270.  
  271. /
  272. POSITION
  273.  
  274.    Goto marked position
  275.  
  276.    Alt+1 thru Alt+9
  277.  
  278.  Using these commands will move you to a previously
  279.  ~mark`ed position without deleting the mark
  280.  information. The retrieve command 'R' moves you to the
  281.  last position and deletes the mark, using Alt+1 - Alt+9
  282.  does not delete the mark. Alt+1 moves you to the first
  283.  marked postion, Alt+2 moves you to the second marked
  284.  position, etc etc. If you try to move to a position
  285.  that has not been marked yet, nothing will happen
  286.  except a message telling you so.
  287.  
  288. /
  289. SEARCH
  290.  
  291.    Searching
  292.  
  293.    S
  294.  
  295.  Search the file for a byte or text sequence.
  296.  
  297.  You will be prompted for the type of search (B)yte,
  298.  (T)ext, or (H)istory.
  299.  
  300.  For a byte sequence, enter the bytes in hexadecimal
  301.  notation then press ENTER.  As with ~edit`ing, you must
  302.  enter a complete byte, for the search to work correctly,
  303.  although I don't check for that here.  You can use the
  304.  BACKSPACE key to go back and make corrections.  The
  305.  maximum length for a byte sequence is 9 bytes.
  306.  
  307.  For a text sequence, just type in the text to search
  308.  for, no quotes are needed, and press ENTER. The maximum
  309.  length for a text sequence is 25 characters. The search
  310.  is case insensitive.
  311.  
  312.  For a history item, use the UP and DOWN arrow keys to
  313.  scroll thru all items saved in history. When you've
  314.  found the item you want to search for, press ENTER.
  315.  Press ESC to go back to view mode.
  316.  
  317.  While XE is searching, you can press any key to
  318.  interrupt and stop the search.
  319.  
  320. /
  321. CLEAR
  322.  
  323.    Clear marker stack
  324.  
  325.    Z
  326.  
  327.  This command will delete all entries from the marker
  328.  stack.
  329.  
  330. /
  331. SHELLOUT
  332.  
  333.    Shellout to DOS or another program
  334.  
  335.    Alt+D
  336.  
  337.  This command will shell out to a DOS prompt or another
  338.  program.
  339.  
  340.  When this command is pressed, XE first looks for an
  341.  environment variable called XESHELL. If found, XE will
  342.  try to run the program name specified by that
  343.  environment variable.
  344.  
  345.  If XE does not find a value for XESHELL, it looks for
  346.  COMSPEC. COMSPEC is normally set to the command
  347.  processor COMMAND.COM.
  348.  
  349.  If COMMAND.COM is the program shelled to, typing EXIT
  350.  will return you to heXEdit. If XESHELL is used to run a
  351.  different program, exiting that program will return you
  352.  to heXEdit.
  353.  
  354. /
  355.