Well i want to create a shortcut but i have a syntax problem
app 1 will process app 2 first.
in the dialog of windows this syntax NAME", "PATH\APP1.exe" "PATH\APP2.exe" 720 480 32 60 is correct BUT in autoplay media studio doesnt.
cant close dialog because an error
what can i do?
thanks in advance
Code:
Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "NAME", "PATH\APP1.exe" "PATH\APP2.exe" 720 480 32 60, "", "", "", 0, SW_SHOWNORMAL, nil, "", START_OPTION_DEFAULT);
in the dialog of windows this syntax NAME", "PATH\APP1.exe" "PATH\APP2.exe" 720 480 32 60 is correct BUT in autoplay media studio doesnt.
cant close dialog because an error
what can i do?
thanks in advance
Comment