home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / XE410.ZIP / XE.HLP < prev    next >
Text File  |  1994-02-16  |  11KB  |  415 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.  ~Command` Line Options     ~Environ`ment Variable
  29.  ~Search`                   ~Edit`ing
  30.  Search ~again`             ~Load` a new file
  31.  ~View`ing                  ~Goto` offset
  32.  ~Shellout`                 ~Mark`er stack
  33.  ~Base` conversion          Goto marked ~position`
  34.  ~Clear` marker stack       ~Retrieve` position
  35.  ~ASCII` chart              ~Colors`
  36.  
  37. /
  38. ABOUT
  39.  
  40.  heXEdit  v4.1  Rob Stuntz       2-16-94
  41.  
  42.  If you have any questions or comments I can be
  43.  reached at one of these spots :
  44.  
  45.  1. CompuServe
  46.     address : 71043,117
  47.  
  48.  2. GEnie
  49.     address : R.STUNTZ
  50.  
  51.  3. and of course the good ole' U.S. Postal Service at
  52.  
  53.     Rob Stuntz
  54.     565 Dorothy Dr.  Apt. 1
  55.     Des Plaines, IL.  60016
  56.     U.S.A.
  57.  
  58. /
  59. VIEW
  60.  
  61.  Viewing Commands
  62.  
  63.  F1      - ~Help`
  64.  A/Alt+A - Show ~ASCII` chart
  65.  B/Alt+B - ~Base` conversion
  66.  C       - Set ~Colors` (color adapters)
  67.  D/H/O   - Display offset #'s as Dec/Hex/Oct
  68.  Alt+D   - ~Shellout` to DOS/other prog
  69.  E       - ~Edit` the file
  70.  G       - ~Goto` offset
  71.  L       - ~Load` a new file
  72.  M       - Push position on ~mark`er stack
  73.  N       - Search ~again`
  74.  R       - ~Retrieve` position from marker stack
  75.  S       - ~Search` the file
  76.  Z       - ~Clear` all entries from marker stack
  77.  Alt+1 thru Alt+9 - Goto marked ~position`
  78.  
  79.  /       - Scroll up/down 1 line
  80.  PGUP/PGDN - Scroll up/down 1 page
  81.  HOME/END  - Go to beg/end of file
  82.  ESC/Alt-X - Quit heXEdit
  83.  
  84. /
  85. ASCII
  86.  
  87.    ASCII Chart
  88.  
  89.    A / Alt+A
  90.  
  91.  ASCII chart commands
  92.  
  93.  LEFT arrow key  - go back 16 characters
  94.  RIGHT arrow key - go forward 16 characters
  95.  PAGEUP          - go back 128 characters
  96.  PAGEDOWN        - go forward 128 characters
  97.  D               - display numbers in decimal
  98.  H               - display numbers in hexadecimal
  99.  ESC or ENTER    - exits ASCII chart
  100.  
  101. /
  102. BASE
  103.  
  104.    Base Convert
  105.  
  106.    B / Alt+B
  107.  
  108.  Convert a number from either decimal, hexadecimal or
  109.  binary to the other two.
  110.  
  111.  Base convert commands
  112.  
  113.  UP/DOWN arrow keys - select the base of the input number
  114.  ENTER              - convert the number
  115.  ESC                - exit the base convert routine
  116.  
  117. /
  118. COLORS
  119.  
  120.    Set Colors
  121.  
  122.    C
  123.  
  124. Select the area you want to change the color in by
  125.  pressing a letter 'A' thru 'O'. A colorbox of all
  126.  possible colors will appear. The current color of the
  127.  item you selected will have two white bars on either
  128.  side of an 'X'. You can now move those white bars
  129.  around with the arrow keys to select a new color. With
  130.  the white bars around the color scheme you want, press
  131.  ENTER. If you change your mind and don't want to change
  132.  the color after all, press ESC.
  133.  
  134.  Color change commands
  135.  
  136.  F1        - get ~help`
  137.  A-O       - select the area you want to change
  138.  S         - save the currently selected colors to XE.EXE
  139.  ESC/ENTER - exit the color change screen
  140.  
  141. /
  142. EDIT
  143.  
  144.    Editing
  145.  
  146.    E
  147.  
  148.  Edit commands
  149.  
  150.  F1              - get ~help`
  151.  Alt+A           - displays the ~ASCII` chart
  152.  Alt+B           - ~base` number conversion
  153.  Alt+D           - ~Shellout` to DOS/other prog
  154.  
  155.  BackSpace/LEFT arrow  - move cursor left 1 byte
  156.  RIGHT arrow     - move cursor right 1 byte
  157.  PAGEUP          - move cursor to first line on page
  158.  PAGEDOWN        - move cursor to last line on page
  159.  HOME            - move cursor to beginning of line
  160.  END             - move cursor to end of line
  161.  TAB             - toggle cursor position between the
  162.         hexadecimal display and the ASCII display of the
  163.         file. The above editing commands will move the
  164.         cursor within the area the cursor is in.
  165.         You can edit the file making changes in both
  166.         areas at the same time, if so desired.
  167.  
  168.  ENTER           - quit editing. If you made changes to
  169.         whole bytes you will be prompted to save the
  170.         changes or not. Press 'Y' to save the changes or
  171.         'N' to lose the changes. Only the portion of the
  172.         file that is in memory is actually saved. So
  173.         don't worry about waiting for a long save if you
  174.         are editing a large file. You are then returned
  175.         to the View mode.
  176.  
  177.  ESC             - quit editing. If you made changes to
  178.         whole bytes you will be prompted to discard the
  179.         changes or not. Press 'Y' to discard the changes
  180.         and return to view mode, or 'N' to return to edit
  181.         mode.
  182.  
  183.  After pressing either ENTER or ESC (as above), you can
  184.  press ESC to cancel the request and return to edit mode.
  185.  
  186. /
  187. GOTO
  188.  
  189.    Goto offset
  190.  
  191.    G
  192.  
  193.  You are prompted for an offset to go to. You can enter
  194.  either a decimal number, hexadecimal number or view any
  195.  offsets in history by pressing 'H'. Preceed hexadecimal
  196.  numbers with a '$' character. If you press ESC while
  197.  entering a number you will be placed back in the ~View`
  198.  mode with no repositioning taking place. If you press
  199.  ESC while viewing history items, you will be placed back
  200.  in the input offset prompt. The BACKSPACE key can be
  201.  used to edit your entry. If you enter an offset that is
  202.  beyond the End-Of-File (or < 0) you will be prompted
  203.  again for a number.
  204.  
  205. /
  206. LOAD
  207.  
  208.    Loading files
  209.  
  210.    L
  211.  
  212.  Loadfile box commands
  213.  
  214.  UP/DOWN arrows  - move highlight bar one file at a time
  215.  PAGEUP/PAGEDOWN - move a page at a time
  216.  HOME/END        - move to beginning/end of file list
  217.  ENTER           - load the highlighted file or change
  218.                    directories or change drives
  219.  ESC             - exit without loading
  220.  
  221.  valid filename  - 'hypersearch' jumps to file or
  222.  character         directory that begins with key
  223.                    pressed
  224.  
  225.  
  226.  F5 - toggles the Archive bit
  227.  F6 - toggles the System bit
  228.  F7 - toggles the Hidden bit
  229.  F8 - toggles the Read_Only bit
  230.  
  231.  * on a subdirectory, only F7 is valid/allowed
  232.  
  233. /
  234. MARK
  235.  
  236.    The marker stack
  237.  
  238.    M
  239.  
  240.  Your current position in the file can be saved and then
  241.  retrieved later on (with the 'R' command).
  242.  
  243. /
  244. AGAIN
  245.  
  246.    Search again
  247.  
  248.    N
  249.  
  250.  ~Search` again using the last used search string. If
  251.  there is no previous search string, you will be
  252.  prompted, as if you pressed 'S', to enter a search
  253.  string.
  254.  
  255. /
  256. RETRIEVE
  257.  
  258.    Retrieve position
  259.  
  260.    R
  261.  
  262.  While ~view`ing the file, if you do this command you
  263.  will be moved to the location specified by the top
  264.  ~mark`er stack entry. Once you have been moved to the
  265.  new location, the entry you retrieved will be deleted
  266.  from the marker stack.
  267.  
  268. /
  269. POSITION
  270.  
  271.    Goto marked position
  272.  
  273.    Alt+1 thru Alt+9
  274.  
  275.  Using these commands will move you to a previously
  276.  ~mark`ed position without deleting the mark
  277.  information. The retrieve command 'R' moves you to the
  278.  last position and deletes the mark, using Alt+1 - Alt+9
  279.  does not delete the mark. Alt+1 moves you to the first
  280.  marked postion, Alt+2 moves you to the second marked
  281.  position, etc etc.
  282.  
  283. /
  284. SEARCH
  285.  
  286.    Searching
  287.  
  288.    S
  289.  
  290.  Search the file for a byte or text sequence.
  291.  
  292.  You will be prompted for the type of search (B)yte,
  293.  (T)ext, or (H)istory.
  294.  
  295.  For a byte sequence, enter the bytes in hexadecimal
  296.  notation then press ENTER.  As with ~edit`ing, you must
  297.  enter a complete byte, for the search to work correctly,
  298.  although I don't check for that here.  You can use the
  299.  BACKSPACE key to go back and make corrections.  The
  300.  maximum length for a byte sequence is 9 bytes.
  301.  
  302.  For a text sequence, just type in the text to search
  303.  for, no quotes are needed, and press ENTER. The maximum
  304.  length for a text sequence is 25 characters. The search
  305.  is case insensitive.
  306.  
  307.  For a history item, use the UP and DOWN arrow keys to
  308.  scroll thru all items saved in history. When you've
  309.  found the item you want to search for, press ENTER.
  310.  Press ESC to go back to view mode.
  311.  
  312.  While XE is searching, you can press any key to
  313.  interrupt and stop the search.
  314.  
  315. /
  316. CLEAR
  317.  
  318.    Clear marker stack
  319.  
  320.    Z
  321.  
  322.  This command will delete all entries from the marker
  323.  stack.
  324.  
  325. /
  326. SHELLOUT
  327.  
  328.    Shellout to DOS or another program
  329.  
  330.    Alt+D
  331.  
  332.  This command will shell out to a DOS prompt or another
  333.  program.
  334.  
  335.  When this command is pressed, XE first looks for an
  336.  environment variable called XESHELL. If found, XE will
  337.  try to run the program name specified by that
  338.  environment variable.
  339.  
  340.  If XE does not find a value for XESHELL, it looks for
  341.  COMSPEC. COMSPEC is normally set to the command
  342.  processor COMMAND.COM. If neither environment
  343.  variable exists, you will receive an error message
  344.  stating so.
  345.  
  346.  If COMMAND.COM is the program shelled to, typing EXIT
  347.  will return you to heXEdit. If XESHELL is used to run a
  348.  different program, exiting that program will return you
  349.  to heXEdit.
  350.  
  351. /
  352. COMMAND
  353.  
  354.    Command Line Options
  355.  
  356.  Available command line options are as follows :
  357.  
  358.  1. /C  This option tells XE to use it's default color
  359.         set.
  360.  
  361.     /M  This option tells XE to use black and white
  362.         colors; for monochrome monitors.
  363.  
  364.  2. /? or /H  Either of these two options will display
  365.               a short message about the start-up syntax.
  366.  
  367.  3. /Lc[c[c]]
  368.  
  369.  The files and directories in the Loadfile box are sorted,
  370.  depending on the value of this option.
  371.  
  372.  c = U, D, F   N, E, S, T   A, Z
  373.  
  374.         (group 1)
  375.         U - unsorted; directory and file entries are
  376.             listed as they are read from the disk, then
  377.             list drive designators
  378.         D - put directory entries at the top of the list,
  379.             followed by files, then drive designators
  380.             (default)
  381.         F - put file entries at the top of the list,
  382.             followed by directories, then drive
  383.             designators
  384.  
  385.         (group 2)
  386.         N - sort files/dirs by name
  387.             (default)
  388.         E - sort files/dirs by extension then name
  389.         S - sort files by size, dirs by name
  390.         T - sort files/dirs by date/time
  391.  
  392.         (group 3)
  393.         A - sort files/dirs in ascending order
  394.             (default)
  395.         Z - sort files/dirs in descending order
  396.  
  397. /
  398. ENVIRON
  399.  
  400.    Environment Variable Options
  401.  
  402.    XEOPT
  403.  
  404.    All of the command line options can also be specified
  405.    thru an environment variable called 'XEOPT'. To set
  406.    the value of XEOPT, use the DOS SET command at a DOS
  407.    prompt before running XE. For example:
  408.  
  409.            SET XEOPT=/LFEA/C
  410.  
  411.    If command line options are used, they will override
  412.    environment variable options if they conflict with
  413.    each other.
  414.  /
  415.