change system volume in a vb script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • horizxon@gmail.com

    change system volume in a vb script

    Hi. I am a perl scripter doing things in a windows environment and a
    current thing Im working on requires me to change the volume. Perl has
    a Win32::Sound module which allows one to do this easily but Its
    messing things up like the balance and there seems to be no other way
    around it except to call another program to change the volume. Problem
    is, windows volume changing program has NO command line interface. So
    I want to make one in vb. this langauge is made by microsoft so it
    should have the feature of being able to change volume, right? If
    anyone knows how then, please please please tell me how to do it. Im
    not expecting a full program but If someone does it for me that would
    be sweet. or great. Also, tell me how to run the script if you can
    since Im not that familiar with this language.

  • Newbie Coder

    #2
    Re: change system volume in a vb script

    VB Scripting have their own newsgroup:

    microsoft.publi c.scripting.vbs cript

    Can always try Technet Script Centre too:



    --
    Newbie Coder
    (It's just a name)



    <horizxon@gmail .comwrote in message
    news:1189306488 .060518.294440@ r34g2000hsd.goo glegroups.com.. .
    Hi. I am a perl scripter doing things in a windows environment and a
    current thing Im working on requires me to change the volume. Perl has
    a Win32::Sound module which allows one to do this easily but Its
    messing things up like the balance and there seems to be no other way
    around it except to call another program to change the volume. Problem
    is, windows volume changing program has NO command line interface. So
    I want to make one in vb. this langauge is made by microsoft so it
    should have the feature of being able to change volume, right? If
    anyone knows how then, please please please tell me how to do it. Im
    not expecting a full program but If someone does it for me that would
    be sweet. or great. Also, tell me how to run the script if you can
    since Im not that familiar with this language.
    >

    Comment

    • horizxon@gmail.com

      #3
      Re: change system volume in a vb script

      On Sep 8, 11:49 pm, "Newbie Coder" <newbieco...@sp ammeplease.com>
      wrote:
      VB Scripting have their own newsgroup:
      >
      microsoft.publi c.scripting.vbs cript
      >
      Can always try Technet Script Centre too:
      >

      >
      --
      Newbie Coder
      (It's just a name)
      >
      <horiz...@gmail .comwrote in message
      >
      news:1189306488 .060518.294440@ r34g2000hsd.goo glegroups.com.. .
      >
      Hi. I am a perl scripter doing things in a windows environment and a
      current thing Im working on requires me to change the volume. Perl has
      a Win32::Sound module which allows one to do this easily but Its
      messing things up like the balance and there seems to be no other way
      around it except to call another program to change the volume. Problem
      is, windows volume changing program has NO command line interface. So
      I want to make one in vb. this langauge is made by microsoft so it
      should have the feature of being able to change volume, right? If
      anyone knows how then, please please please tell me how to do it. Im
      not expecting a full program but If someone does it for me that would
      be sweet. or great. Also, tell me how to run the script if you can
      since Im not that familiar with this language.
      Thanks

      Comment

      Working...