Jump to content

Recommended Posts

Posted

Hi all,

 

I've been looking at this forum for a couple of days, I indirectly heard about it from 'openhgs' who some of you might have seen around here in the linux sections. Anyway I have recently been appointed technician in two primary schools in Birmingham and I have come across a minor annoyance, which i'm not too certain how to solve.

 

There is a smartboard program installed on the odd machine that is connected to a smartboard. To make it easier for the teachers, the smartboard tools software was loaded into the startup folder on the start-menu, so then of course when someone logs into a machine that doesn't have the software installed, it comes up with a dead link error. I've noticed that this only occurs on a win2k machine, our XP machines seem to ignore the fact that it's a dead link. Is there any way of getting the win2k machines to ignore it if the link is dead? I thought there might be a small line to add into the shortcut link but I can't figure out what it might be, if it exists?

 

Cheers

Posted

Rather than have the shortcut there you could place a small batch file with code like

 

if exist \%programfiles%\smarttech start smarttools.exe

 

Which would check for the instance of the smart tools and then run it if found.

Please not the above is probably not the correct syntax and I made up the paths but you get the idea :D

 

I would be tempted though to just create a script to look to see if the smart boad stuff is loaded on and if not delete this shortcut.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...