SetVol.exe closes instantly

Here you are welcome to discuss items of general interest related to SetVol
Post Reply
Deeldoos
Posts: 1
Joined: Thu Nov 17, 2022 10:51 am

SetVol.exe closes instantly

Post by Deeldoos »

Look, im not the best at progamming with batch files or cmd. I just want to prank my friends with a batch file that opens youtube and then max volume. I want to use set vol but it closes instantly after opening setvol.exe! And I don't know why...

OS: Windows 10
RobLatour
Site Admin
Posts: 1003
Joined: Mon Feb 19, 2018 11:43 am

Re: SetVol.exe closes instantly

Post by RobLatour »

Setvol is a command prompt program

It is designed to be run from a .bat file or from the command line.

if you just double click on it from file explorer it will close right away.

To run it from the command line (assuming you have stored the file in c:\program files\setvol

Press the Windows and R keys at that same time
in the pop-up screen that appears enter:
cmd

in the command line window that appears type

c:
cd \
cd "Program Files\setvol"
setvol
Post Reply