Command line arguments for (sndrec32.exe)?

  • Thread starter Thread starter John Doe
  • Start date Start date
J

John Doe

Is there a command line argument for (sndrec32.exe) to keep the
program window from showing when the sound file is played?

Currently, the command looks like this.

"C:\WINDOWS\system32\sndrec32.exe" "%1" /play /close

Would be even better if the window didn't show at all. I'm sure
that's possible via programming, but is there a command line argument
that can be used to prevent a window from showing when the program
starts?

Grasping at straws.

Thanks.
 
"C:\WINDOWS\system32\sndrec32.exe" "%1" /embedding /play /close

Well, that "/embedding" seems to do what I asked for.
 
Back
Top