Do you have a domain? If so, you can put this in your login script - and use
an if exist statement to make sure it doesn't keep doing the same thing over
and over if you don't want it to.
Newbie wrote:
> Hi,
>
> I have a batch file that simply
> maps two network drives
> deletes files from a local directory
> copies files from the server
> deletes the mapped drives.
>
> Rather than having to go to each PC to run the file is it possible to
> set it up so that it can run automatically when the user logs on?
>
> If yes, how?
>
> I would only want the script to run once . . . . is their a way of
> monitoring which computers have been updated? writing to a log file
> perhaps?
|