Re: Start-up Order
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Thu, 25 Oct 2007 10:11:18 +0200
"Willy" <justask@xxxxxxxxxxx> wrote in message
news:%23t8C6TsFIHA.748@xxxxxxxxxxxxxxxxxxxxxxx
How do I re-arrange the Start-up order of apps when PC Restarts/Starts?
I've a Email checking app that starts before the PC is connected to my
LAN.
--
Thanks, Bill
Post replies back to News Group
Place a batch file into your Startup folder with the
following lines:
@echo off
:again
ping www.google.com | find /i "bytes=" > nul && goto Connected
ping localhost -n 60 > nul
goto again
:Connected
"c:\Program Files\MyApp\mailcheck.exe"
Post again if the above makes no sense to you.
.
- Follow-Ups:
- Re: Start-up Order
- From: Willy
- Re: Start-up Order
- References:
- Start-up Order
- From: Willy
- Start-up Order
- Prev by Date: my NTFS folders have changed to files
- Next by Date: Re: How to set up new id w/"My Documents separate from "D&S" tree?
- Previous by thread: Start-up Order
- Next by thread: Re: Start-up Order
- Index(es):
Relevant Pages
|