<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBScript: проигрывание audio-файлов]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=1008&amp;type=atom" />
	<updated>2008-01-02T17:04:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=1008</id>
		<entry>
			<title type="html"><![CDATA[VBScript: проигрывание audio-файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=7567#p7567" />
			<content type="html"><![CDATA[<p>Простейший способ, через стандартный &quot;универсальный проигрыватель&quot; Windows:<br /></p><div class="codebox"><pre><code>Set WshShell = CreateObject(&quot;WScript.Shell&quot;)
WshShell.Run &quot;MPLAY32 /play /close C:\WINDOWS\Media\ding.wav&quot;, 0, 1</code></pre></div><p>Идею предложил <strong>alexii</strong>.</p>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2008-01-02T17:04:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=7567#p7567</id>
		</entry>
</feed>
