Jump to content

Recommended Posts

Posted

Anyone know how to run a script on log in, that will just show an alert box when a ".torrent" is downloaded or opened?

 

Im getting sick of cleaning viruses and 45gig local profiles!!

 

preferable a similar code to this pseudo:

If download anything".torrent"
 message box "Alert, What is your Name?" VarName
 message box "Thank you " VarName " downloading torrent files on school laptops is  
against policy, you have been reported to "enter scary internet police name and the school name
End if

Posted
Anyone know how to run a script on log in, that will just show an alert box when a ".torrent" is downloaded or opened?

 

You mean a script that scans the user's file area for .torrent files when they log in? You should be able to get their username from the current environment, no needto ask their name. However, it's probably a better idea to simply run a script on the server that deletes/moves any .torrent files from there, or simply set your Internet filtering to block .torrent fles in the first place.

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...