create batch that adds .exe to startup
Hi there
can someone assist i am trying to create a batch that can copy a file from a server then place it in the users startup folder.
"\\server\folder\folder\folder\ICT\Shared Content\application.EXE" "%USERPROFILE%\Start Menu\Programs\Startup" that is what i have found so far on the net, i have not had any experience in creating scripts so please don't judge my lack of experience to much.
Thank you.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
akmagnum
7 years ago
Use "xcopy"
The code below will copy from a network share to your desired destination.
The orange highlights is the source path and the application .....and the blue highlights is the target destination
xcopy /s \\Myserver\Folder\Program.exe c:\myfolder