home *** CD-ROM | disk | FTP | other *** search
/ FotoVideo / FV_master_10.03.iso / shellexe.exe / HTML / 101
Text File  |  2002-06-02  |  4KB  |  52 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <style type="text/css">
  5.    body  { font-family:verdana, arial, helvetica, sans-serif; font-size:12px; line-height:120%; margin-left:15%; margin-right:8%; margin-top:2%; margin-bottom:8%; color:#333333; background-color: white; }
  6.    p, li, ul, ol   { font-family:verdana, arial, helvetica, sans-serif; font-size:12px; line-height:120%; }
  7.    td    { font-family:verdana, arial, helvetica, sans-serif; font-size:12px; line-height:120%; vertical-align:top; }
  8.    a       { color: #333399; }
  9.    a:hover { background-color:#eeeeff}
  10.    b     { color: black; }
  11.    h1    { font-size:160%; line-height:160%; margin-left:-15%; margin-top:40px; margin-bottom:10px; color: #333366; } 
  12.    h2    { font-size:140%; line-height:140%; margin-left:-5%; margin-top:60px; margin-bottom:7px; color: #333366; border-top: #e0e0e0 1px solid;} 
  13.    h3    { font-size:100%; line-height:100%; margin-left:-5%; margin-top:20px; color: #333366; } 
  14.    pre   { font-family:monospace, courier; margin-top:7px; margin-bottom:7px; padding: .5em; background-color: #eeeeee; border: #aaaaaa 1px solid; } 
  15.    hr     { height: 1px; color:#336; }
  16.    </style>
  17. </head>
  18. <body>
  19. <h1>SHELLEXE ShellExecute Wrapper 1.0 (build 12)<br />
  20. <span style="font-weight:normal;">Document Launcher for AUTORUN.INF</h1>
  21. <i><p>By Koen 'RockinFewl' Mannaerts, WhirlyWiryWeb.com, Nov 2001.<br />
  22. Can be freely used as long as proper credit is given.<br />Home of ShellExe is at the <a href="http://www.whirlywiryweb.com/q/shellexe.asp">Whirly Wiry Web</a>.</p>
  23. <p>This About page displays if no documents were passed to ShellExe. For correct usage, see below.</p></i>
  24. <h2>What is ShellExe</h2>
  25. <p>ShellExe launches documents with their associated viewer application. Used in autorun.inf, ShellExe allows to automatically open a document as soon as a user puts your CD in.</p>
  26. <h2>Main benefits</h2>
  27. <h3>Fall back mechanism with multiple document types.</h3>
  28. <p>ShellExe accepts a queue of documents to open. If the user hasn't the proper viewer for a document installed, ShellExe attempts to open the next document.</p>
  29. E.g. you can start with a PDF document. For the case the user hasn't Acrobat Reader installed, you can provide a HTML file. Then for the rare case the user hasn't a Web browser installed, you can provide a TXT file.<br />
  30. You can provide as many documents as desired. (Note that Windows accepts command lines up to 255 characters only).</p>
  31. <h3>Small footprint.</h3>
  32. <p>Smaller than 35KB, ShellExe is among the leanest document launchers available today.</p>
  33. <h3>Self-containment.</h3>
  34. <p>Everything ShellExe needs is built-in. It will run on anything from Windows NT3.51 and 95 on. Internet Explorer is not required. This will make your CD's autorun work on virtually all Windows platforms.</p>
  35. <h2>Usage</h2>
  36. <h3>Create a text file named <i>autorun.inf</i></h3>
  37. <p>Here's the contents of a sample autorun.inf file.</p>
  38. <pre>[autorun]
  39. open = shellexe.exe intro.avi intro.htm intro.txt</pre>
  40. <p>Modify it to make it match your document types and names.</p>
  41. <p>In this sample, ShellExe will first attempt to
  42. load <b>intro.avi</b>. If that fails (the user doesn't have an AVI viewer), ShellExe will load the <b>intro.htm</b> file.<br />
  43. If also that fails -- the user doesn't have a Web browser associated --, ShellExe will load the <b>intro.txt</b> document.<br />
  44. It's a good idea to end with a file that everyone can see, even on the simplest system. A text file is always okay.</p>
  45. <h3>Write all the files to the root of your CD</h3>
  46. <p>Write autorun.inf, shellexe.exe and all document files referred, to the root of the CD.</p>
  47. <p>Done.</p>
  48. <hr />
  49. <i><p>Can be freely used as long as proper credit is given.<br />Home of ShellExe is at the <a href="http://www.whirlywiryweb.com/q/shellexe.asp">Whirly Wiry Web</a>.</p></i>
  50. </body>
  51. </html>
  52.