GUI project to display system clock and cursor position in the window. Made via C programning.
-
Updated
Feb 18, 2020 - C
A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as IF
, FOR
, and GOTO
labels. The term "batch" is from batch processing, meaning "non-interactive execution", though a batch file might not process a batch of multiple data.
GUI project to display system clock and cursor position in the window. Made via C programning.
One digit seven-segment display that counts seconds. Developed via C language. The display segments were designed by Özgür GÜNEŞ.
Constructed a mini compiler using Flex and Bison.
A lightweight .bat to .exe converter. This program will conver a batch script file into a portable binary executable.
Created by Microsoft Corporation