From owner-freebsd-questions@FreeBSD.ORG Mon Jul 16 21:17:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E5BC16A403 for ; Mon, 16 Jul 2007 21:17:55 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id E251F13C4B2 for ; Mon, 16 Jul 2007 21:17:54 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so863316nzf for ; Mon, 16 Jul 2007 14:17:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FqKIitwI2UEVV1Or6Afb+JaKKZBSqhrvdWeBLYB2QSQ4QnWGFphPUyPTPiDrRDuu7ot37vKwE1KKcURRO6k1gRhjZnIQzHnoqwYvGMVse9LcBVfFMCdFJqguu5+aown+/XGe3v6/TeLNZaeeVaJEXnEb2SVWfkeVLMQKJ7MlrIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rRft8mlpOWAuMSS2+zOpIBP/X+K71lr34bvw2hVitt2VVlBYiP3ybCMn1pZmzO+Uzxa2k5284+GUE5yr/nbi+bSgc28SFn+RJfG/oqWXQcBo5AIHvN0T96ANv/tUt48xMC0xstLymyfwF0QNibQWt+O2s3wErSVgmAWh7AC6X4g= Received: by 10.114.155.1 with SMTP id c1mr4516337wae.1184620673942; Mon, 16 Jul 2007 14:17:53 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Mon, 16 Jul 2007 14:17:53 -0700 (PDT) Message-ID: <8d23ec860707161417n744e52d9mcef58f9807ab695d@mail.gmail.com> Date: Mon, 16 Jul 2007 17:17:53 -0400 From: Schiz0 To: "Steve Franks" In-Reply-To: <539c60b90707161250k6aadaed4sff953baec39403da@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90707161250k6aadaed4sff953baec39403da@mail.gmail.com> Cc: User Questions Subject: Re: make a symlink to a webpage? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 21:17:55 -0000 On 7/16/07, Steve Franks wrote: > I know this is browser-specific, so let's just say firefox - how do I > make a link to a page that I can execute directly? This is not the > type of thing that's easy to google for. I tried copying some of the > ".url" links from my win32 box and opening them with firefox, but that > was just wishful thinking... > > Thanks, > Steve I'm not sure if you can, to be honest. (Although I may be wrong). Windows lets you do this because the .url extension is associated with your browser through the windows registry. Hardly any other operating systems have a registry type thing...(I don't even think mac has one). What you could do is make a shell script that executes your browser with a command line option with the URL. Check the docs for your browser, almost every browser lets you do this. Like "firefox -url=http://asdf.com" or something.