I'd like to launch a ksh script on AIX directly after a file is created on our Windows server and then FTPed to our AIX server. What would be the best way to accomplish this? I could write a ksh script that would loop until that file exists, but wouldn't this eat up a lot of resources? Is there a better way?