FeReNGi Posted May 9, 2008 Posted May 9, 2008 When i try to create a shortcut, it doesn't create a sub menu. FileCreateShortcut(@ProgramFilesDir & "\Test\Testje.exe", @ProgramsCommonDir & "\Applications\Test.lnk", "", "", "", @ProgramFilesDir & "\Test\Testje.exe") Using this method it works : DirCreate(@ProgramsCommonDir & "\Applications") FileCreateShortcut(@ProgramFilesDir & "\Test\Testje.exe", @ProgramsCommonDir & "\Applications\Test.lnk", "", "", "", @ProgramFilesDir & "\Test\Testje.exe") Can you add an option to also create structure like in the filecopy command ? ServicesPE|LoadVMDK
Valik Posted May 9, 2008 Posted May 9, 2008 Does this look like the proper place to submit a feature request?
Recommended Posts