On 06/04/12 03:07, Michael Lewis wrote:
What if I want to send the executable to someone and have their machine
run the script at startup? Assume I don't have access to their machine
to add the script to the startup program group. How can I make that happen?
When you say executable in referen
>
>
> >>> Hi everyone,
> >>>
> >>> I am researching how to automatically run some of my scripts after I
> log
> >>> into my Windows machine. I don't want to have to manually run the
> script
> >>> or setup a windows task.
> >> The same way you run any Windows program on startup:
> >> Add the script
Michael Lewis wrote:
On 05/04/12 05:59, Michael Lewis wrote:
Hi everyone,
I am researching how to automatically run some of my scripts after I log
into my Windows machine. I don't want to have to manually run the script
or setup a windows task.
The same way you run any Windows program on star
On 04/05/2012 10:07 PM, Michael Lewis wrote:
>>
>> On 05/04/12 05:59, Michael Lewis wrote:
>>> Hi everyone,
>>>
>>> I am researching how to automatically run some of my scripts after I log
>>> into my Windows machine. I don't want to have to manually run the script
>>> or setup a windows task.
>> T
>
>
> On 05/04/12 05:59, Michael Lewis wrote:
> > Hi everyone,
> >
> > I am researching how to automatically run some of my scripts after I log
> > into my Windows machine. I don't want to have to manually run the script
> > or setup a windows task.
>
> The same way you run any Windows program on s
On 05/04/12 05:59, Michael Lewis wrote:
Hi everyone,
I am researching how to automatically run some of my scripts after I log
into my Windows machine. I don't want to have to manually run the script
or setup a windows task.
The same way you run any Windows program on startup:
Add the script to
Hi everyone,
I am researching how to automatically run some of my scripts after I log
into my Windows machine. I don't want to have to manually run the script or
setup a windows task.
I'd like to have a piece of code that I can insert into my script that will
allow it to run after I login.
I fou