<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
> From: stefan.pendl@haidlmair.at<BR>> To: wpkg-users@lists.wpkg.org<BR>> Date: Thu, 5 Feb 2009 11:56:39 +0100<BR>> Subject: Re: [wpkg-users] Copying a shortcut from a network share to desktop?<BR>> <BR>> Chris Wilcox wrote:<BR>> <package id="CH4EnvChangeShortcut" name="CH4 Environmental Change Shortcut" revision="1" reboot="false" priority="0"><BR>> <install cmd='net use x: \\10.251.193.3\MMedia\Shortcuts'<file://10.251.193.3/MMedia/Shortcuts'> /><BR>> <install cmd='copy "x:\CH4 Environmental Change.lnk" "C:\Documents and Settings\All Users\Desktop"' /><BR>> <install cmd='net use x: /delete /yes' /><BR>> </package><BR>> <BR>> The shortcut definetly exists and is named as above.<BR>> <BR>> ---<BR>> <BR>> Chris,<BR>> I would place all into one batch file and execute this, if you do not want this you need to precede any DOS command with "CMD.EXE /C", since DOS commands are not executables.<BR>> <BR>> <install cmd='cmd.exe /c copy "x:\CH4 Environmental Change.lnk" "%ALLUSERSPROFILE%\Desktop"' /><BR>> Notice that I used the ALLUSERSPROFILE DOS environment variable to make things work on any configuration.<BR>
 <BR>
Quite a few bits of advice there, many thanks to all replies!<BR>
 <BR>
Chris<BR><br /><hr />Share your photos with Windows Live Photos - Free <a href='http://www.microsoft.com/uk/windows/windowslive/products/messenger.aspx' target='_new'>Try it Now!</a></body>
</html>