Is there a convenient way for macro scheduler to run a script when a network connection becomes available? I'm on a laptop with a wireless network connection, and I would like the laptop to run some of my scripts whenever it can connect to my network. I've got everything else working great, except detection a network connection.
Much Obliged,
Hemant
Running a script when connected to the lan
Moderators: JRL, Dorian (MJT support)
Running a script when connected to the lan
Hemant Gupta
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Could set up a loop to periodically do a "ping" to a network resource.
Or IfFileExists>\\server\resource\folder\goodfile.txt on a network resource for a file you know will always be there.
If succcessful, continue, if not, wait and loop again.
Or IfFileExists>\\server\resource\folder\goodfile.txt on a network resource for a file you know will always be there.
If succcessful, continue, if not, wait and loop again.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!