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
Batch coding
Moderator: Moderators
-
nic8082242
- Posts: 266
- Joined: Fri Nov 09, 2007 5:54 pm
- PSN Username: ncmlls
- Location: In the Hills,Oklahoma
Code: Select all
sndrec32 /embedding /play /close "C:\test.wav"I can get working only wav files, anyway it should work fine
-
hotfootball2000
- Posts: 105
- Joined: Sat Sep 06, 2008 6:20 pm
you
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


