Mail Archives: cygwin/2000/05/02/14:54:49
Olaf Bachmann writes:
> ShellExecute(NULL, "open", NULL, "index.html", "d:\\home\\obachman\\tmp\\", SW_SHOWDEFAULT);
I think that should be either:
ShellExecute(NULL, "open", "file:///X|/path/to/index.html", NULL, "d:\\home\\obachman\\tmp\\", SW_SHOWDEFAULT);
where X is the drive letter, and /path/to/ is the directory where
index.html is, with backslashes replaced by slashes, or:
ShellExecute(NULL, "open", "X:\\path\\to\\index.html", NULL, "d:\\home\\obachman\\tmp\\", SW_SHOWDEFAULT);
with a full normal Windows pathname.
HTH,
--tml
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -