how to make multiple files open at startup using cmd
xxxxxxxxxx
copy /y "file1.exe" "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
copy /y "file2.exe" "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
copy /y "file3.exe" "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
etc