home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 690.SSV10.DOC < prev    next >
Text File  |  1993-04-20  |  4KB  |  81 lines

  1. Program:        S3 Smart View (SSV)
  2. Date:           04/20/93
  3. Version:        1.00
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To automatically select a viewer based on the extension of the file name that
  9. it is given.  Actually, SSV can be used in any instance where a program must
  10. be run based on the extension of the file name that is passed to it.  In other,
  11. words, data processing tools, editors, linkers, etc.
  12.  
  13. Install:
  14.  
  15. Place SSV.EXE in a directory that is in your PATH statement if you wish to call
  16. it from anywhere.  While in that directory, run the SSVCFG.EXE program to
  17. create the data file that SSV will use.  This SSV.CFG configuration file MUST
  18. be located in the same directory as SSV.EXE.  You can name SSV.EXE any way
  19. you like.  You can NOT rename the SSV.CFG file.  If you need more than one
  20. copy on a system, rename the SSV.EXE file and place each copy in a different
  21. directory.  When the newly named SSV.EXE program is run, it will determine its
  22. source path from DOS and find its corresponding SSV.CFG file there.
  23.  
  24. Procedure:
  25.  
  26. First, run SSVCFG to add, delete or modify viewers in the configuration file.
  27. Note, SSV can handle up to 200 viewers.  This number may be smaller depending
  28. on the amount of memory available at the time when you try to run SSV.EXE.
  29. In the configuration file, if specify an extension of # for one viewer, that
  30. viwer will be the default viewer if there isn't a viewer preconfigured for
  31. a file when you try to run it.
  32.  
  33. If you have a command line that requires that the file name be placed in
  34. a certain location along with some other commands, use the tilde (~) to
  35. signal SSV where to insert the file name to be viewed.  If you do not use
  36. a tilde, then the file name to viewed will be appended to the end of the
  37. view command by default.  Think of each entry in SSVCFG as a DOS command
  38. line when you set it up.
  39.  
  40. Once you have create the configuration file, all you need to do to use SSV
  41. is to invoke SSV with the filename you want to view:
  42.  
  43.         SSV myfile              <- will select the viewer for my file.
  44.  
  45. The file specification can contain valid DOS wildcards such as * and ?.
  46.  
  47. History:
  48.  
  49. 04/20/93        v1.0    Initial shareware release.
  50.          
  51. Please Register Me:
  52.  
  53. SSV is shareware.  As such, you can use it for 30 days.  If you continue
  54. to use the program after this period, you must register it in order to continue
  55. using it legally.  SSV is $10 U.S. per copy.
  56.  
  57. Please make payments in US Currency (no cash please) to:
  58.  
  59.         George Spafford
  60.         3003 Lakeshore Drive #216
  61.         Saint Joseph, MI 49085
  62.  
  63. Unless required, notification of receipt will not be sent.        
  64. Comments and/or questions are always welcome.  I can be reached via the mail,
  65. EXEC-PC, Channel One, Michigan OnLine, or Queued Access:
  66.  
  67. Michigan Online BBS  19200-8-N-1         616-429-3414
  68.  
  69. SDV is included for use with the SSV package as a viewer for text files only.
  70. If you register SSV, then you have a license to use SDV on one system
  71. concurrently.  If you do not register SSV and continue to use SDV, then you
  72. must register SDV separately.  Details are listed in the SDV12.DOC file.
  73.  
  74. SSV IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  75. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  76. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  77. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  78. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  79. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  80. TO USE THIS PROGRAM.
  81.