All Downloads are FREE. Search and download functionalities are using the official Maven repository.

script.windows.install-user.bat Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
@Echo Off
CD /D %~dp0
Set StartupFolder=%AppData%\Microsoft\Windows\Start Menu\Programs\Startup
If Exist "%StartupFolder%" Goto :FoundStartup
Set StartupFolder=%UserProfile%\Start Menu\Programs\Startup
If Exist "%StartupFolder%" Goto :FoundStartup
Echo Cannot find Startup folder.
Exit /B

:FoundStartup
Copy "start-@{name}.bat" "%StartupFolder%"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy