how can i change my computer volume using a batch file?
问题 I am making a batch alarm but i need a way to turn the sound up automatically so I dont have to. current code for alarm (if you have any other improvements feel free to suggest them). @ECHO OFF color 0a cls echo Ezlo alarm system echo The curent time is: %time% set /p INPUT=What time should the alarm be set for? (24hr) :time cls echo Ezy alarm echo The curent time is: %time% Echo Alarm is set for %input% if '%TIME%'=='%INPUT%' GOTO ALARM GOTO time :ALARM ECHO get up! start "D:\Users\nic