Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Location
    The Netherlands
    Posts
    109

    shortcut problem

    How can i get the real .ink files into a zip file?, instead of the file the shortcut links to

    thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    They are NOT .ink files.

    They are .LNK files.

    You add them just as you would any other type of file.
    Last edited by mwreyf1; 08-03-2009 at 01:14 PM.

  3. #3
    Join Date
    May 2008
    Location
    The Netherlands
    Posts
    109
    but they link to say an exe right?
    well am7 doesn't save the .lnk file but the exe where the lnk file links to
    and i just want the .lnk not the .exe

  4. #4
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    That is not the result I'm getting.

    It works fine using this code.

    Code:
    Zip.Add("D:\\Myzip.Zip", {"D:\\ghostexp.lnk"}, true, "", 5, nil, false);
    After the .ZIP is created I open it and all thats inside is the .lnk file, not the .EXE it points to that is in the same D: root.

  5. #5
    Join Date
    May 2008
    Location
    The Netherlands
    Posts
    109
    but if you use with the filebrowser it will point to the exe and that's what i don't want

  6. #6
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    Oh, I see.

    Yes, that would be nice if they fixed that in the next version.

Posting Permissions

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