Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.52 KB

5S.md

File metadata and controls

63 lines (54 loc) · 1.52 KB

FiveStep(5S)

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
Loading

Simple usage:

call 5s gecho

withoutsilent


For Silent Install

call 5s gecho >nul 2>nul

withsilent

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.

You need to put 5S to your file's folder, Because if a user do not have BatCenter, 5S will install BatCenter

It is included by default in newer versions of BatCenter.

~Groophy Lifefor