home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / menuts / dosvue19.arj / DV.DOC next >
Text File  |  1993-08-11  |  65KB  |  1,731 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                                  DOSview (tm)
  16.  
  17.                               "A DOS Extension"
  18.  
  19.  
  20.  
  21.  
  22.                       Written and (C)Copyright 1992-1993
  23.  
  24.                                       by
  25.  
  26.                                  Skip Bremer
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                                  Version 1.9
  35.  
  36.                                    8/11/93
  37.  
  38.                               TABLE OF CONTENTS
  39.  ==============================================================================
  40.  
  41.      Topic                                                          Section
  42.      -----                                                          -------
  43.  
  44.      Introduction ......................................................  1
  45.  
  46.      Miscellaneous .....................................................  2
  47.           Requirements
  48.           Limits
  49.           Startup Options
  50.  
  51.      Files .............................................................  3
  52.           Required
  53.           Supporting
  54.  
  55.      Commands ..........................................................  4
  56.           General
  57.           Normal Function Keys
  58.           Alternate Function Keys
  59.           Shift Function Keys
  60.           Control Function Keys
  61.           Miscellaneous Keys
  62.  
  63.      DOSview Menu ......................................................  5
  64.  
  65.      Swapping ..........................................................  6
  66.  
  67.      Setup .............................................................  7
  68.           Switches
  69.           Viewers
  70.           Programs
  71.           File Colors
  72.           Drive Colors
  73.           Hot Commands
  74.           Filter Sets
  75.           Ignored Directories
  76.           Network
  77.           Save
  78.           Notes
  79.  
  80.      Editor ............................................................  8
  81.           Internal Editor
  82.           Internal Viewer
  83.  
  84.      Panel Mode ........................................................  9
  85.           Wide Mode
  86.           Snake Mode
  87.           Command Line
  88.  
  89.      DOS Mode .......................................................... 10
  90.           Normal Function Keys
  91.           Control Function Keys
  92.           Miscellaneous Keys
  93.           Command Line
  94.  
  95.      Tree Mode ......................................................... 11
  96.           Function Keys
  97.           Command Line
  98.           Notes
  99.  
  100.      User Menu Mode .................................................... 12
  101.           Function Keys
  102.           Notes
  103.  
  104.      Tagging ........................................................... 13
  105.  
  106.      Batch Mode ........................................................ 14
  107.  
  108.      Network Operation ................................................. 15
  109.  
  110.      Version Control ................................................... 16
  111.  
  112.      Credits ........................................................... 17
  113.  
  114.      Shareware ......................................................... 18
  115.           Evaluation Copy
  116.           Distribution
  117.           Registration
  118.           Disclaimer
  119.  
  120.                                  INTRODUCTION (1)
  121.  ==============================================================================
  122.  
  123. DOSview was designed as a shell for MS-DOS (tm) that meets the real needs of
  124. computer professionals.  Whenever we faced a choice between enhancing the
  125. program's usefulness as a true management tool as opposed to simply a DOS
  126. helper, the programming tool choice won out.  This is because we work in an
  127. environment that demands a quick, useful tool to help us do our job.  We
  128. support a large Netware 386 (tm) wide area network domain spanning Texas.  Our
  129. environment demands a tool that is always available with a useful and powerful
  130. command set to ease our job and thereby help us to support our users in a more
  131. professional manner.  Quite simply, DOSview, more than any other single
  132. product we know of, does just that.
  133.  
  134. We have found DOSview's tool set to be a very practical approach to DOS-level
  135. work.  Please use DOSview as you see fit, but if you continue to use it,
  136. please abide with the Shareware section of this documentation.
  137.  
  138. One of our overriding goals in writing DOSview was to keep it small and quick
  139. -- at all costs (with the exception of its menu system).  There are many
  140. things that we put into DOSview and then took back out again as we tried to
  141. balance size against functionality.  We are not unhappy with the overall
  142. result.  We hope it will satisfy you as well.  We wrote the code in Borland's
  143. Turbo Pascal (tm) 7.0 (real mode) with assembly code where needed.
  144.  
  145.                                 MISCELLANEOUS (2)
  146.  ==============================================================================
  147.  
  148. Requirements
  149. ------------
  150. DOSview's only known requirement is that it must run under DOS 3.1 or higher.
  151.  
  152.  
  153. Limits
  154. ------
  155. Maximum files in each panel: 2175
  156. Maximum directories in tree (Tree Mode): 4500
  157. Maximum directory levels in tree (Tree Mode): 12
  158. Maximum found files/directories in pick list: 2000
  159. Maximum capacity of internal editor: 65519 (63.99K)
  160. Maximum swap size: 208K (add 5K for shareware version)
  161.  
  162.  
  163. Startup Options
  164. ---------------
  165. DOSview is normally started by typing DV.  However, you may specify a drive or
  166. path for each DOSview panel to use as its initial domain.  For example,
  167. starting DOSview with the command  DV C F:\UTILS  will start DOSview and
  168. attempt to point the current panel to drive C's current directory and the
  169. other panel to the F:\UTILS directory.  Typing DV only would have pointed the
  170. current panel to the current drive (and directory) and the other panel to the
  171. root of that drive.
  172.  
  173.                                     FILES (3)
  174.  ==============================================================================
  175.  
  176. Required
  177. --------
  178. The following files are necessary to run DOSview:
  179.  
  180. DV.EXE    The DOSview program.
  181.  
  182. DV.HLP    The help file.  This file must reside in DV.EXE's home directory.
  183.           That is, if DV.EXE is in C:\TOOLS, then DV.HLP must be there also.
  184.  
  185.  
  186. Supporting
  187. ----------
  188. The following files are made by DOSview:
  189.  
  190. DV.INI    The setup file.  This file is placed into DV.EXE's home directory
  191.           when you save the setup options screen.  See Network Operations for
  192.           an important difference.
  193.  
  194. DV.MNU    The user menu file.  The main menu file is placed into DV.EXE's home
  195.           directory when you edit and save a menu specification.  The local
  196.           menu file is placed in the current directory.
  197.  
  198. DV.TRE    The tree file.  This file be placed in the root of the current drive
  199.           when you make a tree.
  200.  
  201. DV.DAT    The current directory information file.  DIRINFO will be used if 
  202.           found and DV.DAT is not.
  203.  
  204. DV.CMD    Holds the user-defined DOS commands list.
  205.  
  206. DV.LST    Temporary file that holds the last File Find list.
  207.  
  208. DV.NET    See Network Operations.
  209. DV.LOG    "
  210.  
  211. DVNSETUP  Program that sets up DOSview for network operations.
  212.  
  213.  
  214. Optional Use
  215. ------------
  216. The following files can supplement DOSview:
  217.  
  218. DVV.EXE   DVView.  File viewer that can view very large files of any type.
  219.  
  220. DVE.EXE   DVEdit.  File editor that supports a mouse and multiple
  221.           files/windows.
  222.  
  223. DVZ.EXE   DVZip.  Compressed file viewer that can view files within ZIPs,
  224.           LZHs, ARJs and PAKs to the second compressed level.
  225.  
  226. DVF.EXE   DVFind.  Text finder that can find text recursively through
  227.           subdirectories.
  228.  
  229.  
  230. With Registered Version Only
  231. ----------------------------
  232. DVD.EXE   DVDo.  Batch utility that performs powerful operations at the DOS
  233.           level.  Can also be used interactively.
  234.  
  235. DVM.EXE   DVMenu.  Instant menu facility that can show all executables or
  236.           commands from a list - all in a pick list.
  237.  
  238. DVC.EXE   DVCalc.  Programmer's 5-function calculator.
  239.  
  240. DVA.EXE   DVAchart.  Ascii chart with pick list.
  241.  
  242. DVS.EXE   DVSecure.  Computer security program.
  243.  
  244. DVP.EXE   DVPost.  Screen file poster.
  245.  
  246. DVQ.EXE   DVQuery.  Batch query utility.
  247.  
  248. DVG.EXE   DVGet.  Batch get utility.
  249.  
  250. DVL.EXE   DVLog.  Computer logger utility.
  251.  
  252.                                    COMMANDS (4)
  253.  ==============================================================================
  254.  
  255. General
  256. -------
  257. DOSview is primarily function key driven.  An alternate menu system is
  258. available.  But for quick work, we find the function key set most useful.  The
  259. function key line at the bottom of the panel windows is "live" - whatever
  260. state the keyboard is in, this line reflects it by showing the proper function
  261. key set.
  262.  
  263. For example, holding the Ctrl key down shows you the control function keys.
  264. Note that the function key commands on the function key line are also dimmed
  265. when their commands are not applicable.
  266.  
  267. Many of the most commonly used commands have a shortcut key which are normally
  268. control keys.  Some shortcut keys are keyboard keys, like '/' for Tree Mode,
  269. and only work when the DOS command line is empty.
  270.  
  271.  
  272. Normal Function Keys
  273. --------------------
  274. F1   HELP      DOSview contains context sensitive help.  Anytime you are about
  275.                to commit to a command, you may press F1 to learn more about
  276.                it.  Some commands take place immediately, and you will need to
  277.                consult this documentation for them.
  278.  
  279. F2   PANELS    Toggles between panels, or a single panel, (Panel Mode) display
  280.                and a no panels (DOS Mode).  You have instant access to DOS in
  281.                either Panel Mode or DOS Mode, but DOS Mode is sometimes more
  282.                convenient.  See the Panel Mode and DOS Mode appendices for a
  283.                further explanation of these modes.  (Shortcut key = ^O)
  284.  
  285. F3   VIEW      Views the highlighted file.  See Setup for more on viewing.
  286.  
  287. F4   EDIT      Edits the highlighted file.  See Setup for more on editing.
  288.  
  289. F5   COPY      Copies the highlighted file or a group of tagged files.  The
  290.                default target is the other panel's domain, or if both panels
  291.                are the same, nothing.  It is important to note that all copy
  292.                and move sequences carried out by DOSview _always_ carry the
  293.                source file's attributes to the target copy of the file.  This
  294.                is what we call an "exact copy".  You always get exactly what
  295.                you had (not true with DOS).  When copying over readonly files,
  296.                you will be asked to confirm each copy.
  297.  
  298.                If you press CtrlEnter instead of Enter, then DOSview will only
  299.                copy files when the respective target file is older than the
  300.                source file or the respective target file does not exist.
  301.  
  302. F6   RENAME    Moves the highlighted file or a group of tagged files or
  303. -or- MOVE      renames one file or directory.  If moving, the default target
  304. -or- RENMOV    will be the other panel's domain, or if both panels are the
  305.                same, nothing.  If renaming, the default is the current name.
  306.                Move makes "exact" copies, as noted in the above discussion on
  307.                the COPY command.
  308.  
  309. F7   MKDIR     This command makes a directory that you name within the current
  310.                panel's domain.
  311.  
  312. F8   DELETE    Erases the highlighted file or a group of tagged files.  When
  313.                erasing groups of files, you will be asked to confirm the
  314.                erasures.  When erasing readonly files, you will be asked to
  315.                confirm each readonly file.  This command will also remove
  316.                empty directories.  You cannot erase readonly and hidden files
  317.                unless you are in Expert Mode (see Setup).
  318.  
  319. {RMDIR/WIPE}   When you press F8 on a directory name that contains additional
  320.                files and/or directories below it, you will be asked twice if
  321.                you wish to remove the underlying structure.  If you answer
  322.                Yes, _all_ structure below the directory will be deleted, no
  323.                matter what the attributes of files within that structure are.
  324.                This is a quick and final "wipe" of the entire directory
  325.                structure.  Be careful!  The deletions are actually a
  326.                combination of file deletes and directory removes, nothing
  327.                cosmic.  But the effect is a thorough DOS cleaning of the
  328.                structure - all at once.  This command only works in Expert
  329.                Mode.
  330.  
  331. F9   MENU      Brings up the DOSview menu system, if desired.
  332.  
  333. F10  QUIT      Use this command to quit DOSview (from either Panel Mode or DOS
  334.                Mode).  You will be asked to confirm.
  335.  
  336.  
  337. Alternate Function Keys
  338. -----------------------
  339. F1   DRIVE <   Allows you to choose another drive for the left panel.  Only
  340.                on-line drives are shown.  You can simply type a drive letter
  341.                and a colon and press Enter at the command line for the current
  342.                panel, as well.  Press F2 to change to the root directory.
  343.  
  344. F2   DRIVE >   Just like DRIVE < except this command is for the right panel.
  345.  
  346. F3   VIEW2     An alternate way of viewing the highlighted file.  See Setup
  347.                for more on viewing.
  348.  
  349. F4   EDIT      An alternate way of editing the highlighted file.  See Setup
  350.                for more on editing.
  351.  
  352. F5   XCOPY     This command copies the entire highlighted directory and all of
  353.                the structure below it to the other panel's domain.  As with
  354.                all copy commands, all of the attributes are carried with all
  355.                of the files (but not non-dos like network attributes), so you
  356.                get an exact DOS-level file keeping all file attributes
  357.                intact.  You will be asked to confirm.  This is called pruning
  358.                and grafting by some other utilities and is only available in
  359.                Expert Mode.
  360.  
  361. F6   YMOVE     This command is just like the XCOPY command except that a move
  362.                is performed instead of a copy.  Again, it is called pruning
  363.                and grafting in some other utilities and is only available in
  364.                Expert Mode.
  365.  
  366. F7   FIND      Allows you to search for any file or file specification within
  367.                the current panel's domain.  The file specification can be any
  368.                valid DOS file specification, like:  YR1??2.* or MY*.D?C.  You
  369.                can also find only files containing specific text if needed.
  370.                After finding the files, a pick list will be displayed for you
  371.                to choose from.  From this list, you may view and edit listed
  372.                files.  Choosing one of the found files will take you directly
  373.                to that file's location.  (Shortcut key = ^Z)  You can use ? to
  374.                bring up a previous find list.
  375.  
  376. F8   HISTRY    Accesses the DOS command history window.  (Shortcut key = Æ=)
  377.  
  378. F9   LINES     Switches the display from normal 25 line mode to 43/50 line
  379.                EGA/VGA mode (if so equipped) and back.
  380.  
  381. F10  TREE      DOSview provides a complete hard disk tree facility for quickly
  382.                moving to a particular directory (great for networks).  See 
  383.                Tree Mode for more.  (Shortcut key = /)
  384.  
  385.  
  386. Shift Function Keys
  387. -------------------
  388. F1   SORT <    Sorts the left panel's files by one of the following choices:
  389. F2   SORT >    Sorts the right panel's files by one of the following choices:
  390.  
  391.                FILENAME  EXT  SIZE  DATE&TIME  ATTRIBUTES  (or unsorted)
  392.  
  393.                The shortcut key ^S switches back and forth between filename
  394.                and extension sorts in the current panel.
  395.  
  396. F3   VIEW1     Another way to view the highlighted file.  See Setup for more
  397.                on viewing.
  398.  
  399. F4   EDIT?     Allows editing of a new file or any file on the system.  See
  400.                Setup for more on editing.
  401.  
  402. F5   ATTRIB    Allows you to change one of the attributes for the highlighted
  403.                file or all tagged files in the current panel.  Note that for
  404.                directories you may toggle the hidden attribute only.
  405.                (Shortcut key = ^A)
  406.  
  407. F6   TOUCH     Changes the date or time for the highlighted file or all tagged
  408.                files.
  409.  
  410. F7   FILTER    Allows you to filter what files are displayed in the current
  411.                panel.  You provide an extension and only those files will be
  412.                shown.  The extension can be less than three characters, but
  413.                _only_ a trailing wild card is allowed.  For example, TXT, SC
  414.                abd SC? are ok, but S?C is not.  (Shortcut key = ^F)  Use Setup
  415.                to define your filter sets.
  416.  
  417. F8   TOTAL     Totals all of the files in the underlying structure of the
  418.                highlighted directory and displays the total in the same place
  419.                as individual file totals.
  420.  
  421. F9   HEIGHT    Toggles the panel heights of both panels from short to tall and
  422.                back.  Combined with a 50-line screen and Snake Mode, you can
  423.                see a lot of files at once (135 total files versus 78 files in
  424.                short mode)!  (Shortcut key = ^Q)
  425.  
  426. F10  SETUP     This is how you set up DOSview's defaults and other items.  See
  427.                the large section on Setup for a full description.
  428.  
  429.  
  430. Control Function Keys
  431. ---------------------
  432. F1   PANEL <   Turns the left panel on or off.  (Also ^P or ShiftTab)
  433.  
  434. F2   PANEL >   Turns the right panel on or off.  (Also ^P or ShiftTab)
  435.  
  436. F3   VIEWER    Turns the other panel into a quick viewer.  Works great for text
  437.                files.  Press F3 or F4 (etc) to enhance this mode on any
  438.                particular file.  (Shortcut key = ^V)
  439.  
  440. F5   EDITL     Edit the shared network file.  See Network Operations.
  441.                (Shortcut key = ^N).
  442.  
  443. F5   BATCH     Allows you to write on-the-fly batch files or text files based
  444.                on tagged files in the current panel.  See Batch Mode for more
  445.                on Batch Mode Operations.
  446.  
  447. F6   BROWSE    Puts the current panel into browse directories mode.  Here you
  448.                can move the cursor in the current panel and the other panel
  449.                will follow along.  (Shortcut key = ^B)
  450.  
  451. F7   STATUS    Shows memory and disk statistics for the host machine.  The
  452.                total disk space may be inaccurate if you are spanning drives
  453.                on a network.  Directory info is also displayed if DV.DAT or
  454.                DIRINFO file is in the current directory.  To edit this file,
  455.                press Tab.  (Shortcut key = ^L)
  456.  
  457. F8   DATA      Controls what data is displayed for each file in the current
  458.                panel.  See Snake Mode and Wide mode appendices for more on
  459.                this subject.  (Shortcut key = ^D)
  460.  
  461.                The default is..
  462.  
  463.                FILENAME  EXT  SIZE (in Bytes)   DATE  TIME
  464.  
  465.                and the alternative is..
  466.  
  467.                FILENAME  EXT  SIZE (in KBytes)  DATE  ATTRIBUTES.
  468.  
  469. F9   WIDTH     Toggles the current panel between Wide Mode and Snake Mode.
  470.                See Panel Mode for more about these two modes.  (Shortcut key
  471.                =^W)
  472.  
  473. F10  USER      DOSview provides a built in menu for DOS commands that is
  474.                completely definable by you.  See User Menu Mode for more.
  475.                (Shortcut key = = or Alt=)
  476.  
  477.  
  478. Miscellaneous Keys
  479. ------------------
  480. ENTER          Runs the highlighted program or changes to the highlighted
  481.                directory.  If not on an EXE, COM or BAT file and not on a
  482.                directory, then this command views the current file.  See Setup
  483.                for more on viewing.  (Also ^M)
  484.  
  485. ^ENTER         Copies the current file or directory name to the DOS command
  486.                line.  (Also ^J or ShiftEnter {copies full path name})
  487.  
  488. TAB            Moves from the current panel to the other.  If the other panel
  489.                is not active (not visible), then TAB moves the other panel's
  490.                domain into the current panel, and vice versa (just like SWAP).
  491.                (Also ^I).  If the Status panel is showing, then TAB edits the
  492.                current directory's info file (DV.DAT / DIRINFO).
  493.  
  494. INS            Tags or untags the current file and moves to the next file.
  495.  
  496. ^\             A quick way to get to the root directory.  Of course, you may
  497.                also type CD\ at DOSview's DOS prompt.
  498.  
  499. ^C             Highlights files in both panels newer than the same file in the
  500.                other panel.  If a file does not exist in the other panel, it
  501.                will also be highlighted.
  502.  
  503. ^G             In Snake Mode, DOSview normally shows all files and directories
  504.                having a hidden attribute in a soft color "ghost" color.  You
  505.                can toggle this trait to show all files with a readonly
  506.                attribute instead.
  507.  
  508. ^K             Finds duplicate files by name only in both panels.
  509.  
  510. ^R             Refreshes the current panel (not often needed).
  511.  
  512. ^U             Swaps the domain of both panels.  What was previously displayed
  513.                in the right panel is displayed in the left panel, and vice
  514.                versa.  The Snake/Wide Mode characteristics are not swapped.
  515.                If only one panel is being displayed, then this command will
  516.                bring the other panel's domain into the current panel, and vice
  517.                versa.
  518.  
  519. +/-            Tags or untags groups of files.  The specification you give
  520.                acts exactly like the normal DOS * and ? specifications.  When
  521.                there are a lot of files in the current directory, this process
  522.                can take a few seconds because it rereads the directory to get
  523.                an exact match.
  524.  
  525. *              After tagging a set of files (through a COMP command for
  526.                example), this command allows you to immediately reverse all of
  527.                the attributes in the current panel.
  528.  
  529. ?              After a find file command (^Z), you can reuse the last found
  530.                list of files by pressing ? instead of ^Z again.
  531.  
  532. ~              Brings up (or edits) the user-defined DOS permanent command
  533.                list.
  534.  
  535. CtrlAlt        Immediately enables the screen saver.
  536.  
  537. AltA..Z,       Moves the highlight cursor to the next file starting with the
  538. Alt0..9, Alt-  character you pressed.  To continue the search, continue
  539.                pressing letters (either Alt or not Alt).
  540.  
  541.                                  DOSVIEW MENU (5)
  542.  =============================================================================
  543.  
  544. DOSview employs a menu system as an alternative interface provides an
  545. intuitive way for new users to learn the somewhat extensive function key
  546. interface.
  547.  
  548. Dimmed items on the menus are not available because of the current panel
  549. states (tagged or untagged files, highlighting a file or directory, etc.).
  550.  
  551. You may either use the Arrow Keys to move to an item and press Enter or simply
  552. press the highlighted character for the choice you wish to run.
  553.  
  554.                                    SWAPPING (6)
  555.  ==============================================================================
  556.  
  557. DOSview employs a swap algorithm in order to provide a reasonable amount of
  558. memory for DOS applications that are run from DOSview.  DOSview takes less 
  559. than 4K of memory away from applications to remember its shell
  560. characteristics.
  561.  
  562. DOSview gives an abundance of choices on where you would like to have it swap:
  563.  
  564. o    Extended memory controlled by HIMEM.SYS, QEMM.SYS, 386MAX.SYS, etc (XMS).
  565.  
  566. o    Expanded memory version 4.0 (EMS).
  567.  
  568. o    Hard disk (local or network {if you have write rights}).
  569.  
  570. o    RAMdrive defined in EMS memory (/E).
  571.  
  572. o    RAMdrive defined in XMS memory (/A).
  573.  
  574. You choose which way you want to go with the setup function.  See Setup for
  575. more.
  576.  
  577. If you allow DOSview to swap anywhere, it will try to swap in this order:
  578. EMS, XMS, and then the root of the drive you specified.  You have the
  579. flexibility in setup to disallow any of the two memory swapping options.
  580. Additionally, you may specify the drive that DOSview will use if it can't swap
  581. to memory.
  582.  
  583. DOSview has no problems running in a DOS window under Windows 3.1.  You can
  584. even run Windows _from_ DOSview if you feel the need.
  585.  
  586. When running on a network, you should keep the following in mind:  Do not try
  587. to run batch files that have mapping commands in them.  The maps will be for a
  588. child DOS process and the program you are trying to run will not be found.
  589. This is true of any shell program.
  590.  
  591. Of course, whether on a network or not, do not run memory resident software
  592. from DOSview.  This also is true of any shell program.
  593.  
  594. If DOSview cannot find a place to swap, then it will put a message under the
  595. DOS prompt before it runs the program to remind you of such.  You should
  596. correct the problem if this occurs because a lot of memory is being used in
  597. this case.  The message is:  (unable to swap).
  598.  
  599. CONFIG.SYS DOS command to provide XMS swapping memory:
  600.      DEVICE=HIMEM.SYS (or QEMM..  or 386MAX.., etc) {If you are not running
  601.        HIMEM.SYS - you probably should be...}
  602.  
  603. CONFIG.SYS DOS commands to provide EMS swapping memory:
  604.      DEVICE=HIMEM.SYS
  605.      DEVICE=EMM386.EXE 208 RAM
  606.  
  607. CONFIG.SYS DOS commands to provide a RAMdrive swapping drive:
  608.      DEVICE=HIMEM.SYS
  609.      DEVICE=RAMDRIVE.SYS 208 /E -or- /A
  610.      The /E is for XMS (extended) and the /A is for EMS (expanded).  You
  611.      should make sure your RAM drive has at least 212,992 actual bytes
  612.      available for the swap because RAMDRIVE.SYS takes a little overhead when
  613.      creating the drive.  The number 212 may be more appropriate in this case.
  614.  
  615. Don't be confused!  Normally only DEVICE=HIMEM.SYS is needed to perform memory
  616. swapping.
  617.  
  618. Note that the shareware version of DOSview swaps a little more code than the
  619. registered version.  The above figures are for the registered version.
  620.  
  621.                                     SETUP (7)
  622.  ==============================================================================
  623.  
  624. The setup facility is accessed with the ShiftF10 key (or from the menu) and is
  625. what is used to configure DOSview to work the way you want it to work.  This
  626. discussion will talk about the setup items as they appear on the setup screen.
  627. The Tab and ShiftTab keys will quickly move around the different Setup Mode
  628. screens.  Then use the Down and Up arrow keys.  Ins toggles insert/overtype.
  629.  
  630.  
  631. SWITCHES
  632. ========
  633.  
  634. Color Scheme
  635. ------------
  636. You choose DOSview's color set here.  This only affects the actual color
  637. schemes, not the video memory addresses (DOSview figures that out all by
  638. itself).
  639.  
  640.  
  641. Screen Saver
  642. ------------
  643. If between 1 and 9, the screen will blank after that many minutes of keyboard
  644. inactivity.  0 disables this function unless CtrlAlt is pressed.
  645.  
  646.  
  647. Allow EMS Swaps
  648. ---------------
  649. If Yes, then this is always the first place DOSview looks to swap to.  208K of
  650. EMS will be used for the swap.  See Swapping for more.
  651.  
  652.  
  653. Allow XMS Swaps
  654. ---------------
  655. If Yes, then this is always the second place DOSview looks to swap to.  It
  656. will swap to EMS first if available and you have that option turned on.  If
  657. swapping to XMS, then a little less then 208K will be allocated to DOSview for
  658. the swap.  See Swapping for more.
  659.  
  660.  
  661. Swap Drive
  662. ----------
  663. This is where you tell DOSview what drive to use for its swapping algorithm.
  664. You can only enter any drive letter that exists on your system except floppys.
  665. It will only swap to the root of this drive if the previous two memory
  666. swapping choices are both turned off or if DOSview cannot find any EMS or XMS
  667. memory to swap to.  On a network, we recommend that this drive be a privately
  668. mapped drive letter that is unique for each user.  See Swapping for more.
  669.  
  670. Novell H drive (for Home) example:  MAP ROOT H:=SYS:USERS\%LOGIN_NAME
  671.  
  672.  
  673. Show Colors
  674. -----------
  675. If Yes, then DOSview will show defined file extensions in color (see Colors
  676. below); will show hidden or readonly files in a "ghost" color; and will show
  677. any color-defined drives in color (see Drive Colors below).
  678.  
  679.  
  680. Show Volume Label
  681. -----------------
  682. If Yes, then DOSview will show the drive or volume's volume label just before
  683. the current directory at the top of each panel.
  684.  
  685.  
  686. Clock
  687. -----
  688. If yes, an on-screen clock (with military time) will be displayed.
  689.  
  690.  
  691. File Name Case
  692. --------------
  693. You can show panel file names in upper or lower case.
  694.  
  695.  
  696. Function Key Line
  697. -----------------
  698. You may turn the Panel Mode function key line on or off.
  699.  
  700.  
  701. Closely Integrate Utilities
  702. ----------------------------
  703. Answer yes to allow DOSview to integrate some of its utilities like DVZip.  If
  704. integrated, then DOSview will remain on screen when the utility is run, which
  705. uses a lot of memory.  In the case of DVZip, if you are swapping to EMS, then
  706. that is ok.  But if you are swapping to RAMdisk or EMS, you should either turn
  707. thsi feature off or run DVZip in the non-swapped mode.  Running non-swapped is
  708. fine as long as you do not look at ZIP files with a lot of compressed files or
  709. look at any ARJ files (ARJ needs lots of memory to run).
  710.  
  711.  
  712. F4-Internal Editor
  713. ------------------
  714. This determines whether the internal or external editor is called when you
  715. press F4.  The other editor will run when you press AltF4.
  716.  
  717.  
  718. Cursor Type
  719. -----------
  720. Determines whether a normal line cursor or a block cursor is used by DOSview.
  721.  
  722.  
  723. Expert Mode
  724. -----------
  725. If this switch is set to No, the following items will become non-functional:
  726.  
  727.      Editing and deleting readonly files
  728.      Showing hidden and system files (^G is also inoperative)
  729.      Wiping, Xcopying and Ymoving directories
  730.  
  731. Turn expert mode off when novice users will be accessing DOSview!
  732.  
  733.  
  734. Auto Save
  735. ---------
  736. Allows you to automatically have the current panel states saved when quitting
  737. DOSview.
  738.  
  739.  
  740. Password
  741. --------
  742. If the screen saver is activated, and you define a personal password, then
  743. that password will be required before leaving the screen savers' screen.  The
  744. password must be between 1 and 8 characters long with no spaces.  Case is
  745. insignificant.  The password is stored in an encrypted fashion, so don't
  746. forget it!  The only way to remove the password is to reboot your machine and
  747. delete the DV.INI file before reentering DOSview.
  748.  
  749.  
  750. VIEWERS
  751. =======
  752.  
  753. The following setup choices define how DOSview will interact with your files
  754. when viewing and editing them.  You may enter either the program's complete
  755. path name, just the program's name, or just the program's DOS call name.
  756. For the last two choices, the program must be in either the current directory
  757. or the DOS path.
  758.  
  759. Example:
  760.  
  761.      c:\dos\dve.exe
  762.      dve.exe
  763.      dve
  764.  
  765. You may also use the ' ! ' phrase to force the highlighted filename to come
  766. before any defined switches on the viewer's command line.  Example:
  767.  
  768.      view ! /50  --instead of--  view /50   {this is normally not required}
  769.  
  770.  
  771. S
  772. -
  773. This determines whether DOSview will swap or not before running the program.
  774. Some external programs require swapping due to their memory requirements.
  775.  
  776. Swapping characteristics:  slightly slower loading, program's DOS screen
  777. visible after run, more memory available.
  778.  
  779. No swapping characteristics:  the opposite of the above.
  780.  
  781.  
  782. External Viewer1
  783. ----------------
  784. This program will normally call the highlighted file whenever you press F3,
  785. unless you have defined an external program for the highlighted file type.
  786. Even if defined, pressing ShiftF3 will force this program to run anyway.
  787. DVV.EXE is included as an option for you here.
  788.  
  789.  
  790. External Viewer2
  791. ----------------
  792. This program will call the highlighted file whenever you press AltF3, no
  793. matter what else is defined.  DVV.EXE is included as an option for you here.
  794.  
  795.  
  796. External Editor
  797. ---------------
  798. Even though DOSview has a reasonable internal editor, you may wish to use your
  799. own.  You define that program here.  DVE.EXE is included as an option for you
  800. here.
  801.  
  802.  
  803. PROGRAMS
  804. ========
  805.  
  806. In addition to the viewing choices above, you may define specific associated
  807. programs for various file types here.  They will run when F3 (or Enter if
  808. defined for such) is pressed.  To bypass one of these viewers for External
  809. Viewer1, press ShiftF3 instead.  T ' ! ' filename rule (as discussed in the
  810. previous section) also applies here.
  811.  
  812.  
  813. Ext
  814. ---
  815. Trailing wild cards only are allowed here.  Examples:
  816.  
  817. ZIP  pkzip -vbmn
  818. WK*  c:\lotus\123
  819. W*   123
  820.  
  821.  
  822. S
  823. -
  824. This determines whether DOSview will swap or not before running the program.
  825. Some external programs require swapping due to their memory requirements.
  826.  
  827. Swapping characteristics:  slightly slower loading, program's DOS screen
  828. visible after run, more memory available.
  829.  
  830. No swapping characteristics:  the opposite of the above.
  831.  
  832.  
  833. F3
  834. --
  835. You may use either F3 or Enter to run the program.  If you define Enter, and
  836. one is not defined, then DOSview will look for an F3 definition.  If not
  837. found, then External Viewer1 will be used.
  838.  
  839. Do not define EXE, COM or BAT files with the Enter key.  DOSview already knows
  840. exactly what to do with them.
  841.  
  842.  
  843. Associated Program
  844. ------------------
  845. Enter the associated program's name here.
  846.  
  847. Here is something we use the associated programs (F3 and Enter) for:
  848.  
  849. Ext S F3 Associated Program
  850. ZIP N Y  dvz         -included external program that shows a pick list of zip 
  851.                       filesfor further viewing without actually unzipping the 
  852.                       zip file.
  853. LZH N Y  dvz 
  854. ARJ N Y  dvz 
  855. ZIP Y N  pkzip -vbmn -simply lists the zip file names to the screen.
  856.  
  857.  
  858. FILE COLORS
  859. ===========
  860.  
  861. Ext
  862. ---
  863. This portion of setup is where you may define different display colors for
  864. certain file types.  For example, enter 'EXE' and 'E' to show executable files
  865. in bright white on a color system.  Trailing wild cards only are allowed here.
  866. Examples:
  867.  
  868. TXT
  869. TX
  870. TX*
  871. T*
  872.  
  873.  
  874. ?
  875. -
  876. In this slot you place a letter to represent the color you wish to use for the
  877. corresponding file type.
  878.  
  879.  
  880. DRIVE COLORS
  881. ============
  882.  
  883. Use this option to define panel colors for certain drives on your system.  It
  884. only works with color monitors and can help you more easily differentiate
  885. between your "normal" environment and another drive (perhaps mapped to another
  886. server or a user directory).  This is espeically beneficial on a network, but
  887. will work anywhere.
  888.  
  889.  
  890. ?
  891. -
  892. In this slot you place a letter to represent the color you wish to use for the
  893. corresponding drive.
  894.  
  895.  
  896. HOT COMMANDS
  897. ============
  898.  
  899. In addition to all of the above, you may also define up to ten "hot" commands
  900. for general use.  The hot commands are accessed by the CtrlShiftF1 through
  901. CtrlShiftF10 function keys.  Hot commands only work in Panel Mode.  See User
  902. Menu Mode to see how to take advantage of adding a '+', '?' or '!' to your hot
  903. key commands.
  904.  
  905.  
  906. Text
  907. ----
  908. The text to be displayed for the hot command on the function key line when
  909. holding down both Ctrl and Shift.
  910.  
  911.  
  912. S
  913. -
  914. This determines whether DOSview will swap or not before running the hot
  915. command.  Some external programs require swapping due to their memory
  916. requirements.
  917.  
  918.  
  919. Command
  920. -------
  921. Any command line that you can run from DOS (except memory-resident programs,
  922. of course) may be placed in a hot command.
  923.  
  924. There are three enhancements.  One, if you place a '+' at the beginning of the
  925. hot command, DOSview will treat it as a filename and try to edit it with its
  926. internal editor.  Two, placing a '?' within the hot command will let DOSview
  927. prompt you for command line parameters.  Three, placing a '!' within the hot
  928. command substitutes the highlighted filename for the '!'.
  929.  
  930.  
  931. FILTER SETS
  932. ===========
  933.  
  934. Define file extension groups for the Filter files function (^F).  Only
  935. trailing wildcards are allowed.
  936.  
  937.  
  938. IGNORED DIRECTORIES
  939. ===================
  940.  
  941. Place here any directory that you would like to avoid searching when using the
  942. Find File (^Z) command.  \MAIL on a Novell 3.11 server is a great choice.
  943.  
  944.  
  945. NETWORK
  946. =======
  947.  
  948. Private vs Local Menu
  949. ---------------------
  950. The user menu file to be accessed when pressing Alt=.  Normally, Alt= brings
  951. up a current directory user menu file.  See Network Operations.
  952.  
  953.  
  954. User Name for Net Prompt
  955. ------------------------
  956. The name to be shown in the DOSview prompt when on a network.  See Network
  957. Operations.
  958.  
  959.  
  960. SAVE
  961. ====
  962.  
  963. This saves the states of the two directory panels.  The saved panel items are:
  964.  
  965.      Active panel (Tab)
  966.      Other panel visibility (ShiftTab)
  967.      Panels height (ShiftF9)
  968.      Left/Right panel Wide/Snake Mode (CtrlF9)
  969.      Left/Right panel sort key type (ShiftF1)
  970.      Left/Right panel data display (CtrlF8)
  971.      Left/Right panel Status panel (CtrlF7)
  972.  
  973.  
  974. NOTES
  975. =====
  976.  
  977. The setup file, DV.INI, is normally kept in DV.EXE's home directory (see
  978. Network Operations for an important exception).
  979.  
  980.                                     EDITOR (8)
  981.  ==============================================================================
  982.  
  983. INTERNAL EDITOR
  984. ===============
  985.  
  986. DOSview has an internal editor.  This means that any time you press F4, by
  987. default, DOSview will instantly edit the file with its editor.  Although the
  988. DOSview editor has some limitations, it also has some handy characteristics.
  989.  
  990.  
  991. Advantages
  992. ----------
  993. o    Instantly available and always there when you need it.
  994.  
  995. o    Line oriented blocking (many external editors, however, if they offer
  996.      blocking, will have more sophisticated blocking capabilities).
  997.  
  998. o    Instant cut and paste line operation (F3 and F4).
  999.  
  1000. o    Built-in ascii chart.
  1001.  
  1002. o    Basic printing capability.
  1003.  
  1004. o    Word wrap, justification, case ops, shift ops, tab options, and white
  1005.      space display options.
  1006.  
  1007. o    Secondary WordStar commands key set.
  1008.  
  1009. o    Automatic editing of readonly files, restoring that attribute upon
  1010.      completion of editing.
  1011.  
  1012. o    Clean editing format, i.e., closes the file while it is being edited to
  1013.      make life easier on a network.
  1014.  
  1015.  
  1016. Disadvantages
  1017. -------------
  1018. o    Text file editing only.
  1019.  
  1020. o    Files of 65519 bytes or less.
  1021.  
  1022.  
  1023. What's nice about the internal editor is that you can have it when you want it
  1024. and still use your own favorite external editor when you wish.  See more about
  1025. editing choices in Setup.  We think the DOSview internal editor is quite
  1026. useful.  As meager as this documentation is -- it was done in its entirety
  1027. with the DOSview editor.  (It helped us keep the doc small!)
  1028.  
  1029. Here are the internal editor commands by keys:
  1030.  
  1031.  
  1032. Normal Function Keys
  1033. --------------------
  1034. F1   HELP      Context-sensitive help.
  1035.  
  1036. F2   SAVE      Saves the file being edited and continues editing.  (^KS)
  1037.  
  1038. F3   CUTB≈L    Cut either the current line or the current block (if a block is
  1039.                highlighted) for later pasting.
  1040.  
  1041. F4   PUTB≈L    Pastes the last line or block that was cut (once).
  1042.  
  1043. F5   COPYB     Copies the marked block to the cursor position.  (^KC)
  1044.  
  1045. F6   MOVEB     Moves the marked block to the cursor position.  (^KV)
  1046.  
  1047. F7   BEGINB    Defines the beginning of a block.  (^KB)
  1048.  
  1049. F8   ENDB      Defines the end of a block.  (^KK)
  1050.  
  1051. F9   HIDEB     Toggles showing and hiding of a marked block.  (^KH)
  1052.  
  1053. F10  QUIT      Quits editing.
  1054.  
  1055.  
  1056. Alternate Function Keys
  1057. -----------------------
  1058. F1   CHART     Displays an ascii chart.
  1059.  
  1060. F2   PRTB≈F    Prints the highlighted block or the entire file to LPT 1, 2 or
  1061.                3. (^KP)
  1062.  
  1063. F3   DELB≈L    Deletes the current block or line.  (^KY)
  1064.  
  1065. F4   CSEB≈L    Cases the current block or line to upper or lower case or
  1066.                toggles the case.  (AltU, I, O)
  1067.  
  1068. F5   WRITEB    Writes the current block to a file.  (^KW)
  1069.  
  1070. F6   READB     Reads a file into a block.  (^KR)
  1071.  
  1072. F7   JSTB≈L    Justifies the current block or line left, right or center with
  1073.                the current margins.  (AltL, C, R)
  1074.  
  1075. F8   SFTB≈L    Shifts the current block one character space to the left or
  1076.                right.  (Alt-, =)
  1077.  
  1078. F9   TABB≈L    Entabs (adds tabs) or detabs (deletes tabs) to or from the
  1079.                current block or line.  Entabbing makes tab characters out of
  1080.                every eight space string.  Detabbing makes eight spaces out of
  1081.                every tab.  (AltD, E)
  1082.  
  1083. F10  DISPLAY   Shows all file parts separate from non-file parts.  A great way
  1084.                to find extra spaces at the end of lines.  Also toggles between
  1085.                showing actual control characters and an easier-to-identify
  1086.                representation of them.  (^OD)
  1087.  
  1088.  
  1089. Miscellaneous Keys
  1090. ------------------
  1091. Ins            Toggles insert/overtype modes.  (^V)
  1092.  
  1093. Del            Deletes character at the cursor.  (^G)
  1094.  
  1095. ^T             Deletes word.
  1096.  
  1097. ^BkSp          Deletes word left.  (^H)
  1098.  
  1099. ^Y             Deletes current line.
  1100.  
  1101. ^QY            Deletes line right.  (AltK)
  1102.  
  1103. ^QL            Restores current line.  (^U)
  1104.  
  1105. ^OR            Sets right margin.
  1106.  
  1107. ^OI            Toggles auto indent mode.
  1108.  
  1109. ^OT            Toggles tab size between 8 and 5 characters.
  1110.  
  1111. ^OW            Toggles word wrap mode.
  1112.  
  1113. ^B             Reformats the current paragraph from the cursor position to the
  1114.                end of the paragraph.
  1115.  
  1116. ^OB            Reformats the entire document from the cursor position.
  1117.  
  1118. ^P             Enters a control character with the next character typed.  To
  1119.                enter an Escape character, press ^P and then Escape.
  1120.  
  1121. ^QF            Finds case insensitive.  (^Z)
  1122.  
  1123. ^QA            Finds and replaces.  The replace string case sensitive.  (^A)
  1124.  
  1125. ^L             Does the next find or replace.  (AltZ or ShiftTab)
  1126.  
  1127. ^QQ            Enter the current date and time. (AltQ)
  1128.  
  1129. ^K1..3         Define a text marker.
  1130.  
  1131. ^Q1..3         Go to a text marker.
  1132.  
  1133.  
  1134. Movement Keys
  1135. -------------
  1136. Arrows         One place in arrow direction.
  1137.  
  1138. Home           To beginning of line.
  1139.  
  1140. End            To end of line.
  1141.  
  1142. PgUp           Up one screen.
  1143.  
  1144. PgDn           Down one screen.
  1145.  
  1146. ^Home          To top of screen.
  1147.  
  1148. ^End           To bottom of screen.
  1149.  
  1150. ^PgUp          To top of file.
  1151.  
  1152. ^PgDn          To bottom of file.
  1153.  
  1154.  
  1155. Status Line Symbols
  1156. -------------------
  1157. The status line at the top of the editing screen is defined like this:
  1158.  
  1159. *FILENAME.EXT XX% Blk Ins Ind Tab:X Wrp:XX Row:XXXX Col:XXX Chr:XXX KB:XX  HH:MM
  1160.  
  1161. *              File has been modified and not yet saved.
  1162.  
  1163. FILENAME.EXT   The name of the file being edited.
  1164.  
  1165. XXX%            Cursor placement in the file as a percentage of 100%.
  1166.  
  1167. Blk            A block is marked and showing.
  1168.  
  1169. Ins            Insert mode selected (vs overtype mode).
  1170.  
  1171. Ind            Auto indent mode selected.
  1172.  
  1173. Tab:X          Tab size is X (5, 8).
  1174.  
  1175. Wrp:XX         Right margin is XX (28 - 78).
  1176.  
  1177. Row:XXXX       Row is XXXX (1 - 9999).
  1178.  
  1179. Col:XXX        Column is XXX (1 - 254).
  1180.  
  1181. Chr:XXX        Character at cursor is code XXX (0 - 255).
  1182.  
  1183. KBytes:XX    File is XX KBytes in size (0 - 64).
  1184.  
  1185. HH:MM          Current time.
  1186.  
  1187.  
  1188. Editor Notes
  1189. ------------
  1190. All switches and states (word wrap, last find string, etc) are remembered
  1191. between editing sessions as long as DOSview remains active.
  1192.  
  1193. The F3 and F4 keys (cut and paste) actually write, read and erase a temporary
  1194. block on disk, so Write rights are required.
  1195.  
  1196. Most commands move the cursor down one line after completion to make
  1197. repetitive editing operations easier.
  1198.  
  1199. The word wrap function offers an extra feature not found in a lot of editors
  1200. or word processors.  When wrapping a paragraph, it respects the correctness of
  1201. two following spaces after sentence endings.  In fact, it checks lines to make
  1202. sure this is the case, and if it finds an incorrect instance, it corrects it
  1203. during the wrap.
  1204.  
  1205.  
  1206. INTERNAL VIEWER
  1207. ===============
  1208.  
  1209. DOSview comes with its own internal viewer.  This means that any time you
  1210. press F3, by default, DOSview will instantly view the file with its viewer,
  1211. unless, of course, an 'ext' program has been defined.  The DOSview viewer is
  1212. quite weak and is only available in case a defined external viewer is not
  1213. available.  It is only meant for text files and is actually a read-only
  1214. implementation of the editor.  If you do not have an external viewer of your
  1215. own, we recommend you use the included DVV.EXE program here.
  1216.  
  1217.  
  1218. Advantages
  1219. ----------
  1220. o    The viewer is available in case you have nothing else to use.
  1221.  
  1222.  
  1223. Disadvantages
  1224. -------------
  1225. o    Text file viewing only.
  1226.  
  1227. o    Files larger than 64K will only display the first 64K.
  1228.  
  1229.  
  1230. See more about viewing choices in Setup.  Available keys are similar to the
  1231. internal editor's.
  1232.  
  1233.                                   PANEL MODE (9)
  1234.  ==============================================================================
  1235.  
  1236. Panel Mode is the normal DOSview interface.  Normally two panels are visible,
  1237. left and right.  A panel shows a portion of the current drive for that panel.
  1238. It follows that the current panel shows the current drive (and directory)
  1239. while the other panel shows its drive and directory (which may not be the
  1240. current place unless both panels show the same thing).
  1241.  
  1242. Where a panel resides is called its domain.  In other words, if the current
  1243. panel (the panel that has the wide bar highlight cursor) is showing the TOOLS
  1244. directory contents on drive C, then that panel's domain is C:\TOOLS (the
  1245. current directory if you were really in DOS).  It's really very intuitive.
  1246.  
  1247. The top of each panel shows its domain name.  The current panel shows its
  1248. domain name in reverse colors, while the other panel shows its domain name in
  1249. the normal panel window frame color.
  1250.  
  1251. Within each panel are listed the directories (first) and the files (second)
  1252. that are in that domain.  They may be sorted in almost any fashion.  They may
  1253. or may not be filtered.
  1254.  
  1255. A big difference is whether the panel is in Wide Mode or Snake Mode.
  1256.  
  1257.  
  1258. Wide Mode
  1259. ---------
  1260. This is the alternate panel format.  In this mode, each line includes a file
  1261. or directory name and certain information about that file or directory.  The
  1262. wide bar cursor covers the width of the panel.  The top line in the panel
  1263. shows the titles for each field in the panel.  One of the field's titles is
  1264. always off-color, denoting the current sort key.  The bottom line in the panel
  1265. shows the totals for files, file sizes and directories within the panel's
  1266. domain.  Note that when files are tagged, the file and size totals change to
  1267. the totals for the tagged files only (the color changes to that of a tagged
  1268. file to help you remember this).  Also available on this line is a 'H' or 'R'
  1269. denoting whether all hidden or readonly files or shown in a "ghost" color via
  1270. the GHOST command toggle.  Additionally, files may be colored differently if
  1271. the file colors switch is active (see Setup for more on this).
  1272.  
  1273. The size column may be in bytes or kilobytes, depending on the status of the
  1274. DATA command toggle.  The same is true for the last column, which will show
  1275. either the file time or the file attributes.  (This is true to an extent in
  1276. both Wide and Snake Modes).
  1277.  
  1278.  
  1279. Snake Mode
  1280. ----------
  1281. This is the default panel format.  In this mode, each of three columns show a
  1282. continuing list of directory and file names from the previous column.  The
  1283. information for each file is now shown on the top line in the panel window.
  1284. One of the information items will still be off-color to denote the current
  1285. panel sort key.  The bottom line in the panel is the same as Wide Mode.
  1286.  
  1287.  
  1288. Command Line
  1289. ------------
  1290. These keys will manipulate the command line while in Panel Mode:
  1291.  
  1292. ^Left/^Right   Move left/right ONE character on the command line (Left/Right
  1293.                are used to move the wide bar cursor).
  1294.  
  1295. ^Home/^End     Move to the next WORD on the command line (Home/End are used
  1296.                to move the wide bar cursor).
  1297.  
  1298. ^E/^X          Use these keys to load the previous/next issued DOS
  1299.                command onto the command line (Up/Down are used to move the
  1300.                wide bar cursor).
  1301.  
  1302. ^BkSp/^T       Delete the previous/next word on the command line.
  1303.  
  1304.                                    DOS MODE (10)
  1305.  ==============================================================================
  1306.  
  1307. DOS Mode is the alternate DOSview interface.  When in Panel Mode, pressing F2
  1308. takes you to DOS Mode (removes the panels from view).  The purpose of DOS Mode
  1309. is really just to view the full DOS screen.  But while in this mode, the
  1310. command line is a little easier to use.  If you change directories and then
  1311. later change to Panel Mode with F2, the new current directory will become the
  1312. current panel's domain, as you would expect.  We use F2 a lot to see the DOS
  1313. screen and to sometimes enter complicated DOS commands and then press Up Arrow
  1314. to repeat or edit them.  That's why this toggle command is on such a choice
  1315. function key.
  1316.  
  1317. In DOS Mode these keystrokes are available:
  1318.  
  1319. Normal Function Keys
  1320. --------------------
  1321. F1   HELP      DOS Mode help.
  1322.  
  1323. F2   PANELS    Returns to Panel Mode.
  1324.  
  1325. F10  QUIT      Quits DOSview.
  1326.  
  1327.  
  1328. Control Function Keys
  1329. ---------------------
  1330. F1   PANEL <   Turns on the left panel.
  1331.  
  1332. F2   PANEL >   Turns on the right panel.
  1333.  
  1334.  
  1335. Command Line
  1336. ------------
  1337. Up/Down        Use these keys to load the previous/next issued DOS
  1338.                command onto the command line.
  1339.  
  1340. Left/Right     Moves left/right on the command line.
  1341.  
  1342. ^Left/^Right   Moves left or right one word on the command line.
  1343.  
  1344. Home/End       Moves to the beginning/end of the command line.
  1345.  
  1346. ^BkSp/^T       Deletes the previous/next word on the command line.
  1347.  
  1348. Ins            Toggle insert/overtype modes.
  1349.  
  1350. Esc            Restores and edited command line to its original form or
  1351.                deletes a command line.
  1352.  
  1353.                                   TREE MODE (11)
  1354.  ==============================================================================
  1355.  
  1356. DOSview has a Tree Mode that has one purpose, to find and go to directories
  1357. quickly.  Trying to navigate through many directories, even from within a
  1358. DOSview panel, can be tedious.  However, a quick '/' press works wonders.  All
  1359. of the intermediary directory reads needed to get to some deep directories are
  1360. passed when using the tree.  Once you try it, you'll see what we mean.  The
  1361. Tree Mode commands are:
  1362.  
  1363.  
  1364. Function Keys
  1365. -------------
  1366. F1   HELP      Tree Mode help.
  1367.  
  1368. F2   FIND      This command brings up a dialog box asking for the name of the
  1369.                directory you are searching for.
  1370.  
  1371. F3   NEXT      After moving to a directory on the tree's pick list, press F3
  1372.                to move to the next occurrence of the directory name you are
  1373.                trying to find.
  1374.  
  1375. F5   MAKE      This command remakes the tree in case you have changed your
  1376.                directory structure.  You have the choice of ignoring any
  1377.                previously defined ignore directories (defined in Setup).
  1378.  
  1379. F10  CANCEL    This command quits Tree Mode.  Pressing Enter on a directory
  1380.                will do the same thing, of course, after taking you to that
  1381.                directory.
  1382.  
  1383.  
  1384. Notes
  1385. -----
  1386. After bringing up the tree, you can press the character keys to start an
  1387. incremental search.  For example, if you are looking for a directory named
  1388. TEMP, just start typing it:  T E M P.  DOSview will take you to that directory
  1389. name (if it is in the list) and then just press Enter to go to the directory
  1390. TEMP.  Alt keys are not used for this purpose here.
  1391.  
  1392. The tree file, DV.TRE, is always kept in the root directory of the current
  1393. drive in readonly, hidden status.
  1394.  
  1395. When attempting to make the tree file, DOSview always checks to see if it is
  1396. possible (you have rights to that root directory, etc.) before actually
  1397. starting the make.
  1398.  
  1399. If you select a subdirectory starting with the same name as a sibling
  1400. subdirectory under the same parent directory, DOSview may be unable to locate
  1401. it.  For example, in this tree segment:
  1402.  
  1403.   ├PARENT
  1404.   │├SUB
  1405.   │└SUB2
  1406.  
  1407. if you select SUB2, DOSview will probably report it as missing.
  1408.  
  1409. If you have too many directories, Tree Mode will command will not work.  In
  1410. that case you may wish to suppress certain directory structures by using the
  1411. ignore directories list (defined in Setup).
  1412.  
  1413.                                USER MENU MODE (12)
  1414.  ==============================================================================
  1415.  
  1416. DOSview has a built-in menuing capability.  Probably the easiest way to
  1417. describe this is make a menu item and run it.
  1418.  
  1419. So..  press '=' to bring up the menu.  At first their will be nothing in the
  1420. list.  Press F4 to edit the list.  As an example, enter D on the first line.
  1421. Press the Space Bar once.  Enter Dir on the first line.  Tab once and enter
  1422. the '~' character.  Enter DIR/W.  Press Enter to go to the next line.  Press
  1423. F2 to save the menu file.  Press F10 to quit the editing mode (the menu is
  1424. simply a text file edited and held in the internal editor).  Press Enter while
  1425. pointing to your Dir menu command.  That's all there is to it.  You can have a
  1426. near unlimited number of items in this list.  Any typeable character can be
  1427. used as the menu character (case is sensitive here).
  1428.  
  1429. To prompt for input, place a '?' within the actual DOS command.  DOSview will
  1430. ask you for optional parameters.  You may type in the parameter or press
  1431. ^Enter to insert either the highlighted file or all of the tagged files (if
  1432. less than 127 characters) into the DOS command.  When editing the menu file,
  1433. press F1 for a display of how to enter a menu item (as we just did above).
  1434.  
  1435. Placing a '!' within the DOS command causes DOSview to use the highlighted
  1436. file as the parameter.
  1437.  
  1438. Placing a '+' at the beginning of the DOS command makes DOSview edit the DOS
  1439. command (treating it as a file name) with its internal editor.
  1440.  
  1441. Hot keys, discussed earlier under Setup, can also use the '+', '?' and '!'
  1442. parameters.
  1443.  
  1444. To define a local menu for the current directory, press Alt= instead of =.
  1445.  
  1446.  
  1447. Function Keys (when using the menu)
  1448. -------------
  1449. F1   HELP      Help.
  1450.  
  1451. F4   EDIT      Edits the menu file.
  1452.  
  1453. F10  CANCEL    Quits User Menu Mode.
  1454.  
  1455.  
  1456. Function Keys (when editing the menu)
  1457. -------------
  1458. F1   HELP      Help (same as editor help).
  1459.  
  1460. F2   SAVE      Saves the menu file.
  1461.  
  1462. F3   CUTLN     Cuts the current line to a buffer.
  1463.  
  1464. F4   PUTLN     Puts the line from the buffer to the cursor position.
  1465.  
  1466. F10  QUIT      Quits editing.
  1467.  
  1468.  
  1469. Notes
  1470. -----
  1471. The menu file, DV.MNU, is always kept in DV.EXE's home directory in readonly,
  1472. hidden status (DOSview's internal editor can edit readonly files).
  1473.  
  1474. Note that when editing the menu file, you are actually in DOSview's internal
  1475. editor with a different window size.  All internal editor functions work
  1476. normally.  Also, F1 gives a good example of how to enter a new menu item.
  1477.  
  1478. Menu editing is only allowed when you are in Panel Mode.
  1479.  
  1480.                                    TAGGING (13)
  1481.  ==============================================================================
  1482.  
  1483. There is more than one way to tag a file or group of files in DOSview.  The
  1484. quickest and most used way is to use the Ins key to toggle the tag on the
  1485. currently highlighted file to on or off.
  1486.  
  1487. Note that when you tag files, the bottom line in the panel window changes to
  1488. the tagged color and now displays file and size totals for the tagged files
  1489. only.
  1490.  
  1491. Another way to tag files is to use the '+' key (either one) for tagging and
  1492. the '-' key for untagging.  In these cases, you will be asked for a file
  1493. specification.  Any true DOS wild card spec here (unlike some other areas of
  1494. DOSview) determines which files will be tagged or untagged.  When tagging a
  1495. large set of files, this process can take a few seconds or sometimes moments
  1496. (unless the spec is *.*) as DOSview rereads the panel and matches the
  1497. appropriate file names.
  1498.  
  1499. This +, - tagging and untagging is progressive.  In other words you may decide
  1500. to tag *.EXE files and then tag *.COM files.  The *.EXE set will remain tagged
  1501. as the *.COM files become tagged.
  1502.  
  1503.                                   BATCH MODE (14)
  1504.  ==============================================================================
  1505.  
  1506. The BATCH command is available to help you perform batch operations on defined
  1507. groups of files in the current panel's domain.  After tagging the files you
  1508. wish to manipulate, press this command key and a dialog box will appear.  Here
  1509. are the dialog questions:
  1510.  
  1511. File name      Enter the name of the batch file you wish to make or run here.
  1512. ---------      The default is always ~DV.BAT.  If you do not change this name,
  1513.                then when you execute the information entered into the dialog
  1514.                box, DOSview will immediately run this batch file but will
  1515.                _not_ save it.  You need to rename this default name to
  1516.                something else, like MY.BAT, in order to save it.  Then DOSview
  1517.                will immediately save the file but not run it.  You must then
  1518.                point to it and run it or enter its name on the command line.
  1519.                This is so you can review and perhaps edit the batch file
  1520.                before executing it.  You can also name the file by an ordinary
  1521.                name like MYLIST as opposed to a batch file name (.BAT).  This
  1522.                can be extremely useful for those programs (like PKZIP (tm))
  1523.                that can use a list full of file name derivatives.
  1524.  
  1525. Text before    Enter any text you wish to place before each file listed (the
  1526. -----------    tagged files) in the batch/list file.
  1527.  
  1528. Format         Here, you have three choices on how DOSview will actually write
  1529. ------         the tagged file names to the file.
  1530.  
  1531.                P = the full pathname, like C:\TOOLS\MY.EXE;
  1532.                F = the filename and extension only, like MY.EXE; and
  1533.                N = the filename only, like MY.
  1534.  
  1535. Text after     Enter any text you wish to place after each file listed (tagged
  1536. ----------     files) in the batch/list file.
  1537.  
  1538. Note that the bottom line in the dialog box always shows you exactly the line
  1539. you are building with the above entries.
  1540.  
  1541. BATCH FILE example:
  1542. If you enter
  1543.  
  1544. MY.BAT
  1545. copy
  1546. N
  1547. B: /v
  1548.  
  1549. then DOSview would make this batch file:
  1550.  
  1551. copy FILEX.EXT   B: /v
  1552. copy FILEXX.EXT  B: /v
  1553. copy FILEXXX.EXT B: /v
  1554. etc..
  1555.  
  1556. where FILEX.EXT represents the files you have tagged prior to entering the
  1557. dialog box.
  1558.  
  1559.  
  1560. LIST FILE example:
  1561.  
  1562. If you enter
  1563. MYLIST
  1564.  
  1565. F
  1566.  
  1567.  
  1568. then DOSview would make this list file:
  1569. FILEX.EXT
  1570. FILEXX.EXT
  1571. FILEXXX.EXT
  1572. etc..
  1573.  
  1574. Here, you could then issue this command on the DOS command line:
  1575.  
  1576. PKZIP -U @MYLIST
  1577.  
  1578. instead of
  1579.  
  1580. PKZIP -U FILE1.EXT FILE2.EXT FILE3.EXT etc.
  1581.  
  1582.                               NETWORK OPERATIONS (15)
  1583.  ==============================================================================
  1584.  
  1585. Operating DOSview on a network is exactly like operating it on a standalone
  1586. machine with the following exceptions.
  1587.  
  1588.      ***** The following can be accomplished by running DVNSETUP.EXE *****
  1589.  
  1590. You _may_ configure DOSview so that each user gets their own DV.INI file.
  1591. Simply make a file that resides in DV.EXE's home directory called DV.NET.  1)
  1592. Place the path for users' INI files on the first line of this file, like H:\.
  1593. All users must have access rights to this path and it must be a place that is
  1594. physically distinct for all users.  A "privately" mapped "home" drive is
  1595. perfect in this case, like mapping F:\USER\USERNAME to H:\.  2) Optionally,
  1596. place the path of a shared log file, called DV.LOG, on the second
  1597.  
  1598. 1) In the above case, when a user starts DOSview for the first time, DOSview
  1599. will copy the DV.INI file from DV.EXE's home to the path defined on line 1 of
  1600. DV.NET.  It will only do that if the local DV.INI is not already there.  From
  1601. then on, the user will use and change their own INI file.
  1602.  
  1603. 2) If the path to a log file was defined on line two of DV.NET, then ^N will
  1604. edit a shared log file (great for network in-progress notes between users).
  1605. Only one user is allowed access to this file at one time.  But all users are
  1606. notified (a check mark is shown on the time display or on the status panel)
  1607. when the file has been changed since their last look at it.
  1608.  
  1609. The network supervisor should run DOSview the first time before making the 
  1610. DV.NET file and setup the desired default configuration for users.  Then, quit
  1611. DOSview, make the DV.NET file (use DVNSETUP), and restart DOSview.
  1612.  
  1613.                                VERSION CONTROL (16)
  1614.  ==============================================================================
  1615.  
  1616. Program   Version
  1617. -------   -------
  1618. DV        1.9
  1619. DVNSETUP  1.1
  1620. DVA       1.3
  1621. DVC       1.6
  1622. DVD       1.3
  1623. DVE       1.3
  1624. DVF       1.2
  1625. DVG       1.0
  1626. DVL       1.1
  1627. DVM       1.3
  1628. DVP       1.3
  1629. DVQ       1.2
  1630. DVS       1.5
  1631. DVV       1.6
  1632. DVZ       2.6
  1633.  
  1634.                                    CREDITS (17)
  1635.  ==============================================================================
  1636.  
  1637. Turbo Pascal is a trademark of Borland International.
  1638.  
  1639. PKZIP is a registered trademark of PKWARE, Inc.
  1640.  
  1641. MS-DOS is a trademark of Microsoft Corporation.
  1642.  
  1643. Netware and Novell are registered trademarks of Novell, Inc.
  1644.  
  1645. Windows is a registered tradmark of Microsoft Corporation.
  1646.  
  1647. Trademarks of other companies mentioned in this file are the property of their
  1648. respective companies.
  1649.  
  1650.                                   SHAREWARE (18)
  1651.  ==============================================================================
  1652.  
  1653. Evaluation Copy
  1654. ---------------
  1655. THIS IS NOT FREE SOFTWARE!  You may evaluate and use this product, but if you
  1656. decide to make use of it on a regular basis, you must register your copy.
  1657.  
  1658. Note:  Businesses, government agencies and institutions are required to
  1659. register this software package before extended use.
  1660.  
  1661. We offer several inducements to you for registering.  First of all, you will
  1662. receive the most up-to-date copy of the program -- and we update the program
  1663. on a regular basis.  Also, we have many additional mini-utilities that work
  1664. nicely with DOSview not included in this package that we will ship to you upon
  1665. registration.  Third, you will never see the shareware message again.  Make no
  1666. mistake, however -- this is a fully functional version of DOSview that is not
  1667. "crippled" in any way.
  1668.  
  1669.  
  1670. Distribution
  1671. ------------
  1672. This is "user-supported" software.  You are hereby granted permission to
  1673. distribute this evaluation copy of DOSview and its documentation, subject to
  1674. the following conditions:
  1675.  
  1676. 1.  Shareware DOSview may be distributed freely without charge in evaluation
  1677.     form only.
  1678.  
  1679. 2.  DOSview in its shareware form may not be sold, licensed, or a fee charged
  1680.     for its use.  If a fee is charged in connection with DOSview, it must
  1681.     cover the cost of copying or dissemination only.  Such charges must be
  1682.     clearly identified as such by the originating party.  Under no
  1683.     circumstances may the purchaser be given the impression that he is buying
  1684.     a registered version of DOSview.
  1685.  
  1686. 3.  Shareware DOSview must be presented as a complete unit with documentation.
  1687.     Neither DOSview nor its documentation may be amended or altered in any way
  1688.     without permission of the copyright holder.
  1689.  
  1690. 4.  By granting you the right to distribute the evaluation form of DOSview,
  1691.     you do not become the owner of DOSview in any form.
  1692.  
  1693. Any other use, distribution or representation of DOSview is expressly
  1694. forbidden without written consent from the author.
  1695.  
  1696.  
  1697. Registration
  1698. ------------
  1699. The non-commercial single-user registration fee for DOSview is $40.00 US.  
  1700. ($5 shipping is included.)
  1701.  
  1702. The commercial/government and multi-system site fee for DOSview is $160.00 US.
  1703. ($10 shipping is included.)
  1704.  
  1705. Send a check, money order or company P.O. for the appropriate amount to:
  1706.  
  1707.           Skip Bremer - DOSview
  1708.           3401 Cactus Wren Way
  1709.           Austin, Texas 78746
  1710.  
  1711. Thank you.
  1712.  
  1713. Telephone: 512-328-2465
  1714. Compuserve ID: 71614,2556
  1715.  
  1716.  
  1717. Disclaimer
  1718. ----------
  1719. The author does not warrant that the functions contained in this program will
  1720. meet your requirements or that the program operation will be uninterrupted or
  1721. error free.
  1722.  
  1723. The author specifically disclaims all other warranties, expressed or implied,
  1724. including but not limited to implied warranties of fitness for any particular
  1725. purpose and of merchantability.
  1726.  
  1727. In no event will the author be liable to you for any damages, including but
  1728. not limited to any lost profits, lost savings, commercial damage or other
  1729. incidental or consequential damages arising out of the use or inability to use
  1730. this program, or for any claim by any other party.
  1731.