BTW ... This is the final code... thanks for the help..

code:
  

$DESK = ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop")
$PROGFILE = ReadValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir")
$NM = "f:"
$NMICON = '@LDRIVEmakescut.exe /n "$DESK\Home Drive" /t "$NM\@USERID" /r min'
IF EXIST("$DESK\Home Drive.lnk")
ELSE
SHELL $NMICON
endif