Skip to content

Instantly share code, notes, and snippets.

@mburr
mburr / runcl.cmd
Last active January 23, 2023 19:45
runcl.cmd - simple compiler driver - mburr #cmd
@echo off
goto end_comments
rem --------------------------------------------------------
Find the most recent version of this: https://gist.github.com/mburr/3308168
This script helps integrate compilers into UltraEdit or other editors
The first parameter is an ID for the compiler to use (vc60, vc71, vc80, etc.)