문제

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