#include // system #include // printf int main(int argc, char* argv[]) { printf("Freezing the BE SW... "); system("./../stop"); printf("done.\n"); return 0; }