home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rfm102.zip / VIEW.DOC < prev    next >
Text File  |  1992-08-24  |  4KB  |  95 lines

  1.  
  2.                 PAUL'S MULTIPLE FILE VIEWER version 3.20 (c) 1992
  3.  
  4. This is a very useful program. It can be used without PUP but you'll be crazy
  5. if you don't use PUP (or RFM).
  6. V.COM is used by RFM with the permission of Paul van der Linden.
  7.  
  8. V is used in one of three ways (all uses of V.COM and VIEW.CFG are
  9. completely case insensitive):
  10.  
  11.   v filename[.ext]
  12.  
  13.   View a file with one of your favorite file viewers specified either in the
  14.    config file or in the view program itself.
  15.    If you don't give an extension then VIEW will search for files with
  16.    extensions from the given ones in the config.
  17.    If it finds one, it will execute the corresponding program
  18.    else it will execute the default editor/viewer.
  19.  
  20.   v /s
  21.  
  22.   Save the config contained in V.COM to a file in the current directory.
  23.    This is now the standard config file that will be used when you are viewing
  24.    files. So any modifications to the file will have immediate effect ( so
  25.    moving it too will lead to an error because VIEW.CFG cannot be found ).
  26.  
  27.   v /l
  28.  
  29.   Load the config file into the V.COM file ( the opposite of /s ).
  30.    The program will be a bit faster because VIEW.CFG doesn't have to be read
  31.    from disk, but you will not be able to change the viewing programs.
  32.  
  33.  
  34.  Note: When you use /s or /l  when V.COM is not in your current directory
  35.        then there will be one after execution. This is the new V.COM program
  36.        so you better not do that to avoid confusion.???
  37.  
  38. You can create or modify the VIEW.CFG file youself with any text editor.
  39. The format is this:
  40.  
  41.   1st line: the default viewer in case the given extension is not recognized.
  42.   next lines: 3 characters for the extension needed for the viewer,
  43.   immediately after that ( not on a new line ) the full path and extension
  44.   of the program and after that the arguments that the program needs with
  45.   the name of the file you want to view the character 'ƒ' (Florin character,
  46.   ALT-159 of the numeric keypad) and the extension: 'é' (ALT-130).
  47.   If you want PUP or RFM to wait for a buttonpress after execution of the
  48.   viewer you must specify that the viewer returns an error code. This is done
  49.   by typing an 'ê' (ALT-136) anywhere in the arguments of that viewer.
  50.   What's the use of this 'ê'- character, you may ask yourself. Well, if, for
  51.   instance you click the right button in PUP or RFM to view a ZIP-file, V.COM
  52.   will be called to view the ZIP-file, it's contents will race across your
  53.   screen and without the 'ê', PUP or RFM will be executed again before you
  54.   could even glance at the ZIP-file contents. When you did specify the 'ê' in
  55.   the ZIP-line in VIEW.CFG, its contents would remain on screen along with a
  56.   "press any button"-message until you pressed a button. After this button-
  57.   press PUP or RFM will be executed again.
  58.   This error code has no effect when you use V.COM from the DOS command line.
  59.  
  60.  
  61. Note: There must be something after the program name,
  62.       so this is not allowed: GIFc:\gif\cshow.exe<return>
  63.       You must type something like this: GIFc:\gif\cshow.exe *.GIF<return>
  64.  
  65. Summary:
  66.   ƒ  stands for the filename,
  67.   é  stands for the extension and
  68.   ê  stands for return an error code.
  69.  
  70.   For example:
  71.   C:\utils\q.exe ƒé                       The default editor
  72.   ZIPc:\util\pkunzip.exe ê-v ƒé           The program for viewing ZIP-files
  73.   arjc:\util\arj.exe êl ƒé                The program for viewing ARJ-files
  74.   FLIc:\animation\quickfli.exe ƒé         The program for viewing FLI-files
  75.   GL C:\ANIMATION\GRASP4.EXE ƒé           The program for viewing GL-files
  76.   OBJc:\lang\asm\link.exe ƒé,C:,NUL.MAP,, The program for linking OBJ-files
  77.  
  78.  
  79. IMPORTANT:
  80.   V.COM is distributed without a config file loaded into it, so you can edit
  81.   the VIEW.CFG file to your own needs and then execute "v /l" to load it.
  82.   (of course, you can leave VIEW.CFG on disk as well)
  83.  
  84. If you enjoy this program and feel the urge to pay for it, you can contact
  85. me via the RABO.
  86.  
  87.  RABO 137468555 Eindhoven The Netherlands
  88. tnv Paul van der Linden. Any amount will do.
  89.  
  90. If you do that, you get my everlasting thanks.
  91.  
  92. Enjoy the program !!!
  93.  
  94.  
  95.