質問

I am making a batch-file that will start a song and i want to make it ask for a volume.

How do I set the volume? Is it even possible?

役に立ちましたか?

解決

To make the Batch file "ask for a volume", execute: sndvol.exe (sndvol32.exe in Windows XP).

There is no way that a Batch file "set the volume" via standard commands, but a third party program can do it, like NirCmd

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top