Coder Social home page Coder Social logo

fakecompilererror's Introduction

Fake BAT to EXE compiler warning

This is a joke program I decided to put together after watching this Enderman video. I decided to make a fake BAT to EXE compiler popup just for fun.

How do I use it?

You should have g++ installed as part of MinGW. If you don't have MinGW, go install it!

Once that's done, run build.bat (wow, a batch file, how ironic)

fce.exe will now be available. You can rename this to whatever you want.

Editable parts

The header file main.hpp allows you to change certain text strings.

Batch script

static const char* BatchString =
    "echo Hello, World!\n"
    "pause";

Change the actual string after the =, and make sure you leave a \n at the end of your string, otherwise it'll act as if it's all on one line.

If the batch script you're using contains @echo off, remove it -- not only is it unnecessary here, it can result in the file not running at all.

Registration key

static const char* CorrectKey =
    "FUX42-BUTIS-WELC0-METOW-IND0W";

This can be anything, it doesn't have to follow the XXXXX-XXXXX-XXXXX-XXXXX-XXXXX guideline.

fakecompilererror's People

Contributors

aeriavelocity avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.