How to determine holidays are already imported?

  • Thread starter Thread starter Mol
  • Start date Start date
M

Mol

I am looking for a way to determine a user has already imported a holiday file.

Background:
User is offered the holiday file and able to select the countries he wants
to import during computers start-up process. After he imported them I do not
want to offer this again. So I am looking for a way to find out if he already
imported them using a little script. – Outlook 2003, Exchange Server 2003

Are there any ideas out there? Thank's
 
Mol said:
I am looking for a way to determine a user has already imported a
holiday file.

Background:
User is offered the holiday file and able to select the countries he
wants
to import during computers start-up process. After he imported them I
do not want to offer this again. So I am looking for a way to find
out if he already imported them using a little script. – Outlook
2003, Exchange Server 2003

Are there any ideas out there? Thank's

One way would be for the script to create a flag file on the user's hard
drive. If the file doesn't exist, the user will be asked. If it does, the
script will just end.
 
Yes, I can create a flag on the users home drive to avoid asking him twice. -
But, what if the user clicked on Cancel instead of OK when he was offered
the holiday file?
 
Mol said:
Yes, I can create a flag on the users home drive to avoid asking him
twice. - But, what if the user clicked on Cancel instead of OK when
he was offered the holiday file?

Warn them strongly that they should accept the holiday addition if they see
the prompt, that cancelling will mean they will have no holiday update and
that no one will help them get it later. That's a behavioral issue, not a
technical one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top