Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Windows Shortcut Creation

by ikegami (Patriarch)
on Jul 26, 2005 at 16:44 UTC ( [id://478280]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::Shortcut ();
    
    ...
    # Make sure C:\TEMP exists.
    # Make sure you have no windows displaying C:\TEMP.
    system('start "C:\\TEMP.lnk"');
    
  2. or download this
    use strict;
    use warnings;
    ...
    $s3->Save('C:\\TEMP.lnk');
    
    system('start "C:\\TEMP.lnk"');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-19 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found