DLW> Has anyone got any practical examples of a program alias and how DLW> it works - or are there any resources available showing a VB app DLW> or script taking advantage of this feature?
The only known restriction is that BAT/CMD files are not reliable. VBS/EXE/COM will work fine. Your app gets passed the filename of a tempfile as the last argument on its command line. You load the file and do whatever you want, then you're responsible for cleaning up the tempfile when you're done. Have you tried any of this and failed? Post some code and I'll try to help. Sandy Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
