im trying to use the system command to copy a .lnk file to the desktop, but i cant get it to work (windows 7) and its for assuming i dont know the names of the users on whatever computer its running on
ive tried:
system("COPY CCTracker.lnk C:\\Users\\*\\desktop\\ /Y");
and ive tried it without the asterisk