Beside pevious advice....
From your question, I may assume that you are not too experienced.
So best way to retrieve file is to put in double qoutes (").
Example:
@"full_path_to_file\file_name";
or
start "full_path_to_file\file_name";
Hope this helps