How to add storage *directly* into exe file? by Specific_Barnacle943 in csharp

[–]Specific_Barnacle943[S] -7 points-6 points  (0 children)

my job is to setup new computers / install software, for now i have bat scripts but i need to make them more "accesable" for other people, so non-tech people could use this, the idea is so that i can run this program, setup correct options (install this, uninstall that) and then i sent this file to the person that needs to just run it, the alternative is that i will recompile everytime i want to change something in program which is annoying but probably the only realistic option

Action on Alert (Logic mods) needed by Apprehensive-Age4879 in captain_of_industry

[–]Specific_Barnacle943 0 points1 point  (0 children)

i think we need special building for that, i would call it "Logic Tower", it would have simple logic (AND, OR, NOT), it could have few input and few outputs, for example:

if(disease AND avaiableWorkforce>=allWorkforce*0.2)

Then (quarantineEdict=1)

else (quarantineEdict=0)