The idea is to automate manual things. When user presses a button in an application, it starts a .bat file which sends a file to remote system (by ftp). The .bat should also run an unix script on a remote system to process the file. Currently this is done by cron (check for new files every minute) and works ok, but does not satisfy me.