Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.398.690 Times

getTargetFromLink 1.0

  Date Added: June 17, 2013  |  Visits: 392

getTargetFromLink

Report Broken Link
Printer Friendly Version


Product Homepage
Download (43 downloads)



Extract the target of a Windows shell link shortcut (LNK)SYNTAX:target = getTargetFromLink(lnkFile)Creates the requisite actxserver, extracts the target.[target,aserver] = getTargetFromLink(lnkFile) also passes out a handle to the Activex server object [target,...] = getTargetFromLink(lnkFile,aserver) allows optional passing in of Activex server object. (If you are calling getTargetFromLink many times, it can be faster to create the Activex server object, aserver, one time, and pass it in. Otherwise, this is pretty fast.) EXAMPLES:Example 1: Get a single targetlinks = dir('*.lnk');target = getTargetFromLink(links(1).name) Example 2: Get many targets, re-using the asvr (optional) links = dir('*.lnk');target = cell(numel(links),1);[target{1},asvr] = getTargetFromLink(links(1).name);for ii = 2:numel(links)-1 target{ii} = getTargetFromLink(links(ii).name,asvr);end Example 3: To get the link to a file not in the current directory, specify the fullfile to the link: links = dir('c:myLinks*.lnk');target = getTargetFromLink(fullfile('c:myLinks',links(1).name)) NOTES: To create links, file createLinks (available on the MATLAB Central File Exchange) might be useful.

Requirements: No special requirements
Platforms: Matlab
Keyword: Cellnumellinks Examples Gettargetfromlinklinks Numellinks Reusing Single Target Asvr Targetii Targets
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


GETTARGETFROMLINK RELATED
Development Tools  -  ne target Localization 1.0
Here, we consider only the distance based localization of a single target. There are N anchor nodes in the system and one mobile node, we use the measured distances and we find the location of the mobile throughmultilateration.
10 KB  
Development Tools  -  NMULTICHOOSEK 1.0
NMULTICHOOSEK(N,K) finds the number of multisets of length k on n symbols. NMULTICHOOSEK can take vector or scalar input.NMULTICHOOSEK(N,K,'single') is the same as NCHOOSEK (unordered samples WITHOUT repetition), except that it accepts vector...
10 KB  
Specialized Tools  -  Likno Web Modal Windows Builder 2.2.276
Use a rich & powerful Windows interface (GUI) to create any type of jQuery dialog or HTML window popup for your sites easily, such as: html window, html popup, jQuery popup, modal popup, modal dialog, jQuery modal, modal window, javascript modal,...
5.99 MB  
Video Editors  -  Aiseesoft Free MXF Converter for Mac 6.5.22
Aiseesoft Free MXF Converter for Mac is an easy-to-use Mac MXF Converter software, which can help users convert MXF recordings shoot by Canon XF camcorder, Panasonic P2, and other camcorders to AVI, MP4, MOV, WMV, HD AVI, HD MP4, HD MOV, HD WMV...
51.2 MB  
MP3 Tools  -  ProCoder 3
ProCoder® 3 software combines speed and flexibility into a streamlined video conversion tool. Widely acknowledged as the leading software transcoder, it features extensive input/output options, advanced filtering, batch processing, and an...
1024 KB  
Sports Games  -  360 Carnival Shooter 1.0
Its the Tiki Volcano Games again and time for one of our favorite events... drum-roll... BlastABall ! This is the first installment of Tiki Volcano Games in a long line of planned events. Load your cannon up with powder and Boom Kapow or...
12.4 MB  
Sports Games  -  BlastABall 1.0
Its the Tiki Volcano Games again and time for one of our favorite events... drum-roll... BlastABall ! This is the first installment of Tiki Volcano Games in a long line of planned events. Load your cannon up with powder and Boom Kapow or...
16.1 MB  
MS Office Add-Ins  -  TextRoom for Linux 0.8.2
TextRoom is a room of your own. Read the GPLv3 It is a free (as in freedom and free beer) full screen rich text editor developed with especially writers in mind. TextRoom and all other similar editors share one goal: to get...
5.63 MB  
Utilities  -  EnLarge for Linux 0.1.3
EnLarge is an open source ActionScript preprocessing tool that extends the wonderful Jappo project with Flash-specific functionality. It provides a set of capabilities, enabling the development of a single code base that targets Flash Player (7, 8...
1.13 MB  
Libraries  -  DBIx::Simple::Examples 1.30
[COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL...
15.36 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB