Re: internet game
- Posted by isaac <isaaca at MINDSPRING.COM> May 15, 1998
- 657 views
So >have system( ) run Explorer and pass the address as a parameter like this: > >system( "explorer http://members.aol.com/FilesEu/", 0) > >or > >system( "explorer mailto:whomever at wherever.com", 0) > > That works. At least on my system (Win95 OSR2 with IE 4.0 extensions.) ^ ____________/ ; thanks, but no luck. I suspect it was the IE that let explorer link up. I guess now I'll have to include a setup program/option and acompanying ini file, but I'd have to do that for the win 3.xers anyway. one more try though; does anyone know where win95 keeps its record of the pathnames for this sort of thing, or any other way to gain access to this information? other programs have to do it somehow.