Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Shortcut file

by Anonymous Monk
on Jan 21, 2001 at 10:56 UTC ( [id://53307]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Shortcut file
by Chady (Priest) on Jan 21, 2001 at 12:25 UTC
    Is this Perl??
    are you sure you posted inside the right WebSite??
    anyway... it is really a text file that contains this:
    [DEFAULT] BASEURL=http://chady.net/index2.cgi [InternetShortcut] URL=http://chady.net/index2.cgi IconIndex=4 IconFile=C:\WINDOWS\SYSTEM\url.dll
    try it.
    Chady | http://chady.net/
      You'll also want to make sure the user saves it with a .url extension. This will also only work on IE, I think.

      I would do this to supply a default filename:
      my $filename = 'internetshortcut.url'; print "Content-disposition: filename=$filename\n"; print "Content-Type: text/plain\n\n"; # print the content of the URL file.
      The user will be prompted to save the file with the supplied default filename.

      $code or die
      Using perl at
      The Spiders Web

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://53307]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found