Batch coding

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

Post Reply
nic8082242
Posts: 266
Joined: Fri Nov 09, 2007 5:54 pm
PSN Username: ncmlls
Location: In the Hills,Oklahoma

Batch coding

Post by nic8082242 »

Alright so me and a friend are always arguing mines cooler about this or this or this, or we're saying I can get mine to do more/better. So here'es my situation. We both got our hands on some batch coding and we're using it to start programs from the batch command. thing is that when I open up the first batch it plays a sound file, same for him, but I don't want mine to open up WMP11 i want it to playt within the batch file. I've seen it done in programs, but I can't seem to figure out how to do it an a batch file. Any help would be appreciated.

-nic8082242
Bibin
Posts: 1127
Joined: Sun Mar 04, 2007 2:14 am
Location: Brooklyn, NY

Post by Bibin »

The other batch files probably invoked an audio player that ran without a GUI window, like mplayer for linux.
...
kasar
Posts: 634
Joined: Tue May 15, 2007 2:36 pm
Location: 127.0.0.1
Contact:

Post by kasar »

Code: Select all

sndrec32 /embedding /play /close "C:\test.wav"
change the test.wav sound for a custom one.
I can get working only wav files, anyway it should work fine
hotfootball2000
Posts: 105
Joined: Sat Sep 06, 2008 6:20 pm

you

Post by hotfootball2000 »

figure it out yourself you cheater
nic8082242
Posts: 266
Joined: Fri Nov 09, 2007 5:54 pm
PSN Username: ncmlls
Location: In the Hills,Oklahoma

Post by nic8082242 »

Hey John (ths is the friend who I'm trying to beat) you're biter as u called Kevin so leave now BITER!!!
Image
Post Reply