	SHORTCUTSTRUCT sc;
	sc.pszTarget = ;
	sc.pszDesc = ;
	sc.pszIconPath = ;
	sc.wHotKey = 0;
	sc.wIconIndex = 0;
	
	if(!SHCreateShortcut(filename,&sc)) {
		ssMessage(ssERROR, "Unable to create shortcut!");
		return;
	}