Re: Creating a package



You can achive this by creating a URL file from an simple batchfile. An example:

set urlfile=%userprofile%\desktop\Microsoft.url
echo [InternetShortCut] > %urlfile%
echo URL=http://www.microsoft.com >> %urlfile%

/Rune



"Jason Welch" <JasonWelch@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:5DBEF4D1-58BA-4B82-A405-E224048EF4F6@xxxxxxxxxxxxxxxx
Hello, I have Admin Studio to help me create packages. Is there a way to
create a package that copies an icon to the user's desktop. It's an icon that
points to a URL.

.


Loading