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