warcrow Posted October 16, 2007 Posted October 16, 2007 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?
DW1 Posted October 16, 2007 Posted October 16, 2007 sorry for not knowing but what is the SMS? AutoIt3 Online Help
herewasplato Posted October 16, 2007 Posted October 16, 2007 (edited) See http://www.autoitscript.com/forum/index.ph...st&p=409035 for an example of how to open a cpl file and - in that example - go to a particular part of the applet. Edit - my edit broke the link Edited October 16, 2007 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
herewasplato Posted October 16, 2007 Posted October 16, 2007 sorry for not knowing but what is the SMS?http://www.microsoft.com/smserver/default.mspx [size="1"][font="Arial"].[u].[/u][/font][/size]
MadBoy Posted October 16, 2007 Posted October 16, 2007 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)
DW1 Posted October 16, 2007 Posted October 16, 2007 (edited) does this work? I cannot test, I don't have SMS Run("control.exe Smscfg.cpl") EDIT: forgot closing quotation Edited October 16, 2007 by danwilli AutoIt3 Online Help
warcrow Posted October 16, 2007 Author Posted October 16, 2007 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.
warcrow Posted October 16, 2007 Author Posted October 16, 2007 See http://www.autoitscript.com/forum/index.ph...st&p=409035 for an example of how to open a cpl file and - in that example - go to a particular part of the applet.Oops! That link isnt working.
herewasplato Posted October 16, 2007 Posted October 16, 2007 Oops! That link isnt working.http://www.autoitscript.com/forum/index.ph...st&p=409035my edit of that post broke the link :-) What OS are you running? [size="1"][font="Arial"].[u].[/u][/font][/size]
warcrow Posted October 16, 2007 Author Posted October 16, 2007 http://www.autoitscript.com/forum/index.ph...st&p=409035my edit of that post broke the link :-) What OS are you running?Win XP SP2
DW1 Posted October 16, 2007 Posted October 16, 2007 look in system32 folder for cpl files, see if one will open the SMS AutoIt3 Online Help
herewasplato Posted October 16, 2007 Posted October 16, 2007 If the Run(control... line is not working for you - then maybe:http://www.autoitscript.com/forum/index.ph...ost&p=77918 [size="1"][font="Arial"].[u].[/u][/font][/size]
weaponx Posted October 16, 2007 Posted October 16, 2007 There are way too many "See here: link" responses. If you are going to post a link, at least post a summary or something.
warcrow Posted October 16, 2007 Author Posted October 16, 2007 look in system32 folder for cpl files, see if one will open the SMSExcellent 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.cplinto the run box it loads up.
herewasplato Posted October 16, 2007 Posted October 16, 2007 Run('control C:\WINXP\system32\CCM\SMSCFGRC.cpl') [size="1"][font="Arial"].[u].[/u][/font][/size]
warcrow Posted October 16, 2007 Author Posted October 16, 2007 Run('control C:\WINXP\system32\CCM\SMSCFGRC.cpl')Ah ha! I figured the run command was the same a basically double-clicking a file. :"> Thanks for the tip!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now