DaLiMan 0 Posted April 26, 2004 I want to open a file in the following path: C:\Program Files\folder\filename But when I try to open it Windows says can't find: C:\Program Which means the space between Program and Files is not seen as such. Is there a way to tell it this is one name / Folder? Share this post Link to post Share on other sites
Marc 36 Posted April 26, 2004 Try to put the path name into " so the system treats it as one parameter. Without the Quotes (") every space separates parameters. It's my job to comfort the disturbed and to disturb the comfortable. My Projects: Profiler, MakeSFX, UserInfo, Simple Robocopy Progressbar Share this post Link to post Share on other sites
Somerset 3,041 Posted April 26, 2004 long file path name ""C:\Program Files\folder\filename"" or short file path name "c:\progra~1\folder\filename" Spoiler Share this post Link to post Share on other sites