View Single Post
  #14  
Old 01-05-2006, 02:54 AM
David Candy
 
Posts: n/a
Default Re: the sound of a cannon

The /r part of For is NT specific. Not in Dos/9.x's For. Type For in Help.

SndRec32 /play /close has been around since 95 at least.

Start again has slight differences from 9.x. Especially the empty quotes (big trap for 9x people on NT). Type Start in help. I need start to stop all the wave files playing at the same time which makes the computer very slow. Unlike 9x Start is an internal command rather than a external command (ie program) in NT based systems.

--
--------------------------------------------------------------------------------------------------
<img src=http://www.smh.com.au/ffximage/2005/10/16/430terrorfile.gif>
=================================================
"Heirloom" <roland58XX@XXcox.net> wrote in message news:OJMlSEs0FHA.1264@tk2msftngp13.phx.gbl...
> Although, not the one with the "cannon", I am still amazed at your answer,
> Mr. Candy. Excuse this as being OT, but, I was trying to figure out the
> command line parameters you posted. Have searched various MS sites and
> Google hits re: cmd line parameters. Some I know, some are obvious and some
> are Greek.....where would one go to find the Greek translations?
> (i.e. /r %A) I don't remember those from the old DOS 3.2 days. Thanks
> for any response...........
> Heirloom, old and detail oriented
>
> "David Candy" <.> wrote in message
> news:OUojjsr0FHA.2652@TK2MSFTNGP14.phx.gbl...
> for /r c:\ %A in (*.wav) do Start "" /w sndrec32 "%A" /play /close
>
> Type above in command prompt. It will play each sound one by one on your
> computer. Look at the file name when you here a cannon.
>
> In case it is called cannon did you search for that word.
>
> dir c:\cannon*.* /a /s
> --
> --------------------------------------------------------------------------------------------------
> <img src=http://www.smh.com.au/ffximage/2005/10/16/430terrorfile.gif>
> =================================================
> "sf" <see_reply_address@nospam.com> wrote in message
> news:4ju5l1t34rhisqc1kodc5a2nb2i774u248@4ax.com...
>> On Sun, 16 Oct 2005 09:38:56 -0500, Heirloom wrote:
>>
>>> Once you are in the Sounds and Audio Devices, Sounds tab, left click
>>> once
>>> on the desired event, the 'sounds' window just below, will display the
>>> assigned sound.........to the right of the sound file path will be the
>>> 'play' button marked with a solid 'arrow head' pointing right (standard
>>> play button icon). If you hover your mouse pointer over the button
>>> (and
>>> don't have the feature turned off) you will see a message box that says
>>> "play sound." Simply left click the play button.
>>>

>> Found it, sorry for being so dense. I thought that arrow had
>> something to do with the "browse" button. Sheesh. Anyway, I sampled
>> ALL the sounds and none of them is even close to a cannon/bomb. So,
>> I'm still wondering what program is doing this.
>>
>>> Re: the error message, my assumption would be that it is asking for you
>>> to
>>> "insert your original installation disk" so that it can copy the
>>> affected
>>> files. However, not knowing what files and versions are going to be
>>> replaced.....I would recommend setting a restore point before performing
>>> the
>>> change.....just to be safe.

>>
>> I turned off the computer and it seems none the worse for wear today.
>>
>> thanks
>>>
>>> "David Candy" <.> wrote in message
>>> news:ekrMn9j0FHA.712@TK2MSFTNGP10.phx.gbl...
>>> Click the play button. Open your eyes.

>>

>
>

Reply With Quote