Why not use a batch file...
Code:

@echo off
cls
start %1
exit



In A6, use:
Code:

exec( "thebatchfile.bat","yourfile.pdf" );



IMHO this should work.


Formerly known as The Matrix - ICQ 170408644 I've been here for much longer than most people think. So where's my "Expert" status?