Thread
:
XP problem passing command arguments with spaces
View Single Post
#
4
(
permalink
)
01-21-2007, 08:30 AM
Ron G
Newsgroup Contributor
Posts: n/a
Re: XP problem passing command arguments with spaces
I figured it out. Explorer.exe passes a string in quotes if the path
has white spaces in it. Those quotes must be removed before passing the
string to the fileopen statement.
01-21-2007, 08:30 AM
Ron G