Jump to content

Control Panel


warcrow
 Share

Recommended Posts

Does anyone know how to execute something in the control panel? More specifically, I'm trying to open up the (Advanced) SMS client so I can input the sitecode. I cannot find the executable in the program files folder, so I figure this is the next step.

Help? :)

Link to comment
Share on other sites

Does anyone know how to execute something in the control panel? More specifically, I'm trying to open up the (Advanced) SMS client so I can input the sitecode. I cannot find the executable in the program files folder, so I figure this is the next step.

Help? :)

Look in that post to get yourself to some options in control panel. While there's no SMS there but maybe there's similar way to get it working for SMS (google?)

http://www.autoitscript.com/forum/index.php?showtopic=42400

My little company: Evotec (PL version: Evotec)

Link to comment
Share on other sites

does this work? I cannot test, I don't have SMS

Run("control.exe Smscfg.cpl")

EDIT: forgot closing quotation

Hrm....

control.exe works (in bringing up control panel) but the syntax you posted does not bring up the SMS config client, unfortunately.

Link to comment
Share on other sites

look in system32 folder for cpl files, see if one will open the SMS

Excellent suggestion! I found the CPL file and when I double click it, it opens. When I set up the syntax in AutoIT:

Run("C:\WINXP\system32\CCM\SMSCFGRC.cpl")

I get the error msg:

C:\Documents and Settings\<removed>\Desktop\Projects\SMS Configuration\AI_SMS_CONFIG.au3 (1) : ==> Unable to execute the external program.:

Run("C:\WINXP\system32\CCM\SMSCFGRC.cpl")

But when I throw:

C:\WINXP\system32\CCM\SMSCFGRC.cpl

into the run box it loads up. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...