my @cmd = (q("C:\\Program Files\\Adobe\\Reader 9.0\\Reader\\AcroRd32.exe"), '/h', '/p', $file ); system( @cmd ) == 0 or warn "$? / $! / $^E";