in reply to space in filepath and in filename for system function
You can set file name and its path into a variable and use quotemeta()
$file=quotemeta('d:\anniyan\file mod\chapter 1.doc'); system ("adrl.exe" $file); [download]