Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[3 / 2 / ?]

Volume setting program

No.599163 View ViewReplyOriginalReport
Hi.
How would I go about writing a program on Windows that runs in the background and basically does this:
while(1<2){
if(volume > 50)
{volume.set(50);}
}
Thanks!