Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How to do a batch start of several apps?

Reply
Thread Tools Display Modes

How to do a batch start of several apps?

 
 
notachance
Guest
Posts: n/a

 
      10-03-2007
Vista Home Premium

This laptop starts quickly but without much running other than
the OS. I then add things like antispam, antivirus, sidebar,
macromaker, wallpaper generator, etc. It would be great if I
could initiate all of them with one click, as I did in W98. I'm
sure it's possible -- but how?

Thanks,

Silvy
 
Reply With Quote
 
 
 
 
theclyde
Guest
Posts: n/a

 
      10-03-2007
On Oct 3, 2:20 pm, notachance <notacha...@hell.com> wrote:
> Vista Home Premium
>
> This laptop starts quickly but without much running other than
> the OS. I then add things like antispam, antivirus, sidebar,
> macromaker, wallpaper generator, etc. It would be great if I
> could initiate all of them with one click, as I did in W98. I'm
> sure it's possible -- but how?
>
> Thanks,
>
> Silvy


How did you do it in W98?

 
Reply With Quote
 
notachance
Guest
Posts: n/a

 
      10-03-2007
theclyde wrote:
> On Oct 3, 2:20 pm, notachance <notacha...@hell.com> wrote:
>> Vista Home Premium
>>
>> This laptop starts quickly but without much running other than
>> the OS. I then add things like antispam, antivirus, sidebar,
>> macromaker, wallpaper generator, etc. It would be great if I
>> could initiate all of them with one click, as I did in W98. I'm
>> sure it's possible -- but how?
>>
>> Thanks,
>>
>> Silvy

>
> How did you do it in W98?
>


I told the batchmaker what I needed, then handed him a cold
beer. When he finished (one minute later?) he told me what key
combination would do the job. Actually, he set up perhaps three
different batches that could be initiated by ctl-1, ctl-2, ctl-3
after startup - each with its own combination of accessories.
Maybe two beers... maybe two minutes.

I think it was in W95, but worked in W98.

Sil
 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      10-03-2007
Hello notachance,

Start>All Programs>Startup will automatically start the programs, for that
you place a shortcut to the starting exe here.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

> Vista Home Premium
>
> This laptop starts quickly but without much running other than the OS.
> I then add things like antispam, antivirus, sidebar, macromaker,
> wallpaper generator, etc. It would be great if I could initiate all of
> them with one click, as I did in W98. I'm sure it's possible -- but
> how?
>
> Thanks,
>
> Silvy
>



 
Reply With Quote
 
notachance
Guest
Posts: n/a

 
      10-03-2007
Hello Meinolf,

Thank you. However, I wish to start just the OS, and only after
it is stable initiate the desired apps with a batch command.

Silvy



Meinolf Weber wrote:
> Hello notachance,
>
> Start>All Programs>Startup will automatically start the programs, for
> that you place a shortcut to the starting exe here.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
>
>> Vista Home Premium
>>
>> This laptop starts quickly but without much running other than the OS.
>> I then add things like antispam, antivirus, sidebar, macromaker,
>> wallpaper generator, etc. It would be great if I could initiate all of
>> them with one click, as I did in W98. I'm sure it's possible -- but
>> how?
>>
>> Thanks,
>>
>> Silvy
>>

>
>

 
Reply With Quote
 
Ike
Guest
Posts: n/a

 
      10-04-2007
For each app you'd like to start (any number), put a shortcut
into a Folder named anything and put it Anywhere (path). Open
Notepad and write:

start C:\Users\[user name]\[Anywhere]\[Folder name]\[app name]

One such line for each app.

Save as anyname.bat (a batch file), which should produce the
gear icon.

Close all.

Then, one click on the .bat icon should start all the apps
listed. You can build as many variations as you like for
different situations.

Works for me...
 
Reply With Quote
 
Lang Murphy
Guest
Posts: n/a

 
      10-04-2007
"notachance" <> wrote in message
news:fe0uaq$9je$...
> Hello Meinolf,
>
> Thank you. However, I wish to start just the OS, and only after it is
> stable initiate the desired apps with a batch command.
>
> Silvy
>
>
>
> Meinolf Weber wrote:
>> Hello notachance,
>>
>> Start>All Programs>Startup will automatically start the programs, for
>> that you place a shortcut to the starting exe here.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>>
>>> Vista Home Premium
>>>
>>> This laptop starts quickly but without much running other than the OS.
>>> I then add things like antispam, antivirus, sidebar, macromaker,
>>> wallpaper generator, etc. It would be great if I could initiate all of
>>> them with one click, as I did in W98. I'm sure it's possible -- but
>>> how?
>>>
>>> Thanks,
>>>
>>> Silvy
>>>

>>



Create a file named mystartup.cmd. Edit mystartup.cmd and add the commands
for the programs you wish to start in batch mode. Save the file. Create a
shortcut for the file on the desktop (or not...). Run the file after Vista
boots.

Lang

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      10-04-2007
"notachance" <> wrote in message
news:fe0q1v$sp0$
> Vista Home Premium
>
> This laptop starts quickly but without much running other than
> the OS. I then add things like antispam, antivirus, sidebar,
> macromaker, wallpaper generator, etc. It would be great if I
> could initiate all of them with one click, as I did in W98. I'm
> sure it's possible -- but how?



Just to add to what others have said, when you save it from Notepad, if you
save it as "anyname.bat" *with* the quotes, it will save as a .bat file
without having to change the extension from .txt.

You can make the batch script run automatically by adding it to Logon Script
on the Profile tab of your user account in Computer Management > Users and
Groups.

You can make much more complex scripts with PowerShell.

ss.


 
Reply With Quote
 
theclyde
Guest
Posts: n/a

 
      10-04-2007
On Oct 3, 2:51 pm, notachance <notacha...@hell.com> wrote:
> theclyde wrote:
> > On Oct 3, 2:20 pm, notachance <notacha...@hell.com> wrote:
> >> Vista Home Premium

>
> >> This laptop starts quickly but without much running other than
> >> the OS. I then add things like antispam, antivirus, sidebar,
> >> macromaker, wallpaper generator, etc. It would be great if I
> >> could initiate all of them with one click, as I did in W98. I'm
> >> sure it's possible -- but how?

>
> >> Thanks,

>
> >> Silvy

>
> > How did you do it in W98?

>
> I told the batchmaker what I needed, then handed him a cold
> beer. When he finished (one minute later?) he told me what key
> combination would do the job. Actually, he set up perhaps three
> different batches that could be initiated by ctl-1, ctl-2, ctl-3
> after startup - each with its own combination of accessories.
> Maybe two beers... maybe two minutes.
>
> I think it was in W95, but worked in W98.
>
> Sil- Hide quoted text -
>
> - Show quoted text -


Mmm, cold beer. But no pizza?

I would agree with the other posters here.. a .bat file that START's
the apps you want to start in a group. Personally, I would leave the
AV in the autostart. But I definately agree with your process..
startups are definately cleaner without everything loading
automatically.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
batch file help DarthRevan561 Windows Vista General Discussion 6 02-02-2008 12:00 AM
Start Button Search finds apps but won't run thinkstorm Windows Vista General Discussion 1 08-21-2007 03:45 AM
Start Menu Fails to Launch Certain Apps sylvaticus Windows Vista Performance 6 07-31-2007 01:56 PM
Office 12 Beta Apps won't start on Vista RC1 Build 5600 Markie Mark Windows Vista General Discussion 14 10-14-2006 12:17 AM
Re: Batch Updating Windows Vista Security 0 03-05-2006 06:29 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59