I’m trying to copy a file to the all users desktop, and obviously these locations are different in Windows XP and Windows 7.
This is what I have so far, and it fails…
if {(name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)} of operating system then copy __Download\"Database_Version 3-00.accde - Shortcut.lnk" "c:\users\public\Desktop\Database_Version 3-00.accde - Shortcut.lnk"
else copy __Download\"Database_Version 3-00.accde - Shortcut.lnk" "c:\documents and settings\all users\Desktop\Database_Version 3-00.accde - Shortcut.lnk"