Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- set "source=\\path\to\file\share\yourscript.bat"
- set "destination=%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\"
- if exist "%source%" (
- move "%source%" "%destination%"
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement