Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
/ BuildAndRunV1 Public archive

A command line tool that simplifies the compilation of projects.

Notifications You must be signed in to change notification settings

carmichaeljr/BuildAndRunV1

Repository files navigation

BuildAndRun

A command line tool that simplifies the compilation of projects.

To run this tool, make sure you call the BuildAndRun.bat file, and NOT the BuildAndRun.exe file. Doing this is a patch that will temporarily change the directory to the given files directory, so that the compiler can find all relivant resources.

The possible arguments are shown below:

BuildAndRun.bat [option][fileDir]
OPTION can be one of the following: 's','c','e', or 'ce'
  - 's': Open settings for modification
  - 'c': Compile the given file
  - 'e': Execute the given file with the specified intrepreter
  - 'ce': Commpile and then execute the given file only if compilation was successfull

About

A command line tool that simplifies the compilation of projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published