codice:
dim link as string
dim txtorpath as string 
dim txtdestpath as string 
link=text1.text
txtorpath=text2.text
txtdestpath=text3.text

Call MkDir("C:\Documents and Settings\All Users\Menu Avvio\Programmi\" & txtorpath)

iLong = fCreateShellLink("..\..\Menu Avvio\Programmi\& txtorpath", link, txtDestPath.Text & "/RegAnyDVD.exe", "")

non mi scrive nulla nella directory creata (((

se invece faccio cosi':

codice:
iLong = fCreateShellLink("..\..\Menu Avvio\Programmi", Link, txtDestPath.Text & "/mioexe.exe", "")
mi crea il Link correttamente ma non nella cartella come io voglio.

Help me