Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Creating Desktop Shortcut to a Folder With NAL

73 views
Skip to first unread message

Rodrigo Amaral

unread,
May 13, 2002, 4:46:02 PM5/13/02
to
Hey, guys!

How do you create a NAL shortcut to a folder instead of a file placed on the
desktop? I don't wanna have a regular windows shortcut that can be deleted
by mistake....
It's funny how easy it is doing it pointing to a file, but now that I need
for a network folder, I'm stuck.... hehehehehe


Thanks,

Rodrigo Amaral

Geoff Taylor

unread,
May 14, 2002, 9:40:45 AM5/14/02
to
Rodrigo...

1 - Create the shortcut as you want it on the desktop of a workstation (e.g.
notepad )
2 - Browse to the desktop folder and locate the shortcut ( e.g.
notepad.lnk )
3 - Copy the lnk file to a network location with path = <path>notepad.lnk
(e.g. <path> might beSYS:\Public or where you keep yout Aot files)
4 - Create a simple Zen App that executes the following line...

start <path>notepad.lnk

5 - Distribute the App as required.

or

You could have the App simply deliver the notepad.lnk file to the user's
desktop folder.
To do this you would make an install-only app with no executable and include
the <path>notepad.lnk under the distribution/files tab.

--
Geoff Taylor, Manager IT
Carine Senior High School
Western Australia


"Rodrigo Amaral" <RAm...@rdanet.com> wrote in message
news:eCVD8.33$kY4...@prv-forum2.provo.novell.com...

Rodrigo Amaral

unread,
May 14, 2002, 1:19:10 PM5/14/02
to
Hey, Geoff!

It was basically the 1st option you gave me, but the only way I got it
working was by creating a .BAT file that calls the UNC path to the .LNK
file. Works like a charm! Thanks!

Rodrigo Amaral

"Geoff Taylor" <car...@vianet.net.au> wrote in message
news:xt8E8.83$Zy6....@prv-forum2.provo.novell.com...

Paul Simpson

unread,
May 27, 2002, 10:42:47 AM5/27/02
to
Create an application object.

The executable is Explorer
The command line parameter is the path to your folder.

That's it! (No LNK files etc. needed)

HTH

Paul


"Rodrigo Amaral" <RAm...@rdanet.com> wrote in message
news:eCVD8.33$kY4...@prv-forum2.provo.novell.com...

0 new messages