HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > Windows XP Installation

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-20-2009, 03:13 PM
Robert
Guest
 
Posts: n/a
Default How to create macro to perform series of O/S commands


I need software to make a macro that will do the following: (just perform a
series of mouse clicks...)
1. Start the Windows Zero Configuration service
2. Open "View Available Wireless Networks" -> select "Change advanced
settings" -> select "Wireless Networks" tab -> select "Use windows to
configure my wireless network settings"

I searched (Google) for macro creation software, and only could find
AutoHotKey. I followed the instructions of the page suggesting it - Record
-> do steps -> Stop -> convert marco to .exe -> run -- it all works until I
try to run it, it puts an "H" in the bottom corner of the screen by the
clock, and just sits there - right clicking give you the option to stop the
script, resume, or exit. I immediately uninstalled the software, as it
doesn't work. This should be really simple...

(I've tried to stop the wi-fi card software from taking over on start up - I
am not
interested in any help fixing that - I just want a macro to do the key steps
to fix it, that's on my desktop so I can double click it when I need it.)



Reply With Quote
Sponsored Links
  #2  
Old 10-20-2009, 07:40 PM
Richard Urban
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

"Robert" <Robert@discussions.microsoft.com> wrote in message
news:E5C3A1C7-9780-4016-A135-1527BFE9535D@microsoft.com...
>I need software to make a macro that will do the following: (just perform a
> series of mouse clicks...)
> 1. Start the Windows Zero Configuration service
> 2. Open "View Available Wireless Networks" -> select "Change advanced
> settings" -> select "Wireless Networks" tab -> select "Use windows
> to
> configure my wireless network settings"
>
> I searched (Google) for macro creation software, and only could find
> AutoHotKey. I followed the instructions of the page suggesting it -
> Record
> -> do steps -> Stop -> convert marco to .exe -> run -- it all works until
> I
> try to run it, it puts an "H" in the bottom corner of the screen by the
> clock, and just sits there - right clicking give you the option to stop
> the
> script, resume, or exit. I immediately uninstalled the software, as it
> doesn't work. This should be really simple...
>
> (I've tried to stop the wi-fi card software from taking over on start up -
> I
> am not
> interested in any help fixing that - I just want a macro to do the key
> steps
> to fix it, that's on my desktop so I can double click it when I need it.)
>
>
>




Will this do the job (Windows Screen Recorder)?
http://technet.microsoft.com/en-us/m...2.aspx?pr=blog

--

Richard Urban
Microsoft MVP
Windows Desktop Experience & Security

Reply With Quote
  #3  
Old 10-20-2009, 10:37 PM
Robert Hall
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

On Oct 20, 2:40*pm, "Richard Urban"
<richardurbanREMOVET...@hotmail.com> wrote:
> "Robert" <Rob...@discussions.microsoft.com> wrote in message
>
> news:E5C3A1C7-9780-4016-A135-1527BFE9535D@microsoft.com...
>
>
>
> >I need software to make amacrothat will do the following: (just perform a
> > series of mouse clicks...)
> > * 1. Start the Windows Zero Configuration service
> > * 2. Open "View Available Wireless Networks" -> select "Change advanced
> > * * * *settings" -> select "Wireless Networks" tab -> select "Use windows
> > to
> > * * * *configure my wireless network settings"

>
> > * *I searched (Google) formacrocreation software, and only could find
> > AutoHotKey. *I followed the instructions of the page suggesting it -
> > Record
> > -> do steps -> Stop -> convert marco to .exe -> run -- *it all works until
> > I
> > try to run it, it puts an "H" in the bottom corner of the screen by the
> > clock, and just sits there - right clicking give you the option to stop
> > the
> > script, resume, or exit. *I immediately uninstalled the software, as it
> > doesn't work. *This should be really simple...

>
> > (I've tried to stop the wi-fi card software from taking over on start up -
> > I
> > am not
> > interested in any help fixing that - I just want amacroto do the key
> > steps
> > to fix it, that's on my desktop so I can double click it when I need it..)

>
> Will this do the job (Windows Screen Recorder)?http://technet.microsoft.com/en-us/m...lityspotlight2...
>
> --
>
> Richard Urban
> Microsoft MVP
> Windows Desktop Experience & Security


No, I don't need a video of starting a service and setting an option,
I need a macro that will actually do that.
Reply With Quote
  #4  
Old 10-21-2009, 12:16 AM
SPAMCOP User
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

http://www.autoitscript.com/

--
SPAMCOP User



"Robert Hall" <bobhallaz@hotmail.com> wrote in message
news:99d1e996-3d81-4ba4-bea5-3ca4394086de@h2g2000vbd.googlegroups.com...
On Oct 20, 2:40 pm, "Richard Urban"
<richardurbanREMOVET...@hotmail.com> wrote:
> "Robert" <Rob...@discussions.microsoft.com> wrote in message
>
> news:E5C3A1C7-9780-4016-A135-1527BFE9535D@microsoft.com...
>
>
>
> >I need software to make amacrothat will do the following: (just perform a
> > series of mouse clicks...)
> > 1. Start the Windows Zero Configuration service
> > 2. Open "View Available Wireless Networks" -> select "Change advanced
> > settings" -> select "Wireless Networks" tab -> select "Use windows
> > to
> > configure my wireless network settings"

>
> > I searched (Google) formacrocreation software, and only could find
> > AutoHotKey. I followed the instructions of the page suggesting it -
> > Record
> > -> do steps -> Stop -> convert marco to .exe -> run -- it all works
> > until
> > I
> > try to run it, it puts an "H" in the bottom corner of the screen by the
> > clock, and just sits there - right clicking give you the option to stop
> > the
> > script, resume, or exit. I immediately uninstalled the software, as it
> > doesn't work. This should be really simple...

>
> > (I've tried to stop the wi-fi card software from taking over on start
> > up -
> > I
> > am not
> > interested in any help fixing that - I just want amacroto do the key
> > steps
> > to fix it, that's on my desktop so I can double click it when I need
> > it.)

>
> Will this do the job (Windows Screen
> Recorder)?http://technet.microsoft.com/en-us/m...lityspotlight2...
>
> --
>
> Richard Urban
> Microsoft MVP
> Windows Desktop Experience & Security


No, I don't need a video of starting a service and setting an option,
I need a macro that will actually do that.

Reply With Quote
  #5  
Old 10-21-2009, 05:03 PM
Klaus Jorgensen
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

Robert explained :
> I need software to make a macro that will do the following: (just perform a
> series of mouse clicks...)
> 1. Start the Windows Zero Configuration service
> 2. Open "View Available Wireless Networks" -> select "Change advanced
> settings" -> select "Wireless Networks" tab -> select "Use windows to
> configure my wireless network settings"
>[...]
> (I've tried to stop the wi-fi card software from taking over on start up - I
> am not
> interested in any help fixing that - I just want a macro to do the key steps
> to fix it, that's on my desktop so I can double click it when I need it.)


I had the same problem as you at my work. The wireless connector
(Odyssey) disables the native Windows connector, so I could not connect
to other WLAN's.

I wrote a small scripts that disables the Odyssey service, and then
enables the WZC with the "Use Windows to configure..." option set.

Let me know if this is an option, and I'll post the script.

--
/klaus


Reply With Quote
  #6  
Old 10-22-2009, 08:29 AM
Anteaus
Guest
 
Posts: n/a
Default RE: How to create macro to perform series of O/S commands


Been asked already I think, and I suggest you try AutoIt. This is probably
the most powerful click/keystroke controller you will find anywhere.

"Robert" wrote:

> I need software to make a macro that will do the following: (just perform a
> series of mouse clicks...)
> 1. Start the Windows Zero Configuration service
> 2. Open "View Available Wireless Networks" -> select "Change advanced
> settings" -> select "Wireless Networks" tab -> select "Use windows to
> configure my wireless network settings"
>
> I searched (Google) for macro creation software, and only could find
> AutoHotKey. I followed the instructions of the page suggesting it - Record
> -> do steps -> Stop -> convert marco to .exe -> run -- it all works until I
> try to run it, it puts an "H" in the bottom corner of the screen by the
> clock, and just sits there - right clicking give you the option to stop the
> script, resume, or exit. I immediately uninstalled the software, as it
> doesn't work. This should be really simple...
>
> (I've tried to stop the wi-fi card software from taking over on start up - I
> am not
> interested in any help fixing that - I just want a macro to do the key steps
> to fix it, that's on my desktop so I can double click it when I need it.)
>
>
>

Reply With Quote
  #7  
Old 10-22-2009, 02:39 PM
Robert Hall
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

On Oct 22, 3:29*am, Anteaus <Ante...@discussions.microsoft.com> wrote:
> Been asked already I think, and I suggest you try AutoIt. This is probably
> the most powerful click/keystroke controller you will find anywhere.
>
> "Robert" wrote:
> > I need software to make a macro that will do the following: (just perform a
> > series of mouse clicks...)
> > * *1. Start the Windows Zero Configuration service
> > * *2. Open "View Available Wireless Networks" -> select "Change advanced
> > * * * * settings" -> select "Wireless Networks" tab -> select "Use windows to
> > * * * * configure my wireless network settings"

>
> > * * I searched (Google) for macro creation software, and only could find
> > AutoHotKey. *I followed the instructions of the page suggesting it - Record
> > -> do steps -> Stop -> convert marco to .exe -> run -- *it all works until I
> > try to run it, it puts an "H" in the bottom corner of the screen by the
> > clock, and just sits there - right clicking give you the option to stop the
> > script, resume, or exit. *I immediately uninstalled the software, as it
> > doesn't work. *This should be really simple...

>
> > (I've tried to stop the wi-fi card software from taking over on start up - I
> > am not
> > interested in any help fixing that - I just want a macro to do the key steps
> > to fix it, that's on my desktop so I can double click it when I need it..)


Antivir reports AutoIt is a virus/trojan. (Setacl.exe)
I just downloaded AutoIt Script Editor addition to the main program -
from http://www.autoitscript.com/autoit3/downloads.shtml
(I downloaded the addition to the script editor to try to get the
program to like like an example I found of using it.)

This may be a false positive. I submitted it to Antivir for
analysis.

Anyway, this software is much more complicated than it needs to be. I
just want to record a couple mouse clicks in a macro. There should be
SIMPLE software to do that.
Reply With Quote
  #8  
Old 10-22-2009, 04:52 PM
Paul Randall
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands


"Robert Hall" <bobhallaz@hotmail.com> wrote in message
news:0e2ae70d-467b-4862-ac74-d514365fd39d@d34g2000vbm.googlegroups.com...
On Oct 22, 3:29 am, Anteaus <Ante...@discussions.microsoft.com> wrote:
> Been asked already I think, and I suggest you try AutoIt. This is probably
> the most powerful click/keystroke controller you will find anywhere.
>
> "Robert" wrote:
> > I need software to make a macro that will do the following: (just
> > perform a
> > series of mouse clicks...)
> > 1. Start the Windows Zero Configuration service
> > 2. Open "View Available Wireless Networks" -> select "Change advanced
> > settings" -> select "Wireless Networks" tab -> select "Use windows to
> > configure my wireless network settings"

>
> > I searched (Google) for macro creation software, and only could find
> > AutoHotKey. I followed the instructions of the page suggesting it -
> > Record
> > -> do steps -> Stop -> convert marco to .exe -> run -- it all works
> > until I
> > try to run it, it puts an "H" in the bottom corner of the screen by the
> > clock, and just sits there - right clicking give you the option to stop
> > the
> > script, resume, or exit. I immediately uninstalled the software, as it
> > doesn't work. This should be really simple...

>
> > (I've tried to stop the wi-fi card software from taking over on start
> > up - I
> > am not
> > interested in any help fixing that - I just want a macro to do the key
> > steps
> > to fix it, that's on my desktop so I can double click it when I need
> > it.)


>Antivir reports AutoIt is a virus/trojan. (Setacl.exe)
>I just downloaded AutoIt Script Editor addition to the main program -
>from http://www.autoitscript.com/autoit3/downloads.shtml
>(I downloaded the addition to the script editor to try to get the
>program to like like an example I found of using it.)
>
>This may be a false positive. I submitted it to Antivir for
>analysis.
>
>Anyway, this software is much more complicated than it needs to be. I
>just want to record a couple mouse clicks in a macro. There should be
>SIMPLE software to do that.


List all the ways that a window might be modified by the user before the
macro starts or while the macro is running, such as being repositioned,
stretched, minimized, hidden behind a popup window your virus checker pops
up, etc. Then think about how simple it would be for the macro to always
click the correct spots in the correct window. It is not so simple. I
think AutoIt does a fairly good job, especially considering its (free)
price.

-Paul Randall


Reply With Quote
  #9  
Old 10-23-2009, 11:25 PM
Bill Sharpe
Guest
 
Posts: n/a
Default Re: How to create macro to perform series of O/S commands

Robert Hall wrote:
> On Oct 22, 3:29 am, Anteaus <Ante...@discussions.microsoft.com> wrote:
>> Been asked already I think, and I suggest you try AutoIt. This is probably
>> the most powerful click/keystroke controller you will find anywhere.
>>
>> "Robert" wrote:
>>> I need software to make a macro that will do the following: (just perform a
>>> series of mouse clicks...)
>>> 1. Start the Windows Zero Configuration service
>>> 2. Open "View Available Wireless Networks" -> select "Change advanced
>>> settings" -> select "Wireless Networks" tab -> select "Use windows to
>>> configure my wireless network settings"
>>> I searched (Google) for macro creation software, and only could find
>>> AutoHotKey. I followed the instructions of the page suggesting it - Record
>>> -> do steps -> Stop -> convert marco to .exe -> run -- it all works until I
>>> try to run it, it puts an "H" in the bottom corner of the screen by the
>>> clock, and just sits there - right clicking give you the option to stop the
>>> script, resume, or exit. I immediately uninstalled the software, as it
>>> doesn't work. This should be really simple...
>>> (I've tried to stop the wi-fi card software from taking over on start up - I
>>> am not
>>> interested in any help fixing that - I just want a macro to do the key steps
>>> to fix it, that's on my desktop so I can double click it when I need it.)

>
> Antivir reports AutoIt is a virus/trojan. (Setacl.exe)
> I just downloaded AutoIt Script Editor addition to the main program -
> from http://www.autoitscript.com/autoit3/downloads.shtml
> (I downloaded the addition to the script editor to try to get the
> program to like like an example I found of using it.)
>
> This may be a false positive. I submitted it to Antivir for
> analysis.
>
> Anyway, this software is much more complicated than it needs to be. I
> just want to record a couple mouse clicks in a macro. There should be
> SIMPLE software to do that.


Windows Scripting Host may do what you want, but you'll have to type in
your commands one time and then save them as a WSH file. It's a
Microsoft program -- Google for it.

Bill
Reply With Quote
Sponsored Links
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't perform many functions in explorer- create/copy/move TMc Windows Vista 3 12-19-2008 07:21 AM
pulling and printing the same series of documents --MACRO? rmmiller2050 Microsoft Office 0 10-31-2008 06:07 PM
How to create a macro to format a set of words in Word 2003? Debbie in Plano Windows XP 3 02-14-2008 05:47 AM
how do I create a macro button for a pdf printer in office 2003 Shiraleo Microsoft Office 1 11-29-2007 12:54 PM
how do I create a macro for 2 sheets Niels Microsoft Office 0 06-12-2007 01:32 PM


All times are GMT. The time now is 01:51 PM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger