Created
December 12, 2019 17:47
-
-
Save mateusza/fe3dbf0d18b3bd933ee44dc947ac29ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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