An open API service indexing awesome lists of open source software.

https://github.com/logcreative/801cs

An SoB(System on Batch) system.
https://github.com/logcreative/801cs

Last synced: 3 months ago
JSON representation

An SoB(System on Batch) system.

Awesome Lists containing this project

README

        

# 801CS

Group of Class 801 Control System

> [Log Infinity Project](https://github.com/LogCreative/LogInfinity) Memory Box
>
> (LC) Log Creative 2013 - 2014

![](program.gif)

## Repository Structure

```
801CS
|-backup The recovery mechanism of the system
|-data The database (mostly disabled for privacy reasons)
|-system The core file
|-八一班大巢管理系统普通版.bat The entrance
```

Just clone this repository and launch the entrance file on Windows XP (or above). The password is **801GDC**.

You can get the help documentation on the [Wiki Page](https://github.com/LogCreative/801CS/wiki).

> There is also a [demo video](http://v.youku.com/v_show/id_XNzA0Mzc1MjY4.html) for version 201405. The password is **801GDC**.

## Objective

- This program is a micro system based on batch files, which is editable without any compilation. This **SoB** (System on Batch) method is a glimpse of my two other systems (DSS, FS).
- This program shows **how batch files interate with each other** by using condition statements only. You can give commands through commandline.
- This program shows three machenism for a system based on batch: **check,backup and uninstall**. A good practice for file manipulation. The **settings** are embeddingly **saved** in those batch files (modify the original code file to realize the customization).
- This program uses an external program **image.exe** to **show images on terminals**.

## Compilation

- This system is modified to run on any directories. (originally only on E:\\)
- This system is modified to pop up error dialogs if you input wrong command.
- The commandline could accept CAPTION COMMANDS now.
- The data is censored for public release.

## Copyright

Confidential before 2015.

(LC) Log Creative 2013 - 2014.

Modified to show the machenism of the SoB idea in 2021. MIT License.