home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / shez89.zip / SAMPLE.EV < prev    next >
Text File  |  1993-03-13  |  3KB  |  45 lines

  1. ;******************************************************************
  2. ;            SHEZ External viewer specification file.             *
  3. ;                 (SAMPLE FILE ONLY!!!!!)                         *
  4. ;                                                                 *
  5. ;            AFTER MODIFYING THIS FILE IT MUST                    *
  6. ;                    BE RENAME TO:                                *
  7. ;                      SHEZ.EV                                    *
  8. ;            AND THEN COPIED TO A DIRECTORY THAT IS               *
  9. ;                IN YOUR PATH STATEMENT.                          *
  10. ;                                                                 *
  11. ;                                                                 *
  12. ;FORMAT OF FILE:                                                  *
  13. ;  Each line must end with a Carriage return, Line feed.          *
  14. ;  Everything to the right of a semicolon treated as comments.    *
  15. ;                                                                 *
  16. ;  External viewer programs are specified as follows:             *
  17. ;     EXT = PROGRAM                                               *
  18. ;  WHERE ext      is the file extension (DO NOT ENTER THE PERIOD!)*
  19. ;        program  is the program to execute based on the selected *
  20. ;                 file extension.                                 *
  21. ;                 $f indicates to SHEZ where to place the filename*
  22. ;                    when executing the program.                  *
  23. ;EXAMPLE:                                                         *
  24. ; C=E:\UTY\QEDIT.EXE $F                                           *
  25. ;                                                                 *
  26. ; If the highlighted file in SHEZ is HELP.C then SHEZ will        *
  27. ; attempt to execute E:\UTY\QEDIT.EXE HELP.C                      *
  28. ;                                                                 *
  29. ;                                                                 *
  30. ;******************************************************************
  31.  
  32. [External Viewers]     ;THIS IS A REQUIRED ENTRY, TELLS SHEZ WHERE
  33.                        ;THE EXTERNAL VIEWER DATA BEGINS
  34.  
  35. =list.com $f           ;This is a generic viewer it will be executed if
  36.                        ;the highlighted file's extension is specified.
  37.  
  38. H  =Q.EXE $f           ;Run q.exe for file with .h  extension
  39.  
  40. DOC=E.EXE $f           ;Run e.exe for file with .doc extension
  41.  
  42. WP =WPVIEW.EXE $F      ;Run wpview.exe for file with .wp extension
  43.  
  44. C=E.EXE $F             ;Run e.exe for file with .c extension
  45.