| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Date: Tue, 8 Jul 2003 14:17:44 -0700
To: email@hidden
From: Greg Guerin <email@hidden>
Subject: Re: How to goto URL from app
In my experience, it works better to run the START program directly:
case OS_WIN_9X :
params = new String[] {
"start",
s
};
break;
For one thing, you don't have to quote the URL. It works as-is.
For another, running START.EXE by itself won't display a dorky
command-window, which makes your program look ever so stupid, given the
defaults of the command.com window.
Sadly, START is a builtin on NT-lineage versions of Windows (NT, 2K, XP),
and puzzling out how to tell it to not put up the geekoid command-line
window was more than I could decipher even after playing around with it for
a couple hours. The price of innovation, I suppose.
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.