MSFN Forum: How to make beeps several times after ua install ? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to make beeps several times after ua install ? Rate Topic: -----

#1 User is offline   e21k 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 17-September 06

Posted 12 October 2006 - 08:38 AM

Hi, im beginner and english is not my 1st language sorry. But i manage done my UAXP sp2 cd by following this great site + alanoll's msfn guide the best guide for me. Anyway i want to know how to make the pc beeps 10 times after the whole process (windows, my applications & bashrat's driverpacks) is done or when the pc restart ('cause i make mine restart in cleanup.cmd called by runoceex from cd). How & what command best i put in batch ? Thanks before for any tips & samples from you guys. :yes:

my cmdlines.txt =
[COMMANDS]
"ROE.exe 937"
"REGEDIT /S setstartup.reg"
"useraccounts.cmd"
"rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"
"RunOnceEx.cmd"

my last line of cleanup.cmd =
shutdown.exe -r -f -t 60 -c "windows is restarting..."

This post has been edited by e21k: 17 October 2006 - 06:06 AM



#2 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 October 2006 - 06:43 PM

Well, do you actually need 10 beeps? You can play any music, really. After all, you can record a beep and play it ten times :) Perhaps, a beep.exe exists somewhere...

#3 User is offline   uid0 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 336
  • Joined: 12-June 06

Posted 16 October 2006 - 06:12 AM

try echo [ctrl-g]
http://www.911cd.net/forums//index.php?s=&...st&p=113629

#4 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 16 October 2006 - 01:20 PM

BEEB sound is scary for me 'cause it indicates that something wrong is happenning on my machine.

I use TUNE.COM, instead.

#5 User is offline   e21k 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 17-September 06

Posted 17 October 2006 - 06:04 AM

View Postuid0, on Oct 16 2006, 08:12 PM, said:



echo "^G" from cmd is the answer i looking for thaks vid0. the question now what is the batch script to make 10 beeps ? i just want to know after my ua xp and applications install is complete i get an audible/ sound message from the pc :whistle: . i have put all the graphics drivers from driverpacks net and ua xp + my applications into one cd and don't want to change to dvd disc to fit all the big sound drivers files, because i work with many diffrent cpu on daily basis that most got cdrom only. Any way i think also its a good idea to know my ua setup is complete without keep watching several monitors several times :no: .
thank you all guys :hello:

This post has been edited by e21k: 17 October 2006 - 07:44 AM


#6 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,195
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 17 October 2006 - 10:17 AM

Using your chosen method, I would suggest this
beep.cmd
@ECHO OFF &FOR /L %%? IN (1,1,10) DO (ECHO/ &&PING -n1 -w5000 LOCALHOST>NUL)
single line only.

<Edit>
For those without a system speaker, (like me), I would suggest this
@ECHO OFF
FOR /L %%? IN (1,1,10) DO (
	START "" /MIN /WAIT SNDREC32 -PLAY -CLOSE %SYSTEMROOT%\MEDIA\DING.WAV)
</Edit>

This post has been edited by Yzöwl: 17 October 2006 - 10:18 AM


#7 User is offline   Ctrl-X 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 444
  • Joined: 29-August 06

Posted 17 October 2006 - 11:48 AM

View PostYzöwl, on Oct 17 2006, 06:17 PM, said:

For those without a system speaker, (like me), I would suggest this

That is definitely the coolest way :thumbup

#8 User is offline   e21k 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 17-September 06

Posted 18 October 2006 - 09:25 AM

View PostYzöwl, on Oct 18 2006, 12:17 AM, said:

Using your chosen method, I would suggest this
beep.cmd
@ECHO OFF &FOR /L %%? IN (1,1,10) DO (ECHO/ &&PING -n1 -w5000 LOCALHOST>NUL)
single line only.

Yes it's work, thank you very much Yzöwl for your simple & efectif solution just what i need. i agree with mazin too, if it just one beep scared me too but several beeps is diffrent story. it's solved now :thumbup

#9 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 18 October 2006 - 10:44 AM

Sure, Yzöwl is a lord of batch scripts!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy