I need help on how do you open a file or copy a file to a destination that has spaces in it.
copy C:\Users\\OneDrive\Desktop\MyFile\download.jpg C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
pause
You need to add ""
to your source and destinations.
copy "C:\Users\\OneDrive\Desktop\MyFile\download.jpg" "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"