Skip to content

Instantly share code, notes, and snippets.

@mateusza
Created December 12, 2019 17:47
Show Gist options
  • Save mateusza/fe3dbf0d18b3bd933ee44dc947ac29ce to your computer and use it in GitHub Desktop.
Save mateusza/fe3dbf0d18b3bd933ee44dc947ac29ce to your computer and use it in GitHub Desktop.
@echo off
PATH=%PATH%;C:\Windows\Microsoft.NET\Framework64\v4.0.30319
csc test1.cs
echo Done
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment