PDA

Click to See Complete Forum and Search --> : [RESOLVED] Start Menu shortcut not properly pointing to the location


VBFnewcomer
Aug 13th, 2007, 12:26 AM
Hi all,
I have a help file in htm format. I created a shortcut to the specified file using PDW. The folder & file is there at its appropriate place but the shortcut does not point to it. The properties of the shortcut shows Target:"C:\Program Files\Case Monitor\Help.htm" instead of "C:\Program Files\Case Monitor\Help\Help.htm".
The relevant portion of setup.lst is
[application name]
Icon3="Help.htm"
Title3=Help
StartIn3=$(AppPath)\Help

[Setup1 Files]
File30=@Help.htm,$(AppPath)\Help,,,4/11/07 3:44:31 PM,188778,0.0.0.0

Can someone show me what is wrong...:confused:
:wave:

VBFnewcomer
Aug 13th, 2007, 11:51 PM
In the Start menu item dialog I made changes as below
Target:$(AppPath)\Help\Help.htm
StartIn:$(AppPath)\Help
Now it is working..Thanks everybody:bigyello: