Create a shortcut om desktop

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Create a shortcut om desktop

    Can somebody help me with my problem?

    I want to check what driver the CD use (ex. d:) and place a shortcut on my desktop who points to a catalogue on the CD-drive.

    Can somebody please tell me how I could do this?



    Skillberth webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Simple way to create XML files on desktop
      Hello Forum I am creating a simple application that runs of data in an extenal XML file. The client has not enough money to create a database...
    2. unwanted desktop shortcut
      I couple of months back I was looking at a very interesting YouTube video and thought I would like to come back to that site. So I right clicked and...
    3. how to create shortcut lauching more than one application..
      how can i create a shortcut where when i click on it.. it will launch more than one application?
    4. Restore Desktop Shortcut to Send To Menu
      When I right-click on a program in Windows Explorer and choose "Send To," the choice "Send To Desktop (shortcut)" no longer appears. Is there some...
    5. Desktop shortcut
      * Pim Versteeg : Perhaps this is not a very timely reply... but I use a nifty little app called "Show Desktop". It sits in the dock and one click...
  3. #2

    Default Re: Create a shortcut om desktop


    I want to check what driver the CD use (ex. d:)
    i think with the moviepath (try: put the moviepath)


    and place a shortcut on my desktop who points to a catalogue on the
    CD-drive.

    you have to use this beautiful and freeware xtra: file xtra 4 with the
    command
    -- fx_LinkCreate
    for more detail go here:
    [url]http://www.kblab.net/xtras[/url].



    garwspeed Guest

  4. #3

    Default Re: Create a shortcut om desktop

    I will check the link.

    Thank you.


    Skillberth webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Create a shortcut om desktop

    Now I've checked the link... and it's just what I'm looking for. :)

    Thank you!



    Skillberth webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Create a shortcut om desktop

    :O)

    "Skillberth" <webforumsuser@macromedia.com> ha scritto nel messaggio
    news:br4eiv$gfh$1@forums.macromedia.com...
    > Now I've checked the link... and it's just what I'm looking for. :)
    >
    > Thank you!
    >
    >

    garwspeed Guest

  7. #6

    Default Re: Create a shortcut om desktop

    I have another problem.

    I always want the shortcut to be created on the desktop... Not only on my computer. At the moment I use "c:\Documents and Settings\da\Desktop"... but I will do a standard that works on every computer... no matter "desktop string"!

    Can I also change icon when I create my shortcut? I refer to a html file... but I want the same icon as the install prgogram and not the html icon.



    Skillberth webforumsuser@macromedia.com Guest

  8. #7

    Default Re: Create a shortcut om desktop

    > I always want the shortcut to be created on the desktop... Not only on my
    computer. At the moment I use "c:\Documents and Settings\da\Desktop"... but I
    will do a standard that works on every computer... no matter "desktop string"!

    Read through the help for fileXtra4. It has a function to get the user's or the
    all users' desktop location.
    > Can I also change icon when I create my shortcut? I refer to a html file...
    but I want the same icon as the install prgogram and not the html icon.

    Doesn't fileXtra4 have a function for that? Possibly even as part of the
    shortcut-creating function (I don't have the help file to hand).

    Andrew

    Andrew Morton Guest

  9. #8

    Default Re: Create a shortcut om desktop

    filextra can also help you to get path names for special system and user folders. See the 'fx_FolderGetSpecialPath' command.

    Unfortunately FileXtra doesnot allow you to specify an icon for a created shortcut. Buddy API does allow this in its 'MakeShortcutEx' command.

    However IIRC, Windows does not embed the icon into the file, it references it from the icon in another file resource (.ico or .exe file). If it doesn't find the resource file, it can't show the icon - so your icon may not show up unless the CD is in the drive (but then again windows has an icon cache so it may 'remember' it - I don't have a PC to test this on right now). you could always stash the icon file away somewhere on the user's HD.

    hth

    johnAq



    johnAq webforumsuser@macromedia.com Guest

  10. #9

    Default Re: Create a shortcut om desktop

    I missed the fx_FolderGetSpecialPath when I went through the help. It works great.

    I haven't looked at the Buddy API yet... but I will asap.

    Thank you for all help. I really appreciate it. :)



    Skillberth webforumsuser@macromedia.com Guest

  11. #10

    Default Re: Create a shortcut om desktop

    Now... with BuddyAPI in my director... everything working just perfect.

    Thanks again for all help. :)


    Skillberth webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139