home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / led12.zip / LED.HLP < prev   
Text File  |  1993-08-29  |  17KB  |  327 lines

  1. INSERT PAUSES
  2.  
  3.        Select a batch file from the default list or enter one for "Other"
  4.        for one-steping through for trouble shooting.  The file will be
  5.        saved to <filename>.LED, and a copy will be made with ECHO ON
  6.        and a PAUSE after each command.
  7. UTILITIES
  8.  
  9.        From this menu you can execute one of the special trouble shooting
  10.        utilities such as VANILLA, INSERT PAUSES, or RENAME.  If you have
  11.        Dos 5.0 or higher you also get SETVER TABLE and MEMORY REPORT 
  12.        utilities.
  13.  
  14.        These options allow you to quickly make tests on the system.
  15.        Files are automatically saved to <filename>.LED and you can
  16.        restore them from this menu or from the command line with
  17.        standard Dos commands.  
  18.  
  19.        If your system uses special drivers such as disk compression
  20.        utilities, be sure to copy those drivers into the "test"
  21.        Config.sys and Autoexec.bat before rebooting.  Always have
  22.        a bootable floppy handy just in case.
  23. RESTORE
  24.     
  25.     From the Restore menu you can quickly undo changes made for
  26.     testing by the PAUSE, RENAME, and VANILLA options. It searches 
  27.     for <filename>.LED and if found deletes the normal filename,
  28.     then renames the backup file to the original.
  29.  
  30.     If you have PAUSE'd an "Other" file, use the exact same
  31.     path\filename to restore it.
  32.  
  33.     Note that files that are EDITed automatically get backed up to
  34.     <filename>.OLD, and can't be restored with this command.  To 
  35.     restore those files, choose ALT+F for file, O for open in the editor, 
  36.     then enter a name of <filename>.OLD.  After loading the file use
  37.     ALT+F for file, R for rename and give it the original extension.
  38.     When warned that the file already exists, answer 'Y' for yes continue
  39.     and then save the file.  You can also use the Dos copy command 
  40.     to restore at the Dos prompt.
  41. VANILLA
  42.  
  43.     Select a file (or Both) for changing.  The utility will save the
  44.     current file to <filename>.LED, and you can later use the RESTORE
  45.     option to easily undo the changes.  
  46.  
  47.     This option backs up the file and creates a generic one that contains
  48.     only the basic commands for running the system.  This is an excellent
  49.     way of testing for a software problem.  If problem goes away under the
  50.     Vanilla setup, add the old commands one at a time untill the problem
  51.     returns.
  52.  
  53. RENAME
  54.  
  55.     Save your fingers a little wear by using this option instead of
  56.     the Dos "ren" command.  This option picks the backup filename for
  57.     you to prevent errors and lost time "hunting" for the backup copy.
  58.     
  59.     Select a file (or Both) for changing.  The utility will save the
  60.     current file to <filename>.LED, and you can later use the RESTORE
  61.     option to easily undo the changes. 
  62. MAIN MENU
  63.  
  64.   From here you can select a sub-menu to do something.
  65.   
  66.   Exit      - Exits the editor.  If the file was modified you
  67.               are warned about saving it first.
  68. OPEN FILE
  69.  
  70.       The drive and path of the file you are pointing to is displayed
  71.       in the top box.  Use TAB to move between file lists and menus.
  72.  
  73.       Filename     - Allows you to enter a file to load, or quickly
  74.                      change drive or path.  You can also enter a server
  75.                      name with backslashes as the path.
  76.       Change Drive - Select a new drive from a list of available disks.
  77.       Change Path  - Change the path for displayed filenames.
  78.       History      - Select a filename from up to 64 previous ones.
  79.       List Filter  - Restrict the files displayed by a standard Dos
  80.                      filter.  The default is "*.BAT" to show only
  81.                      batch files.
  82.       Edit Server  - Change the path to another machine on the network.
  83.       Search Path  - If you don't remember where a file is located, but
  84.                      it's in one of the directories in your PATH, this
  85.                      option will find it for you.
  86. MAIN FUNCTIONS
  87.  
  88.   Edit Other    - Opens the editor's file selection menu.  From there you can
  89.                   search the PATH, another Drive or Directory, or manually
  90.                   enter the file to load.
  91.   1-7 Preset    - Selects a preset file to edit.  The Preset files will use
  92.                   the current drive unless you overide it with "LED G:" or
  93.                   other letter when you load the program.  In this example,
  94.                   Config.sys, Autoexec.bat, and the other default names will
  95.                   be loaded from drive G.  
  96.   Select Server - The location of the preset filenames can be changed with
  97.                   this option to use another Server on the network. 
  98.   Drive Select  - The drive letter of the preset files can be changed from
  99.                   here.  The directories of the preset files (\LANTASTI and
  100.                   \WINDOWS), can be changed with environment variables
  101.                   (LAN_CFG and WIN_CFG).  For example, SET LAN_CFG=\NETWORK
  102.                   would tell LED the startnet and protocol files are in the
  103.                   \NETWORK directory.
  104.   Information   - Displays the Dos version and network information.  Can
  105.                   also show the redirections and Server names.
  106.   Utilities     - Menu for special trouble shooting options.
  107. EDITOR HELP
  108.    Valid keys in the editor: (Note: some keys not valid while editing a line)
  109.    
  110.    HOME = Start of line   END = End of line   ENTER = Edit line
  111.    PageUp,PageDown, Left,Right, Up,Down = Move cursor (+SHIFT = Start Block)
  112.    SHIFT + INSERT = Paste       SHIFT + DELETE = Cut Block to clipboard.
  113.    ESC  = Cancels most commands. Will restore a line before you save it.
  114.  
  115.    ALT + F,E,S,H,M = File, Edit, Search, Help, Main Menus
  116.    ALT + P         = Print file or blocked area
  117.    ALT + B         = Back to previous file from history list.
  118.    ALT + N         = Next file from history.
  119.    ALT + X         = Exit the editor completely back to Dos.
  120.    ALT + C         = Paste current network connections as batch commands
  121.    
  122.    CTRL + ENTER , or INSERT = Insert a blank line     
  123.    CTRL + Y , or DELETE     = Delete current line
  124.    CTRL + Right  = Last word on line       CTRL + Left     = Next word
  125.    CTRL + PageUp = Top of file             CTRL + PageDown = End of File
  126.    CTRL + HOME   = Top of screen           CTRL + END      = Screen bottom
  127.    CTRL + INSERT = Copy to clipboard       CTRL + DELETE   = Erase block
  128.    
  129.    Function Keys are shown at the bottom of the screen.  To get help on
  130.    one of these, go to it's Menu (File, Edit, etc.) and hit F1.
  131. FILE MENU
  132.   
  133.   Save                - Renames the old file with a ".BAK" extension if
  134.                         that option is on, then saves current file.
  135.   Rename              - Changes the name of the file in memory to some 
  136.                         other name.  If the new name already exists in the
  137.                         current directory, you are warned.
  138.   New file            - Starts a blank file.  You are asked for a name first.
  139.   Open file           - Loads a file. You can also specify a file name on
  140.                         the command line when you start the program.  Once
  141.                         in this window, use ALT+H to load files from the
  142.                         history list.
  143.   Jump to Batch file  - If the current line contains another batch file
  144.                         as a command or if CALLed, this command will attempt
  145.                         to load that file into the editor.
  146.   - or +              - These choices allow you to quickly load files
  147.                         from the history list.
  148.   Print               - Sends the file in memory to the printer.  You may
  149.                         specify any valid dos device. (PRN, COM1, LPT2, ect)
  150. EDIT MENU
  151.           
  152.        Copy         - Makes a duplicate copy of the current line or
  153.                       a range of lines if blocked, into the clipboard.
  154.        Cut          - Removes the current line or a range of blocked
  155.                       lines from the file and into the clipboard.
  156.        Delete line  - Erases the line or block of lines marked and doesn't
  157.                       save them anywhere.
  158.        Insert line  - Creates a new blank line at the cursor's 
  159.                       current row.
  160.        Paste        - Inserts the contents of the clipboard into the
  161.                       file at the cursor current row.
  162.        Duplicate    - Makes a copy of the current line.
  163.        Move         - Places the current line into a special buffer where
  164.                       it will stay until you select this option again to
  165.                       paste the line.  While moving a line you can continue
  166.                       to edit, cut & paste, etc. without harm to this line.
  167.        REMark/unREM - Inserts or removes REM commands at the start of a line.
  168.                       Helps turn commands on or off by REMarking them.
  169.        LH           - Inserts or removes the LoadHigh command at the
  170.                       start of a line.
  171.        Connections  - Pastes the Batch command equivilants of your current
  172.                       network logins and device redirections.
  173.        Net Commands - Popup menus to easily paste the most common NET
  174.                       commands into to file.
  175. SEARCH MENU
  176.           
  177.           Find         - Searches for a line that contains the same text
  178.                          as what you enter at the prompt.
  179.           Search again - Searches for the previous item from the cursor's
  180.                          location forward.
  181.           Replace      - Searches for text and if found replaces it with
  182.                          new data.  You may replace selectively or all at
  183.                          once.  Watch the tipline at the bottom for help.
  184.           Goto line    - Prompts for a line number, then moves the cursor
  185.                          to that line.  If the number is out of range for
  186.                          the file, an error message is displayed.
  187.           Top          - Places the cursor at the first letter of the first
  188.                          line of the file.
  189.           End          - Takes the cursor to the first letter in the last
  190.                          line of the file.
  191. HELP MENU           
  192.  
  193.           Topic Search - If in the editor, this attemps to identify DOS
  194.                          commands on the current line and display information
  195.                          about them.  You may also use the hotkey [F1] for
  196.                          help on menus and error messages.
  197.              Index     - Lets you select the command you need help on.
  198.              Editor    - Tips on what keys are valid in the main editor.
  199.              About     - Displays the copyright, and information about
  200.                          how much memory is available and how many lines
  201.                          there are in the file.
  202. YES OR NO
  203.          
  204.           You are being asked for confirmation on some action before
  205.           continuing with the last command.  This is probably a warning
  206.           that your command has consequences.
  207.           
  208.              No - You don't care about the consequences, proceed.
  209.           
  210.             Yes - Take corrective action, then proceed.
  211.            
  212.             ESC - Cancel the command, it was a mistake.
  213. BUFFER FULL
  214.                    
  215.           Either you are trying to create a single line longer than the
  216.           127 character limit, or the memory set aside for the text buffer
  217.           has been exhausted.  DOS limits the size of a command line to 127
  218.           characters, therefore so does LED.  If you need more than that
  219.           on a single line, use another editor.
  220.           
  221.           If the text buffer is full, use ALT-H for help, then hit A
  222.           for About LED to see how much memory is available.  The largest
  223.           size for a single file is 65,535 characters, but that could be
  224.           less if there's limited memory.  The available memory is divided
  225.           in half, for the text buffer and clipboard buffer of equal size.
  226. FILE NOT FOUND
  227.           
  228.           The requested command could not be located.  Check the path and/or
  229.           the spelling.  If the file was another batch file being CALLED,
  230.           it should include the full Dos PATH+Filename, or be located
  231.           somewhere in the current PATH.  
  232.           
  233.           In a Jump [F4], the PATH used is from the current ENVIRONMENT,
  234.           not the PATH= shown in the current file.
  235. NO BACKUP
  236.           
  237.         The program was unable to remove the previous copy of FILENAME.OLD,
  238.         where "FILENAME" is the current file name, or it could not rename
  239.         the current file with a OLD extension.  The OLD file may be write
  240.         protected or have network security.  There may also be a problem
  241.         with the disk drive.
  242.  
  243.         This is only a warning, and LED will try to save the current file
  244.         without making the backup copy.  
  245. FILE NOT OPEN
  246.           
  247.           The requested file could not be openned for either input or
  248.           possibly output.  This could be due to a write protected disk,
  249.           or some other disk error.  This is not the same as "File Not
  250.           Found".  The file was found, but couldn't be accessed.
  251. DISK ERROR
  252.           
  253.           While writing to a file a disk error occured.  This might be
  254.           due to a full disk, or hardware failure.
  255.           
  256.           You should run a CHKDSK to be sure the disk's FAT table is
  257.           not corrupted.
  258. NO PRINTER
  259.           
  260.           The printer device is invalid or not responding.  Check that
  261.           the printer does function in other programs.  Also be sure
  262.           it is ON-LINE and has paper.  Is the printer attached to the
  263.           computer?
  264. PRINTER ERROR
  265.           
  266.           An error occured while writing to a printer device.  Check
  267.           that the printer is powerd on, and is not out of paper.
  268.           
  269.           Also, if the print job is being spooled to disk, such as in
  270.           a network, be sure the disk is not full or corrupted.  Run
  271.           a CHKDSK on the print/spool server.
  272. FILE EXISTS
  273.           
  274.           You have changed the name of the current file to one that
  275.           is already used on the disk in the current directory.
  276.           
  277.           If you choose to use this name anyway, when you save the
  278.           file you might be over writing another one.  If you intend
  279.           to replace the file on disk with this one, ignor this error.
  280. OUT OF RANGE
  281.           
  282.           The value given for this command was not within the minimum or
  283.           maximum allowed.  Most DOS commands that use numbers have limits
  284.           to their settings, such as LASTDRIVE=Z and FILES=255.
  285.  
  286.           You may also see this error if you try to "goto" a line number
  287.           less than 0 or greater than your text file in the LED editor.
  288. NO HELP
  289.            
  290.           The context sensitive search system was unable to find a match
  291.           with any of the key words in the help file.  Maybe the item you
  292.           need help on is misspelled, or the programmer of LED made an
  293.           oversight on what you might need help with.
  294.           Somedays are better than others...
  295. INVALID PATH
  296.  
  297.         The requested path can not be found or doesn't conform to the
  298.         Dos standards of valid letters and length.
  299. INVALID DRIVE
  300.  
  301.         Drive letters must be a single letter from A to Z.
  302. SETVER TABLE
  303.  
  304.       In versions of Dos 5 and up the Setver.exe driver is used to
  305.       trick older programs into thinking they are running in a
  306.       different Dos version.  Having or not having Setver correctly
  307.       installed may cause a variety of problems, depending on the
  308.       network version.
  309.  
  310.       For Lantastic 2.5 to 3.02 this driver is required and should
  311.       be set to report Dos version 4.0 to the network programs.
  312.  
  313.       For Lantastic 3.03 and up, the network programs should be
  314.       removed from the Setver table.
  315.  
  316.       The options here are to add or remove Net.exe, Redir.exe, and
  317.       Server.exe to the table.  No error checking is done.  You must
  318.       have Command.com and Setver.exe in you path.  Use the View
  319.       option to verify that the table was changed, then reboot as
  320.       soon as possible. (Logout the users first if on a server!)
  321. NO NETWORK
  322.  
  323.       The network software is not loaded.  Many of the functions
  324.       in Lan EDit only work with the network REDIR.EXE program
  325.       running.
  326.  
  327.