home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / pirate26-1.zip / XE.HLP < prev    next >
Text File  |  1995-11-03  |  12KB  |  439 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.  Search ~forward`           ~Goto` offset
  32.  ~View`ing                  ~Mark`er stack
  33.  ~Shellout`                 Goto marked ~position`
  34.  ~Base` conversion          ~Retrieve` position
  35.  ~Clear` marker stack       ~Colors`
  36.  ~ASCII` chart
  37.  
  38. /
  39. ABOUT
  40.  
  41.  heXEdit  v4.3   Robert Stuntz    11-27-94
  42.  
  43.  If you have any questions or comments I can be
  44.  reached at one of these spots :
  45.  
  46.  1. CompuServe
  47.     address : 71043,117
  48.  
  49.  2. and of course the good ole' U.S. Postal Service at
  50.  
  51.     Robert Stuntz
  52.     2120 Aspen Dr.
  53.     Woodstock, IL.  60098
  54.     U.S.A.
  55.  
  56. /
  57. VIEW
  58.  
  59.  Viewing Commands
  60.  
  61.  F1      - ~Help`
  62.  A/Alt+A - Show ~ASCII` chart
  63.  B/Alt+B - ~Base` conversion
  64.  C       - Set ~Colors` (color adapters)
  65.  D/H/O   - Display offset #'s as Dec/Hex/Oct
  66.  Alt+D   - ~Shellout` to DOS/other prog
  67.  E       - ~Edit` the file
  68.  F       - Search ~forward`
  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 'P'. 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-P       - 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.  valid filename  - 'hypersearch' jumps to file or
  221.  character         directory that begins with key
  222.                    pressed
  223.  
  224.  
  225.  F5 - toggles the Archive bit
  226.  F6 - toggles the System bit
  227.  F7 - toggles the Hidden bit
  228.  F8 - toggles the Read_Only bit
  229.  
  230.  * on a subdirectory, only F7 is valid/allowed
  231.  
  232.  
  233.  Drive letters are surrounded by :
  234.      [   ]      for local, fixed device
  235.      (   )      for removeable or unknown device
  236.      {   }      for remote devices
  237.  
  238.  
  239. /
  240. MARK
  241.  
  242.    The marker stack
  243.  
  244.    M
  245.  
  246.  Your current position in the file can be saved and then
  247.  retrieved later on (with the 'R' command).
  248.  
  249. /
  250. FORWARD
  251.  
  252.    Search forward
  253.  
  254.    F
  255.  
  256.  This command is the same as the main ~search` command,
  257.  'S', in every respect, except that the search begins
  258.  from your current position in the file. Not from the
  259.  beginning of the file.
  260.  
  261. /
  262. AGAIN
  263.  
  264.    Search again
  265.  
  266.    N
  267.  
  268.  ~Search` again using the last used search parameters.
  269.  If you have not done at least one search, you will be
  270.  prompted as if you pressed 'S', to enter a search
  271.  string.
  272.  
  273.  If your previous search was a global search ('S'), then
  274.  this search will also be global. If your previous
  275.  search was a forward search ('F'), then this will be a
  276.  forward search. If you have not done at least one
  277.  search, this will be a global search.
  278.  
  279. /
  280. RETRIEVE
  281.  
  282.    Retrieve position
  283.  
  284.    R
  285.  
  286.  While ~view`ing the file, if you do this command you
  287.  will be moved to the location specified by the top
  288.  ~mark`er stack entry. Once you have been moved to the
  289.  new location, the entry you retrieved will be deleted
  290.  from the marker stack.
  291.  
  292. /
  293. POSITION
  294.  
  295.    Goto marked position
  296.  
  297.    Alt+1 thru Alt+9
  298.  
  299.  Using these commands will move you to a previously
  300.  ~mark`ed position without deleting the mark
  301.  information. The retrieve command 'R' moves you to the
  302.  last position and deletes the mark, using Alt+1 - Alt+9
  303.  does not delete the mark. Alt+1 moves you to the first
  304.  marked postion, Alt+2 moves you to the second marked
  305.  position, etc etc.
  306.  
  307. /
  308. SEARCH
  309.  
  310.    Searching
  311.  
  312.    S
  313.  
  314.  Search the file for a byte or text sequence.
  315.  
  316.  You will be prompted for the type of search (B)yte,
  317.  (T)ext, or (H)istory.
  318.  
  319.  For a byte sequence, enter the bytes in hexadecimal
  320.  notation then press ENTER.  As with ~edit`ing, you must
  321.  enter a complete byte, for the search to work correctly,
  322.  although I don't check for that here.  You can use the
  323.  BACKSPACE key to go back and make corrections.  The
  324.  maximum length for a byte sequence is 9 bytes.
  325.  
  326.  For a text sequence, just type in the text to search
  327.  for, no quotes are needed, and press ENTER. The maximum
  328.  length for a text sequence is 25 characters. The search
  329.  is case insensitive.
  330.  
  331.  For a history item, use the UP and DOWN arrow keys to
  332.  scroll thru all items saved in history. When you've
  333.  found the item you want to search for, press ENTER.
  334.  Press ESC to go back to view mode.
  335.  
  336.  While XE is searching, you can press any key to
  337.  interrupt and stop the search.
  338.  
  339. /
  340. CLEAR
  341.  
  342.    Clear marker stack
  343.  
  344.    Z
  345.  
  346.  This command will delete all entries from the marker
  347.  stack.
  348.  
  349. /
  350. SHELLOUT
  351.  
  352.    Shellout to DOS or another program
  353.  
  354.    Alt+D
  355.  
  356.  This command will shell out to a DOS prompt or another
  357.  program.
  358.  
  359.  When this command is pressed, XE first looks for an
  360.  environment variable called XESHELL. If found, XE will
  361.  try to run the program name specified by that
  362.  environment variable.
  363.  
  364.  If XE does not find a value for XESHELL, it looks for
  365.  COMSPEC. COMSPEC is normally set to the command
  366.  processor COMMAND.COM. If neither environment
  367.  variable exists, you will receive an error message
  368.  stating so.
  369.  
  370.  If COMMAND.COM is the program shelled to, typing EXIT
  371.  will return you to heXEdit. If XESHELL is used to run a
  372.  different program, exiting that program will return you
  373.  to heXEdit.
  374.  
  375. /
  376. COMMAND
  377.  
  378.    Command Line Options
  379.  
  380.  Available command line options are as follows :
  381.  
  382.  1. /C  This option tells XE to use it's default color
  383.         set.
  384.  
  385.     /M  This option tells XE to use black and white
  386.         colors; for monochrome monitors.
  387.  
  388.  2. /? or /H  Either of these two options will display
  389.               a short message about the start-up syntax.
  390.  
  391.  3. /Lc[c[c]]
  392.  
  393.  The files and directories in the Loadfile box are sorted,
  394.  depending on the value of this option.
  395.  
  396.  c = U, D, F   N, E, S, T   A, Z
  397.  
  398.         (group 1)
  399.         U - unsorted; directory and file entries are
  400.             listed as they are read from the disk, then
  401.             list drive designators
  402.         D - put directory entries at the top of the list,
  403.             followed by files, then drive designators
  404.             (default)
  405.         F - put file entries at the top of the list,
  406.             followed by directories, then drive
  407.             designators
  408.  
  409.         (group 2)
  410.         N - sort files/dirs by name
  411.             (default)
  412.         E - sort files/dirs by extension then name
  413.         S - sort files by size, dirs by name
  414.         T - sort files/dirs by date/time
  415.  
  416.         (group 3)
  417.         A - sort files/dirs in ascending order
  418.             (default)
  419.         Z - sort files/dirs in descending order
  420.  
  421. /
  422. ENVIRON
  423.  
  424.    Environment Variable Options
  425.  
  426.    XEOPT
  427.  
  428.    All of the command line options can also be specified
  429.    thru an environment variable called 'XEOPT'. To set
  430.    the value of XEOPT, use the DOS SET command at a DOS
  431.    prompt before running XE. For example:
  432.  
  433.            SET XEOPT=/LFEA/C
  434.  
  435.    If command line options are used, they will override
  436.    environment variable options if they conflict with
  437.    each other.
  438.  /
  439.