How do I copy/xcopy a file to the desktop using a batch file? That is, what is the destination to use? Thanks a bunch, Uncle Dewey
%UserProfile%\Desktop Or
C:\Users\Public\Desktop
Or
C:\Users\(username)\Desktop
For Vista
Thank you much! Now I ran into a problem I had the other day and some how solved--I'm denied access to the file I'm ting to copy. I'll probably start another query. Uncle Dewey
I'm sorry as I am no longer getting the access denied error. Uncle Dewey
No problem Uncle Dewey. Glad you worked it out.