I am trying to create a “simple” batch install program to create a sub-dir on the users hard-drive, copy files, and place a shortcut on the desktop. My problem is placing a shortcut on a Vista desktop. I have a statement that works for XP just fine:
COPY mylink.lnk C:\”Documents and Settings”\”All Users”\Desktop
I have not been able to find and equivalent for Vista installs. I did a 'Google' but really did not find anything related to actually programmatically installing icons.
Thanks in Advance
John
COPY mylink.lnk C:\”Documents and Settings”\”All Users”\Desktop
I have not been able to find and equivalent for Vista installs. I did a 'Google' but really did not find anything related to actually programmatically installing icons.
Thanks in Advance
John