vbscript - Common startup parameter doesn't act as SpecialFolders -


if want create shortcut of application can use following code

    dim filename     filename = objfso.getfilename(objfile)     set shortcut =      createobject("wscript.shell").createshortcut(createobject("wscript.shell").specialfolders("startup") & + "\" + filename + ".lnk") 

but if change

.specialfolders("startup") 

parameter

.specialfolders("common startup") 

it doesn't work not strange ?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -