FiveStep as the name suggests has five steps.
graph LR
1[Verify BatCenter]
1 -- If has --> 3[Verify Plugin]
1 -- If not --> 2[Install BatCenter] --> 3
3 -- If has --> 5[End of 5S]
3 -- If not --> 4[Install Plugin] --> 5
Simple usage:
call 5s gecho
For Silent Install
call 5s gecho >nul 2>nul
5S inside of 7z zip in install folder.
────BatCenter
│ 5S.md
│ Bat.bat
│ Change.log
│ LICENSE
│ README.md
│ USAGE.md
│
├───Files
│ 7za.exe
│ EnvUpdate.bat
│ GetDim.Bat
│ Getlen.bat
│ jq.exe
│ Progress.bat
│ ReadLine.exe
│ StrSplit.exe
│ StrSurr.exe
│ Transfer.bat
│ wget.exe
│
└───Install
+ bat.7z
batcenter_install.bat
hosts.txt
Or you can call it with bat move 5s
- Will create a copy to your directory.