Batch Package Manager
Download the setup file below, and double-click to run it.
There will be two new folders: extension
and logs
, and five new files: sbpm.bat
, install.bat
, uninstall.bat
, update.cmd
, and reinstall.bat
.
Move the downloaded commands into the extensions folder, run sbpm install
, and you're done! A log will be available at logs\install.log
.
Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) then type sbpm install _package_
(replace _package_
with the name of the desired package.) and you're done! A log will be available at logs\install.log
.
Delete the previous versions from the extension
folder and Move the new versions into the extension
folder. Now just run sbpm reinstall
, and you're done! Logs will be available at logs\uninstall.log
and logs\install.log
.
Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) then type sbpm install _package_ /upgrade
or sbpm install _package_ /U
(replace _package_
with the name of the desired package). You're done! A log will be available at logs\install.log
.
Just run sbpm uninstall
and it's gone! A log will be available at logs\uninstall.log
.
Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C), Type sbpm uninstall _package_
(replace _package_
with the name of the desired package.) and it's removed! A log will be available at logs\uninstall.log
.
Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) and then Type sbpm update
. Once it has went through the process of updating, logs will be available at logs\install.log
, logs\uninstall.log
, and logs\update.log
.
setup.bat
from running. To get around this, right click it, choose "Properties", check "Unblock", and click OK.